Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/src/solvers/dae_solve.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ but still needs more optimizations.
For all OrdinaryDiffEq.jl methods, an initialization scheme can be set with a
common keyword argument `initializealg`. The choices are:

- `CheckInit`: Check that the provided initial conditions satisfy the equation;
if not, error. This avoids the need for nonlinear solution, as well as avoiding
changing the provided initial conditions.
- `BrownFullBasicInit`: For Index-1 DAEs implicit DAEs and semi-explicit
DAEs in mass matrix form. Keeps the differential variables constant. Requires
`du0` when used on a `DAEProblem`.
Expand Down