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