Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
readFEMDomain
Subroutine
MIT
183 statements
Source File
FEMDomainClass.f90
FEMDomainClass
readFEMDomain
Contents
None
public subroutine readFEMDomain(obj, name, DimNum, ElementType)
Arguments
Type
Intent
Optional
Attributes
Name
class(
FEMDomain_
),
intent(inout)
::
obj
character(len=*),
intent(in)
::
name
integer(kind=int32),
intent(in),
optional
::
DimNum
integer(kind=int32),
intent(in),
optional
::
ElementType
Contents
None