File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,14 @@ include("callbacks_step/callbacks_step.jl")
3232
3333export CompressibleMoistEulerEquations2D, ShallowWaterEquations3D,
3434 CovariantLinearAdvectionEquation2D, CovariantShallowWaterEquations2D,
35- SplitCovariantShallowWaterEquations2D
35+ SplitCovariantShallowWaterEquations2D, CompressibleEulerEquationsWithGravity2D
3636
3737export GlobalCartesianCoordinates, GlobalSphericalCoordinates
3838
3939export flux_chandrashekar, FluxLMARS
4040
41+ export flux_nonconservative_waruszewski
42+
4143export flux_nonconservative_zeros, flux_nonconservative_ec,
4244 source_terms_geometric_coriolis
4345
Original file line number Diff line number Diff line change @@ -326,4 +326,5 @@ include("covariant_shallow_water_split.jl")
326326include (" compressible_moist_euler_2d_lucas.jl" )
327327include (" shallow_water_3d.jl" )
328328include (" reference_data.jl" )
329+ include (" compressible_euler_gravity_2d.jl" )
329330end # @muladd
You can’t perform that action at this time.
0 commit comments