Type | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|
type(SeismicAnalysis_) | :: | sim | ||||
type(FEMDomain_), | target | :: | domains(1) | |||
logical | :: | connected(1,1) | = | .false. | ||
real(kind=real64) | :: | YoungModulus | ||||
real(kind=real64) | :: | PoissonRatio | ||||
real(kind=real64) | :: | Density | ||||
real(kind=real64) | :: | Length | ||||
real(kind=real64) | :: | Width | ||||
real(kind=real64) | :: | Thickness | ||||
real(kind=real64), | allocatable | :: | v(:,:) | |||
real(kind=real64) | :: | dt | ||||
real(kind=real64) | :: | t | ||||
real(kind=real64) | :: | G | ||||
type(time_) | :: | time | ||||
type(COO_) | :: | coo(1:2) | ||||
type(CRS_) | :: | crs(1:3) |