
Contains procedures associated with the ModelboundDataExtractor class
ModelboundDataExtractor initialization routine
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ModelboundDataExtractor), | intent(inout) | :: | this | |||
| integer(kind=ik), | intent(in) | :: | resultVarIndex |
Index of variable to write the result in |
||
| integer(kind=ik), | intent(in) | :: | modelIndex |
Index of model housing required modelbound data |
||
| character(len=*), | intent(in) | :: | modelboundDataName |
Name of data to extract |
Implementation of abstract manipulate routine for the Extractor
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ModelboundDataExtractor), | intent(inout) | :: | this | |||
| class(ModellerSurrogate), | intent(inout) | :: | manipulatedModeller |
Modeller to be used in callbacks during 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 |