Skip to content

Commit

Permalink
Add Flux.jl to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sloede committed Nov 3, 2023
1 parent bed54c6 commit c97b57d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ authors = ["Michael Schlottke-Lakemper <[email protected]> and contributors"]
version = "0.1.0"

[deps]
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
Trixi = "a7f1ee26-1774-49b1-8366-f1abc58fbfcb"

[compat]
Flux = "0.13.15, 0.14"
MuladdMacro = "0.2.4"
# Trixi = "0.6"
julia = "1.9"
3 changes: 2 additions & 1 deletion src/TrixiSmartShockFinder.jl
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
module TrixiSmartShockFinder

using MuladdMacro: @muladd
using Flux: params
using Trixi
using Trixi: AbstractIndicator, AbstractEquations, AbstractSemidiscretization, @threaded,
summary_box, eachdirection, get_node_vars, multiply_scalar_dimensionwise!,
apply_smoothing!, gauss_lobatto_nodes_weights, polynomial_interpolation_matrix,
trixi_include
has_any_neighbor, has_neighbor, has_children, trixi_include

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

0 comments on commit c97b57d

Please sign in to comment.