Skip to content

Commit 4667d43

Browse files
add warning to docs about nonlinear solver for DAEs
1 parent 91f75b7 commit 4667d43

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/src/massmatrixdae/Rosenbrock.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ At medium tolerances `>1e-8` it is recommended you use `Rodas5P` or `Rodas4P`,
1010
the former is more efficient, but the latter is more reliable.
1111
For larger systems look at multistep methods.
1212

13+
!!! warn
14+
15+
In order to use OrdinaryDiffEqRosenbrock with DAEs that require a non-trivial
16+
consistent initialization, a nonlinear solver is required and thus
17+
`using OrdinaryDiffEqNonlinearSolve` is required or you must pass an `initializealg`
18+
with a valid `nlsolve` choice.
19+
1320
## Example usage
1421

1522
```julia

0 commit comments

Comments
 (0)