@@ -102,7 +102,7 @@ Contains a single callback whose `condition` is a continuous function. The callb
102102 The effect of using a callback with a DAE needs to be done with care because the solution
103103 `u` needs to satisfy the algebraic constraints before taking the next step. For this reason,
104104 a consistent initialization calculation must be run after running the callback. If the
105- chosen initialization alg is `BrownBasicInit ()` (the default for `solve`), then the initialization
105+ chosen initialization alg is `BrownFullBasicInit ()` (the default for `solve`), then the initialization
106106 will change the algebraic variables to satisfy the conditions. Thus if `x` is an algebraic
107107 variable and the callback performs `x+=1`, the initialization may "revert" the change to
108108 satisfy the constraints. This behavior can be removed by setting `initializealg = CheckInit()`,
@@ -331,7 +331,7 @@ DiscreteCallback(condition, affect!;
331331 The effect of using a callback with a DAE needs to be done with care because the solution
332332 `u` needs to satisfy the algebraic constraints before taking the next step. For this reason,
333333 a consistent initialization calculation must be run after running the callback. If the
334- chosen initialization alg is `BrownBasicInit ()` (the default for `solve`), then the initialization
334+ chosen initialization alg is `BrownFullBasicInit ()` (the default for `solve`), then the initialization
335335 will change the algebraic variables to satisfy the conditions. Thus if `x` is an algebraic
336336 variable and the callback performs `x+=1`, the initialization may "revert" the change to
337337 satisfy the constraints. This behavior can be removed by setting `initializealg = CheckInit()`,
0 commit comments