| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(DiffusionEq_), | public, | allocatable | :: | DiffusionEq_Array(:) | |||
| type(FiniteDeform_), | public, | allocatable | :: | FiniteDeform_Array(:) | |||
| type(MultiPhysics_), | public, | allocatable | :: | MultiPhysics_Array(:) | |||
| type(ContactMechanics_), | public, | allocatable | :: | ContactMechanics_Array(:) | 
| procedure, public :: Deploy => DeploySimulator | |
| procedure, public :: SetTime => SetSimulatorTime | |
| procedure, public :: Run => RunSimulation | |
| procedure, public :: Display => DisplaySimulation | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Field_), | intent(inout), | target | :: | world | ||
| integer(kind=int32), | intent(in) | :: | OptionalStep | |||
| real(kind=real64), | intent(in) | :: | OptionalTime | |||
| character(len=*), | intent(in), | optional | :: | SolverType | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Simulator_), | intent(inout) | :: | sim | |||
| type(Field_), | intent(inout), | target | :: | field | ||
| integer(kind=int32), | intent(in) | :: | step | |||
| character(len=*), | intent(in), | optional | :: | SolverType | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Simulator_), | intent(inout) | :: | sim | |||
| type(Field_), | intent(inout) | :: | field | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Simulator_), | intent(inout) | :: | sim | |||
| type(Field_), | intent(inout), | target | :: | field | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Simulator_), | intent(inout) | :: | sim | |||
| type(Field_), | intent(inout), | target | :: | field | ||
| integer(kind=int32), | intent(in) | :: | step | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Simulator_), | intent(inout) | :: | sim | |||
| type(Field_), | intent(inout), | target | :: | field | ||
| real(kind=real64), | intent(in) | :: | time | |||
| integer(kind=int32), | intent(in) | :: | step |