curvature_sqrd_ddy_based Interface

interface
public pure module function curvature_sqrd_ddy_based(self, u, l)

Arguments

Type IntentOptional Attributes Name
class(inplane_operators_t), intent(in) :: self

Instance of the type

real(kind=GP), intent(in), dimension(self%n_points) :: u

Values of variable u

integer, intent(in) :: l

Index, for which curvature is computed

Return Value real(kind=gp)

Description

Evaluates squared curvature operator Simple computation via vertical derivative 4 d^2/dy^2 second order, central finite difference