Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 586 Bytes

dae_types.md

File metadata and controls

32 lines (23 loc) · 586 Bytes

DAE Problems

SciMLBase.DAEProblem
SciMLBase.DAEFunction

Solution Type

SciMLBase.DAESolution

Example Problems

Examples problems can be found in DiffEqProblemLibrary.jl.

To use a sample problem, such as prob_dae_resrob, you can do something like:

using DiffEqProblemLibrary.DAEProblemLibrary, Sundials
prob = DAEProblemLibrary.prob_dae_resrob
sol = solve(prob, IDA())
CurrentModule = DAEProblemLibrary
prob_dae_resrob