grad3D2_curv_3 Module Procedure

module procedure grad3D2_curv_3 module function grad3D2_curv_3(f, x, lbnd1, ubnd1, lbnd2, ubnd2, lbnd3, ubnd3)

Arguments

Type IntentOptional AttributesName
real(kind=wp), intent(in), dimension(:,:,:):: f
type(curvmesh), intent(in) :: x
integer, intent(in) :: lbnd1
integer, intent(in) :: ubnd1
integer, intent(in) :: lbnd2
integer, intent(in) :: ubnd2
integer, intent(in) :: lbnd3
integer, intent(in) :: ubnd3

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


Called by

proc~~grad3d2_curv_3~~CalledByGraph proc~grad3d2_curv_3 grad3D2_curv_3 interface~grad3d2_curv_3 grad3D2_curv_3 interface~grad3d2_curv_3->proc~grad3d2_curv_3

Contents

None