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