plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
TorsionalForceFEMDomain
Function
MIT
15 statements
Source File
FEMDomainClass.f90
FEMDomainClass
TorsionalForceFEMDomain
Contents
public function TorsionalForceFEMDomain(this, normal, center, range) result(ret)
Type Bound
FEMDomain_
Arguments
Type
Intent
Optional
Attributes
Name
class(
FEMDomain_
),
intent(in)
::
this
real(kind=real64),
intent(in)
::
normal
(:)
real(kind=real64),
intent(in)
::
center
(:)
type(
Range_
),
intent(in)
::
range
Return Value
real(kind=real64), allocatable, (:)