EvalGlobalSweep
Vary a small number of model parameters as a global evaluation sweep.
Syntax
model.result().numerical().create(<ftag>,"EvalGlobalSweep");
model.result().numerical(<ftag>).setIndex(...);
model.result().numerical(<ftag>).set(property, <value>);
Description
model.result().numerical().create(<ftag>,"EvalGlobalSweep") creates a global evaluation sweep for sweeping over a small number of model parameters for postprocessing of reduced models, for example.
The following properties are available:
none | dataset name
The index of the solution to use, per level, or interp, but only for transient solutions. Available when data is not parent and the underlying data has multiple solutions.
sparse | filled
Method for doing the parameter variation. For sweeptype = sparse, the parameter tuples defined by the columns in plistarr are solved for. This method requires equal length for the rows. For sweeptype = filled, all parameter combinations given by plistarr are solved for.
The units to use for the expressions in expr. If the old unit is not valid when the expression changes, the unit property is reset to default.
See Also
EvalGlobal, Eval, EvalPoint, EvalPointMatrix, EvalGlobalMatrix