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