Skip to content

Commit

Permalink
Add more exports
Browse files Browse the repository at this point in the history
  • Loading branch information
sloede committed Nov 3, 2023
1 parent 0b8cb3b commit bed54c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/TrixiSmartShockFinder.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ module TrixiSmartShockFinder
using MuladdMacro: @muladd
using Trixi
using Trixi: AbstractIndicator, AbstractEquations, AbstractSemidiscretization, @threaded,
summary_box, trixi_include
summary_box, eachdirection, get_node_vars, multiply_scalar_dimensionwise!,
apply_smoothing!, gauss_lobatto_nodes_weights, polynomial_interpolation_matrix,
trixi_include

include("indicators.jl")
include("indicators_1d.jl")
Expand Down

0 comments on commit bed54c6

Please sign in to comment.