plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
StrainMatrixFEMDomain
Function
MIT
89 statements
Source File
FEMDomainClass.f90
FEMDomainClass
StrainMatrixFEMDomain
Contents
public function StrainMatrixFEMDomain(this, ElementID, GaussPoint, disp) result(StrainMatrix)
Type Bound
FEMDomain_
Arguments
Type
Intent
Optional
Attributes
Name
class(
FEMDomain_
),
intent(inout)
::
this
integer(kind=int32),
intent(in)
::
ElementID
integer(kind=int32),
intent(in),
optional
::
GaussPoint
real(kind=real64),
intent(in)
::
disp
(:,:)
Return Value
real(kind=real64), allocatable, (:,:)