plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
PointForceVectorFEMDomain
Function
MIT
19 statements
Source File
FEMDomainClass.f90
FEMDomainClass
PointForceVectorFEMDomain
Contents
public function PointForceVectorFEMDomain(this, NodeList, Direction, force) result(ret)
Type Bound
FEMDomain_
Arguments
Type
Intent
Optional
Attributes
Name
class(
FEMDomain_
),
intent(in)
::
this
integer(kind=int32),
intent(in)
::
NodeList
(:)
character(len=*),
intent(in)
::
Direction
real(kind=real64),
intent(in)
::
force
Return Value
real(kind=real64), allocatable, (:)