manipulation Interface

interface
private subroutine manipulation(this, manipulatedModeller, outputVars, inputVars)

Arguments

Type IntentOptional 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

Description

Transform inputVars data to outputVars data based on this Manipulator and passed Modeller callback