
Houses abstract Manipulator object
Transform inputVars data to outputVars data based on this Manipulator and passed Modeller callback
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Manipulator), | intent(inout) | :: | this | |||
| class(ModellerSurrogate), | intent(inout) | :: | manipulatedModeller |
Modeller to be used in callback data manipulation |
||
| class(VariableContainer), | intent(inout) | :: | outputVars |
VariableContainer object to store the manipulation output |
||
| class(VariableContainer), | intent(in) | :: | inputVars |
VariableContainer object housing input data for the manipulation routine |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(Manipulator), | public, | allocatable | :: | entry |
Abstract Manipulator object used to manipulate data through Modeller callback
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | public | :: | userDefined | = | .false. |
True only if user explicitly sets it to true |
| procedure, public :: isDefined => isDefinedObject | |
| procedure, public :: makeDefined => makeDefinedObject | |
| procedure, public :: makeUndefined => makeUndefinedObject | |
| procedure(manipulation), public, deferred :: affect |