| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(FEMDomain_), | public, | pointer | :: | FEMDomain | |||
| real(kind=real64), | public, | allocatable | :: | DeformStress(:,:,:) | |||
| real(kind=real64), | public, | allocatable | :: | DeformStrain(:,:,:) | |||
| real(kind=real64), | public, | allocatable | :: | DeformStressInit(:,:,:) | |||
| real(kind=real64), | public, | allocatable | :: | DeformStressinc(:,:,:) | |||
| 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, | allocatable | :: | YoungsModulus(:) | |||
| real(kind=real64), | public, | allocatable | :: | PoissonsRatio(:) | |||
| real(kind=real64), | public, | allocatable | :: | PorePressure(:) | |||
| real(kind=real64), | public | :: | dt | ||||
| real(kind=real64), | public | :: | error | ||||
| real(kind=real64), | public | :: | reactionforce | ||||
| real(kind=real64), | public | :: | nr_tol | = | 1.0e-8 | ||
| logical, | public | :: | ReducedIntegration | = | .false. | ||
| logical, | public | :: | infinitesimal | = | .false. | ||
| integer(kind=int32), | public | :: | itr | ||||
| integer(kind=int32), | public | :: | Step | = | 0 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(FiniteDeform_), | intent(inout) | :: | obj | |||
| integer(kind=int32), | intent(in), | optional | :: | OptionItr | ||
| character(len=*), | intent(in), | optional | :: | Solvertype | ||
| real(kind=real64), | intent(in), | optional | :: | nr_tol | ||
| logical, | intent(in), | optional | :: | infinitesimal | ||
| logical, | intent(in), | optional | :: | restart |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(FiniteDeform_), | intent(inout) | :: | obj | |||
| integer(kind=int32), | intent(in), | optional | :: | OptionItr | ||
| character(len=*), | intent(in), | optional | :: | Solvertype | ||
| real(kind=real64), | intent(in), | optional | :: | nr_tol |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(FiniteDeform_), | intent(inout) | :: | obj |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(FiniteDeform_), | intent(inout) | :: | obj |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(FiniteDeform_), | intent(inout) | :: | obj |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(FiniteDeform_), | intent(inout) | :: | obj | |||
| integer(kind=int32), | intent(in), | optional | :: | tol |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(FiniteDeform_), | intent(inout) | :: | obj | |||
| logical, | intent(in), | optional | :: | restart |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(FiniteDeform_), | intent(inout) | :: | obj | |||
| character(len=*), | intent(in), | optional | :: | DisplayMode | ||
| integer(kind=int32), | intent(in), | optional | :: | OptionalStep | ||
| character(len=*), | intent(in), | optional | :: | Name | ||
| logical, | intent(in), | optional | :: | withDirichlet |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(FiniteDeform_), | intent(in) | :: | obj | |||
| real(kind=real64), | intent(inout), | allocatable | :: | DBCvec(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(FiniteDeform_), | intent(in) | :: | obj | |||
| real(kind=real64), | intent(inout), | allocatable | :: | Vector(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(FiniteDeform_), | intent(inout) | :: | obj |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(FiniteDeform_), | intent(in) | :: | obj |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(FiniteDeform_), | intent(inout) | :: | obj | |||
| real(kind=real64), | intent(in), | optional | :: | YoungsModulus(:) | ||
| real(kind=real64), | intent(in), | optional | :: | PoissonsRatio(:) | ||
| real(kind=real64), | intent(in), | optional | :: | PorePressure(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(FiniteDeform_), | intent(inout) | :: | obj | |||
| logical, | intent(in), | optional | :: | restart | ||
| character(len=*), | intent(in) | :: | path |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(FiniteDeform_), | intent(inout) | :: | obj |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(FiniteDeform_), | intent(inout) | :: | obj | |||
| character(len=*), | intent(in) | :: | path | |||
| character(len=*), | intent(in), | optional | :: | name |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(FiniteDeform_), | intent(inout) | :: | obj | |||
| character(len=*), | intent(in) | :: | path | |||
| character(len=*), | intent(in), | optional | :: | name |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(FiniteDeform_), | intent(inout) | :: | obj | |||
| type(FEMDomain_), | intent(in), | target | :: | FEMDomain |