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