plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
getCoordinateMesh
Function
MIT
68 statements
Source File
MeshClass.f90
MeshClass
getCoordinateMesh
Contents
public function getCoordinateMesh(obj, NodeID, onlyX, onlyY, OnlyZ) result(x)
Type Bound
Mesh_
Arguments
Type
Intent
Optional
Attributes
Name
class(
Mesh_
),
intent(inout)
::
obj
integer(kind=int32),
intent(in),
optional
::
NodeID
logical,
intent(in),
optional
::
onlyX
logical,
intent(in),
optional
::
onlyY
logical,
intent(in),
optional
::
OnlyZ
Return Value
real(kind=real64), allocatable, (:)