plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
getElementIDFEMDomain
Function
MIT
8 statements
Source File
FEMDomainClass.f90
FEMDomainClass
getElementIDFEMDomain
Contents
public function getElementIDFEMDomain(this, x, debug, info) result(ElementID)
Type Bound
FEMDomain_
Arguments
Type
Intent
Optional
Attributes
Name
class(
FEMDomain_
),
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)