Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
getLocalCoordinateFEMDomain
Function
MIT
49 statements
Source File
FEMDomainClass.f90
FEMDomainClass
getLocalCoordinateFEMDomain
Contents
None
public function getLocalCoordinateFEMDomain(Obj, ElementID, x, y, z) result(xi)
Arguments
Type
Intent
Optional
Attributes
Name
class(
FEMDomain_
),
intent(inout)
::
Obj
integer(kind=int32),
intent(in)
::
ElementID
real(kind=real64),
intent(in)
::
x
real(kind=real64),
intent(in)
::
y
real(kind=real64),
intent(in)
::
z
Return Value
real(kind=real64), allocatable,(:)
Contents
None