We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1bca74 commit 0f1c669Copy full SHA for 0f1c669
src/systems/diffeqs/abstractodesystem.jl
@@ -943,9 +943,8 @@ Generates a DAEProblem from an ODESystem and allows for automatically
943
symbolically calculating numerical enhancements.
944
945
Note: Solvers for DAEProblems like DFBDF, DImplicitEuler, DABDF2 are
946
-generally slower than the ones for ODEProblems. If possible, it is
947
-recommended to formulate your problem in terms of an ODEProblem and
948
-use the corresponding ODE Solvers.
+generally slower than the ones for ODEProblems. We recommend trying
+ODEProblem and its solvers for your problem first.
949
"""
950
function DiffEqBase.DAEProblem(sys::AbstractODESystem, args...; kwargs...)
951
DAEProblem{true}(sys, args...; kwargs...)
0 commit comments