plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
WMatrixFEMDomain
Function
MIT
146 statements
Source File
FEMDomainClass.f90
FEMDomainClass
WMatrixFEMDomain
Contents
public recursive function WMatrixFEMDomain(this, shapefunction, ElementID) result(Wmat)
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, (:,:)