plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
getValueFEMDomain
Function
MIT
18 statements
Source File
FEMDomainClass.f90
FEMDomainClass
getValueFEMDomain
Contents
public function getValueFEMDomain(this, scalar_field, position) result(retval)
Type Bound
FEMDomain_
Arguments
Type
Intent
Optional
Attributes
Name
class(
FEMDomain_
),
intent(inout)
::
this
real(kind=real64),
intent(in)
::
scalar_field
(:)
real(kind=real64),
intent(in)
::
position
(1:3)
Return Value
real(kind=real64)