Procedure RetrieveCurrentVariableValues(Variables)

RetrieveCurrentVariableValues

With the procedure RetrieveCurrentVariableValues you can obtain the variable values for a given collection of variables during a running solution process. This procedure can only be called from within the context of a solver callback procedure.

RetrieveCurrentVariableValues(
     Variables    ! (input) a subset of AllVariables
     )

Arguments

Variables

A subset of AllVariables, holding all the variables for which you want to retrieve the current values.

See also