plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
getNeighboringElementMesh
Function
MIT
155 statements
Source File
MeshClass.f90
MeshClass
getNeighboringElementMesh
Contents
public function getNeighboringElementMesh(obj, elemid, withSurfaceID, interfaces) result(ret)
Type Bound
Mesh_
Arguments
Type
Intent
Optional
Attributes
Name
class(
Mesh_
),
intent(in)
::
obj
integer(kind=int32),
intent(in)
::
elemid
logical,
intent(in),
optional
::
withSurfaceID
integer(kind=int32),
intent(inout),
optional,
allocatable
::
interfaces
(:)
Return Value
integer(kind=int32), allocatable, (:)