File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ an ODE solve improves as you decrease the tolerance, so you may want to try a
40
40
smaller ` abstol ` and ` reltol ` . One behavior to watch out for is that if your
41
41
model is a differential-algebraic equation and your DAE is of high index (say
42
42
index>1), this can impact the numerical solution. In this case you may want to
43
- use the [ ModelingToolkit.jl index reduction tools] ( https://mtk .sciml.ai/dev/mtkitize_tutorials /modelingtoolkitize_index_reduction/ )
43
+ use the [ ModelingToolkit.jl index reduction tools] ( https://docs .sciml.ai/ModelingToolkit/stable/examples /modelingtoolkitize_index_reduction/ )
44
44
to improve the numerical stability of a solve. In addition, if it's a highly
45
45
stiff ODE/DAE that is large and you're using a matrix-free solver (such as GMRES),
46
46
make sure the tolerance of the GMRES is well-tuned and an appropriate preconditioner
You can’t perform that action at this time.
0 commit comments