File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11using Sundials, Test
22using DiffEqProblemLibrary
3- using DiffEqProblemLibrary. ODEProblemLibrary: prob_ode_linear
3+ using DiffEqProblemLibrary. ODEProblemLibrary: importodeproblems; importodeproblems ()
4+ import DiffEqProblemLibrary. ODEProblemLibrary: prob_ode_linear, prob_ode_2Dlinear
45
56prob = prob_ode_linear
67dt = 1 // 2 ^ (4 )
Original file line number Diff line number Diff line change 11using Sundials, Test
22using DiffEqProblemLibrary
3- using DiffEqProblemLibrary. ODEProblemLibrary: prob_ode_linear, prob_ode_2Dlinear
3+ using DiffEqProblemLibrary. ODEProblemLibrary: importodeproblems; importodeproblems ()
4+ import DiffEqProblemLibrary. ODEProblemLibrary: prob_ode_linear, prob_ode_2Dlinear
45
56prob = prob_ode_linear
67dt = 1 // 2 ^ (4 )
Original file line number Diff line number Diff line change 11using DiffEqProblemLibrary, Sundials, Test
2+ using DiffEqProblemLibrary. DAEProblemLibrary: importdaeproblems; importdaeproblems ()
23using DiffEqProblemLibrary. DAEProblemLibrary: prob_dae_resrob
34
45# Test DAE
Original file line number Diff line number Diff line change 11using DiffEqProblemLibrary, Sundials, Test
2- using DiffEqProblemLibrary. ODEProblemLibrary: prob_ode_2Dlinear
2+ using DiffEqProblemLibrary. ODEProblemLibrary: importodeproblems; importodeproblems ()
3+ import DiffEqProblemLibrary. ODEProblemLibrary: prob_ode_linear, prob_ode_2Dlinear
34
45prob = prob_ode_2Dlinear
56integrator = init (prob,CVODE_BDF ())
You can’t perform that action at this time.
0 commit comments