plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
inside_of_elementFEMDomain
Function
MIT
22 statements
Source File
FEMDomainClass.f90
FEMDomainClass
inside_of_elementFEMDomain
Contents
public function inside_of_elementFEMDomain(this, point, ElementID) result(inside)
Type Bound
FEMDomain_
Arguments
Type
Intent
Optional
Attributes
Name
class(
FEMDomain_
),
intent(in)
::
this
real(kind=real64),
intent(in)
::
point
(:)
integer(kind=int32),
intent(in)
::
ElementID
Return Value
logical