Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
SetShapeFuncType
Subroutine
MIT
40 statements
Source File
ShapeFunctionClass.f90
ShapeFunctionClass
SetShapeFuncType
Contents
None
public subroutine SetShapeFuncType(obj, NumOfDim, NumOfNodePerElem, ReducedIntegration)
Arguments
Type
Intent
Optional
Attributes
Name
class(
ShapeFunction_
),
intent(inout)
::
obj
integer(kind=int32),
intent(in),
optional
::
NumOfDim
integer(kind=int32),
intent(in),
optional
::
NumOfNodePerElem
logical,
intent(in),
optional
::
ReducedIntegration
Contents
None