
Contains procedures associated with the composite manipulator class
Compostite manipulator initialization routine
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CompositeManipulator), | intent(inout) | :: | this | |||
| integer(kind=ik), | intent(in) | :: | numManipulators |
Number of manipulators expected |
Add Manipulator object to composite manipulator
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CompositeManipulator), | intent(inout) | :: | this | |||
| class(Manipulator), | intent(in) | :: | manip | |||
| integer(kind=ik), | intent(in) | :: | priority |
Call affect routines of all manipulators whose manipulatorPriority <= priority
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(CompositeManipulator), | intent(inout) | :: | this | |||
| class(ModellerSurrogate), | intent(inout) | :: | manipulatedModeller |
Modeller object used in callback |
||
| class(VariableContainer), | intent(inout) | :: | outputVars |
Container for manipulation output |
||
| class(VariableContainer), | intent(in) | :: | inputVars |
Manipulation input variables |
||
| integer(kind=ik), | intent(in) | :: | priority |
Priority for this call |