To see a detailed description of an option click on its name.
These functions set/get values of optional parameters used in the functions track, solveSystem, refine as well as higher-level functions (that are under construction).
i1 : getDefault Predictor o1 = RungeKutta4 o1 : Symbol |
i2 : setDefault(Predictor=>Euler, CorrectorTolerance=>1e-10) |
i3 : getDefault Predictor o3 = Euler o3 : Symbol |
The object setDefault is a method function with options.