Skip to content

Commit 1712ac2

Browse files
Merge pull request #1113 from SciML/YingboMa-patch-1
Small note on ODAEProblem
2 parents d24a9eb + e310c9b commit 1712ac2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/src/tutorials/acausal_components.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,9 @@ plot(sol)
412412
413413
However, we can also choose to use the "torn nonlinear system" to remove all
414414
of the algebraic variables from the solution of the system. Note that this
415-
requires having done `structural_simplify`. This is done by using `ODAEProblem`
416-
like:
415+
requires having done `structural_simplify`. MTK can numerically solve all
416+
the unreduced algebraic equations numerically. This is done by using
417+
`ODAEProblem` like:
417418
418419
```julia
419420
u0 = [

0 commit comments

Comments
 (0)