We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3d1374 + 5692925 commit cf1ff09Copy full SHA for cf1ff09
docs/src/solvers/dae_solve.md
@@ -24,6 +24,9 @@ but still needs more optimizations.
24
For all OrdinaryDiffEq.jl methods, an initialization scheme can be set with a
25
common keyword argument `initializealg`. The choices are:
26
27
+ - `CheckInit`: Check that the provided initial conditions satisfy the equation;
28
+ if not, error. This avoids the need for nonlinear solution, as well as avoiding
29
+ changing the provided initial conditions.
30
- `BrownFullBasicInit`: For Index-1 DAEs implicit DAEs and semi-explicit
31
DAEs in mass matrix form. Keeps the differential variables constant. Requires
32
`du0` when used on a `DAEProblem`.
0 commit comments