@@ -2,14 +2,13 @@ __precompile__()
2
2
3
3
module DiffEqProblemLibrary
4
4
5
- using DiffEqBase, ParameterizedFunctions, DiffEqPDEBase, JLD
5
+ using DiffEqBase, ParameterizedFunctions, DiffEqPDEBase
6
6
7
7
include (" ode_premade_problems.jl" )
8
8
include (" dae_premade_problems.jl" )
9
9
include (" dde_premade_problems.jl" )
10
10
include (" sde_premade_problems.jl" )
11
11
include (" fem_premade_problems.jl" )
12
- include (" premade_meshes.jl" )
13
12
14
13
# ODE Example Problems
15
14
export prob_ode_linear, prob_ode_bigfloatlinear, prob_ode_2Dlinear,
@@ -47,9 +46,4 @@ export prob_dde_1delay, prob_dde_1delay_notinplace, prob_dde_1delay_scalar_notin
47
46
48
47
export cs_fempoisson_wave,cs_femheat_moving_dt,cs_femheat_moving_dx, cs_femheat_moving_faster_dt
49
48
50
- # Example Meshes
51
- export meshExample_bunny, meshExample_flowpastcylindermesh, meshExample_lakemesh,
52
- meshExample_Lshapemesh, meshExample_Lshapeunstructure, meshExample_oilpump,
53
- meshExample_wavymesh, meshExample_wavyperturbmesh
54
-
55
49
end # module
0 commit comments