plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
getElementIDMesh
Function
MIT
136 statements
Source File
MeshClass.f90
MeshClass
getElementIDMesh
Contents
public function getElementIDMesh(this, x, debug, info) result(ElementID)
Type Bound
Mesh_
Arguments
Type
Intent
Optional
Attributes
Name
class(
Mesh_
),
intent(in)
::
this
real(kind=real64),
intent(in)
::
x
(:)
logical,
intent(in),
optional
::
debug
integer(kind=int32),
intent(inout),
optional,
allocatable
::
info
(:)
Return Value
integer(kind=int32)