Skip to content

Commit 995cf70

Browse files
committed
Add stiff problems from DiffEqBenchmarks.jl
1 parent e325bb8 commit 995cf70

File tree

2 files changed

+440
-1
lines changed

2 files changed

+440
-1
lines changed

src/DiffEqProblemLibrary.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ export prob_ode_linear, prob_ode_bigfloatlinear, prob_ode_2Dlinear,
1414
prob_ode_large2Dlinear, prob_ode_bigfloat2Dlinear, prob_ode_rigidbody,
1515
prob_ode_2Dlinear_notinplace, prob_ode_vanderpol, prob_ode_vanderpol_stiff,
1616
prob_ode_lorenz, prob_ode_rober, prob_ode_threebody, prob_ode_mm_linear, prob_ode_pleiades,
17-
prob_ode_brusselator_1d, prob_ode_brusselator_2d
17+
prob_ode_brusselator_1d, prob_ode_brusselator_2d, prob_ode_orego,
18+
prob_ode_hires, prob_ode_pollution, prob_ode_filament
19+
SolverDiffEq, filament_prob
1820

1921
#SDE Example Problems
2022
export prob_sde_wave, prob_sde_linear, prob_sde_cubic, prob_sde_2Dlinear, prob_sde_lorenz,

0 commit comments

Comments
 (0)