Skip to content

Commit

Permalink
export compute_reference_state
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmontoya committed Oct 24, 2024
1 parent f2fbe1c commit 3b86205
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/structured_2d_dgsem/elixir_euler_warm_bubble.jl
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ background_state = compute_reference_state(hydrostatic_background, semi, cons2pr
save_solution = SaveSolutionCallback(interval = analysis_interval,
save_initial_solution = true,
save_final_solution = true,
output_directory = "out_bubble",
output_directory = "out",
solution_variables = cons2prim,
reference_solution = background_state)

Expand Down
2 changes: 2 additions & 0 deletions src/Trixi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ export SummaryCallback, SteadyStateCallback, AnalysisCallback, AliveCallback,
AnalysisSurfaceIntegral, DragCoefficientPressure, LiftCoefficientPressure,
DragCoefficientShearStress, LiftCoefficientShearStress

export compute_reference_state

export load_mesh, load_time, load_timestep, load_timestep!, load_dt,
load_adaptive_time_integrator!

Expand Down

0 comments on commit 3b86205

Please sign in to comment.