Toggle navigation
GEMINI3D
Contents
Source Files
Modules
Block Data
Procedures
Derived Types
Programs
Source Files
Modules
Block Data
Procedures
Derived Types
Programs
grad2D1_curv
Function
14 statements
Source File
calculus.f90
calculus
grad2D1_curv
Contents
None
private pure function grad2D1_curv(f, x, lbnd, ubnd)
Arguments
Type
Intent
Optional
Attributes
Name
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