plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
ZeroMatrix_as_CRS_FEMDomain
Function
MIT
180 statements
Source File
FEMDomainClass.f90
FEMDomainClass
ZeroMatrix_as_CRS_FEMDomain
Contents
public recursive function ZeroMatrix_as_CRS_FEMDomain(this, DOF, regacy) result(ZeroMatrix)
Type Bound
FEMDomain_
Arguments
Type
Intent
Optional
Attributes
Name
class(
FEMDomain_
),
intent(inout)
::
this
integer(kind=int32),
intent(in)
::
DOF
logical,
intent(in),
optional
::
regacy
Return Value
type(
CRS_
)