Skip to content

Commit cf1ff09

Browse files
Merge pull request #780 from Ickaser/patch-1
Add some more details about DAE and mass matrix
2 parents e3d1374 + 5692925 commit cf1ff09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/src/solvers/dae_solve.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ but still needs more optimizations.
2424
For all OrdinaryDiffEq.jl methods, an initialization scheme can be set with a
2525
common keyword argument `initializealg`. The choices are:
2626

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.
2730
- `BrownFullBasicInit`: For Index-1 DAEs implicit DAEs and semi-explicit
2831
DAEs in mass matrix form. Keeps the differential variables constant. Requires
2932
`du0` when used on a `DAEProblem`.

0 commit comments

Comments
 (0)