plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
to_vertexData_FEMDomain
Function
MIT
8 statements
Source File
FEMDomainClass.f90
FEMDomainClass
to_vertexData_FEMDomain
Contents
public function to_vertexData_FEMDomain(this, vertexIDs, scalar) result(vertexData)
Type Bound
FEMDomain_
Arguments
Type
Intent
Optional
Attributes
Name
class(
FEMDomain_
),
intent(in)
::
this
integer(kind=int32),
intent(in)
::
vertexIDs
(:)
real(kind=real64),
intent(in)
::
scalar
(:)
Return Value
real(kind=real64), allocatable, (:)