Skip to content

Commit

Permalink
Merge branch 'v0.6-dev' into HLL_MHD_Breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha authored Nov 7, 2023
2 parents 4f5a754 + 61c80ba commit 29bb3d8
Show file tree
Hide file tree
Showing 17 changed files with 15 additions and 1,720 deletions.
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ for human readability.
Users, who have been using `flux_hll` for MHD have now to use `flux_hlle` in order to use the
Einfeldt wave speed estimate.

#### Deprecated

#### Removed

- The neural network-based shock indicators have been migrated to a new repository
[TrixiSmartShockFinder.jl](https://github.com/trixi-framework/TrixiSmartShockFinder.jl).
To continue using the indicators, you will need to use both Trixi.jl and
TrixiSmartShockFinder.jl, as explained in the latter packages' `README.md`.


## Changes in the v0.5 lifecycle

#### Added
Expand Down Expand Up @@ -43,6 +53,9 @@ for human readability.

#### Removed

- Migrate neural network-based shock indicators to a new repository
[TrixiSmartShockFinder.jl](https://github.com/trixi-framework/TrixiSmartShockFinder.jl).


## Changes when updating to v0.5 from v0.4.x

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Trixi"
uuid = "a7f1ee26-1774-49b1-8366-f1abc58fbfcb"
authors = ["Michael Schlottke-Lakemper <[email protected]>", "Gregor Gassner <[email protected]>", "Hendrik Ranocha <[email protected]>", "Andrew R. Winters <[email protected]>", "Jesse Chan <[email protected]>"]
version = "0.5.48-pre"
version = "0.6.0"

[deps]
CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"
Expand Down

This file was deleted.

This file was deleted.

107 changes: 0 additions & 107 deletions examples/tree_2d_dgsem/elixir_euler_blast_wave_neuralnetwork_cnn.jl

This file was deleted.

Loading

0 comments on commit 29bb3d8

Please sign in to comment.