plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
getStiffnessMatrixDEMDomain
Function
MIT
84 statements
Source File
DEMDomainClass.f90
DemDomainClass
getStiffnessMatrixDEMDomain
Contents
public function getStiffnessMatrixDEMDomain(this, u) result(ret)
Type Bound
DEMDomain_
Arguments
Type
Intent
Optional
Attributes
Name
class(
DEMDomain_
),
intent(in)
::
this
real(kind=real64),
intent(in),
optional
::
u
(:)
Return Value
type(
CRS_
)