Initializing help system before first use

problem.chgdeltatype

problem.chgdeltatype


Purpose
Changes the type of the delta assigned to a nonlinear variable
Synopsis
problem.chgdeltatype (vars, deltatypes, values)
Arguments
Vars 
Indices of the variables to change the deltas for.
DeltaTypes 
Type if the delta variable:
Differentiable variable, default.
Variable defined over the grid size given in values.
Variable where a minimum perturbation size given in values may be required before a significant change in the problem is achieved.
Variable where a meaningful step size should automatically be detected, with an upper limit given in values.
Values 
Grid or minimum step sizes for the variables.
Further information

Changing the delta type of a variables makes the variable nonlinear.


Related topics