Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
getNvecShapeFunction
Function
MIT
5 statements
Source File
ShapeFunctionClass.f90
ShapeFunctionClass
getNvecShapeFunction
Contents
None
public function getNvecShapeFunction(obj, x, y, z) result(nvec)
Arguments
Type
Intent
Optional
Attributes
Name
class(
ShapeFunction_
),
intent(in)
::
obj
real(kind=real64),
intent(in),
optional
::
x
real(kind=real64),
intent(in),
optional
::
y
real(kind=real64),
intent(in),
optional
::
z
Return Value
real(kind=real64), allocatable,(:)
Contents
None