@@ -2,14 +2,13 @@ __precompile__()
22
33module DiffEqProblemLibrary
44
5- using DiffEqBase, ParameterizedFunctions, DiffEqPDEBase, JLD
5+ using DiffEqBase, ParameterizedFunctions, DiffEqPDEBase
66
77include (" ode_premade_problems.jl" )
88include (" dae_premade_problems.jl" )
99include (" dde_premade_problems.jl" )
1010include (" sde_premade_problems.jl" )
1111include (" fem_premade_problems.jl" )
12- include (" premade_meshes.jl" )
1312
1413# ODE Example Problems
1514export 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
4746
4847export cs_fempoisson_wave,cs_femheat_moving_dt,cs_femheat_moving_dx, cs_femheat_moving_faster_dt
4948
50- # Example Meshes
51- export meshExample_bunny, meshExample_flowpastcylindermesh, meshExample_lakemesh,
52- meshExample_Lshapemesh, meshExample_Lshapeunstructure, meshExample_oilpump,
53- meshExample_wavymesh, meshExample_wavyperturbmesh
54-
5549end # module
0 commit comments