Skip to content

Commit

Permalink
Removed coupling converter functions.
Browse files Browse the repository at this point in the history
These should be part of a different PR.
  • Loading branch information
SimonCan committed Nov 9, 2023
1 parent 5a8c203 commit 6e95dab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
3 changes: 0 additions & 3 deletions src/Trixi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ include("time_integration/time_integration.jl")
include("callbacks_step/callbacks_step.jl")
include("callbacks_stage/callbacks_stage.jl")
include("semidiscretization/semidiscretization_euler_gravity.jl")
include("time_integration/time_integration.jl")

# `trixi_include` and special elixirs such as `convergence_test`
include("auxiliary/special_elixirs.jl")
Expand Down Expand Up @@ -200,8 +199,6 @@ export boundary_condition_do_nothing,
BoundaryConditionNavierStokesWall, NoSlip, Adiabatic, Isothermal,
BoundaryConditionCoupled

export coupling_converter_heaviside_2d

export initial_condition_convergence_test, source_terms_convergence_test
export source_terms_harmonic
export initial_condition_poisson_nonperiodic, source_terms_poisson_nonperiodic,
Expand Down
37 changes: 0 additions & 37 deletions src/coupling_converters/coupling_converters_2d.jl

This file was deleted.

0 comments on commit 6e95dab

Please sign in to comment.