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