Skip to content

Commit a57d3ed

Browse files
finalize example mesh function removal
1 parent fbebf9f commit a57d3ed

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/DiffEqProblemLibrary.jl

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@ __precompile__()
22

33
module DiffEqProblemLibrary
44

5-
using DiffEqBase, ParameterizedFunctions, DiffEqPDEBase, JLD
5+
using DiffEqBase, ParameterizedFunctions, DiffEqPDEBase
66

77
include("ode_premade_problems.jl")
88
include("dae_premade_problems.jl")
99
include("dde_premade_problems.jl")
1010
include("sde_premade_problems.jl")
1111
include("fem_premade_problems.jl")
12-
include("premade_meshes.jl")
1312

1413
#ODE Example Problems
1514
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
4746

4847
export 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-
5549
end # module

0 commit comments

Comments
 (0)