plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
plyFEMDomain
Subroutine
MIT
28 statements
Source File
FEMDomainClass.f90
FEMDomainClass
plyFEMDomain
Contents
public subroutine plyFEMDomain(this, name, NodeList, scalar)
Type Bound
FEMDomain_
Arguments
Type
Intent
Optional
Attributes
Name
class(
FEMDomain_
),
intent(inout)
::
this
character(len=*),
intent(in)
::
name
integer(kind=int32),
intent(in),
optional
::
NodeList
(:)
real(kind=real64),
intent(in),
optional
::
scalar
(:)