grad2D3_curv Function

private pure function grad2D3_curv(f, x, lbnd, ubnd)

Arguments

Type IntentOptional AttributesName
real(kind=wp), intent(in), dimension(:,:):: f
type(curvmesh), intent(in) :: x
integer, intent(in) :: lbnd
integer, intent(in) :: ubnd

Return Value real(kind=wp), dimension(1:size(f,1),1:size(f,2))


Contents

None