Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
DMatrixFEMDomain
Function
MIT
37 statements
Source File
FEMDomainClass.f90
FEMDomainClass
DMatrixFEMDomain
Contents
None
public function DMatrixFEMDomain(obj, E, v) result(Dmat)
Arguments
Type
Intent
Optional
Attributes
Name
class(
FEMDomain_
),
intent(inout)
::
obj
real(kind=real64),
intent(in)
::
E
real(kind=real64),
intent(in)
::
v
Return Value
real(kind=real64), allocatable,(:,:)
Contents
None