plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
DMatrix_generic_FEMDomain
Function
MIT
40 statements
Source File
FEMDomainClass.f90
FEMDomainClass
DMatrix_generic_FEMDomain
Contents
public function DMatrix_generic_FEMDomain(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
(1:6)
real(kind=real64),
intent(in)
::
v
(1:6)
Return Value
real(kind=real64), allocatable, (:,:)