Skip to content

Commit

Permalink
Explicitly qualify use of indicators that are currently defined in Tr…
Browse files Browse the repository at this point in the history
…ixi.jl and TrixiSmartShockFinder.jl
  • Loading branch information
sloede committed Nov 3, 2023
1 parent a385293 commit ef1e795
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ using OrdinaryDiffEq
using TrixiSmartShockFinder
using Trixi

NeuralNetworkPerssonPeraire = TrixiSmartShockFinder.NeuralNetworkPerssonPeraire
NeuralNetworkRayHesthaven = TrixiSmartShockFinder.NeuralNetworkRayHesthaven

# This elixir was one of the setups used in the following master thesis:
# - Julia Odenthal (2021)
# Shock capturing with artificial neural networks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ using OrdinaryDiffEq
using TrixiSmartShockFinder
using Trixi

NeuralNetworkPerssonPeraire = TrixiSmartShockFinder.NeuralNetworkPerssonPeraire
NeuralNetworkRayHesthaven = TrixiSmartShockFinder.NeuralNetworkRayHesthaven

# This elixir was one of the setups used in the following master thesis:
# - Julia Odenthal (2021)
# Shock capturing with artificial neural networks
Expand Down

0 comments on commit ef1e795

Please sign in to comment.