Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(STFEMDomain_), | public, | pointer | :: | STFEMDomain | |||
real(kind=real64), | public, | allocatable | :: | DeformStress(:,:,:) | |||
real(kind=real64), | public, | allocatable | :: | DeformStrain(:,:,:) | |||
real(kind=real64), | public, | allocatable | :: | DeformStressInit(:,:,:) | |||
real(kind=real64), | public, | allocatable | :: | DeformStressMat(:,:,:) | |||
real(kind=real64), | public, | allocatable | :: | DeformStressRHS(:,:) | |||
real(kind=real64), | public, | allocatable | :: | DeformVecEBETot(:,:) | |||
real(kind=real64), | public, | allocatable | :: | DeformVecEBEInc(:,:) | |||
real(kind=real64), | public, | allocatable | :: | DeformVecGloTot(:) | |||
real(kind=real64), | public, | allocatable | :: | DeformVecGloInc(:) | |||
real(kind=real64), | public, | allocatable | :: | TractionVecGlo(:) | |||
real(kind=real64), | public, | allocatable | :: | ResidualVecGlo(:) | |||
real(kind=real64), | public, | allocatable | :: | InternalVecGlo(:) | |||
real(kind=real64), | public, | allocatable | :: | VolInitCurrEBE(:,:) | |||
real(kind=real64), | public | :: | dt | ||||
real(kind=real64), | public | :: | error | ||||
logical, | public | :: | MeshMove |
procedure, public :: SetMovingMesh | |
procedure, public :: Init | |
procedure, public :: SetMatrix | |
procedure, public :: SetRHS |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SpaceTimeFEM_), | intent(inout) | :: | obj | |||
logical, | intent(in) | :: | on_off |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SpaceTimeFEM_), | intent(inout) | :: | obj |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SpaceTimeFEM_), | intent(inout) | :: | obj |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SpaceTimeFEM_), | intent(inout) | :: | obj | |||
integer(kind=int32), | intent(in), | optional | :: | ElemID | ||
integer(kind=int32), | intent(in), | optional | :: | GpID |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SpaceTimeFEM_), | intent(inout) | :: | obj |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ShapeFunction_), | intent(inout) | :: | Nobj | |||
class(ShapeFunction_), | intent(inout) | :: | Tobj |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SpaceTimeFEM_), | intent(inout) | :: | obj |