plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
getVerticesFEMDomain
Subroutine
MIT
6 statements
Source File
FEMDomainClass.f90
FEMDomainClass
getVerticesFEMDomain
Contents
public subroutine getVerticesFEMDomain(this, vertices, vertexIDs)
Type Bound
FEMDomain_
Arguments
Type
Intent
Optional
Attributes
Name
class(
FEMDomain_
),
intent(inout)
::
this
real(kind=real64),
intent(inout),
allocatable
::
vertices
(:)
integer(kind=int32),
intent(inout),
allocatable
::
vertexIDs
(:)