Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.68 KB

README.md

File metadata and controls

40 lines (32 loc) · 1.68 KB

TrixiSmartShockFinder.jl

Build Status Coveralls License: MIT

Spin-off repository of Trixi.jl with neural network-based shock indicators.

**Note: This repository is currently not under development and has been archived. If you are interested in using any of this, please get in touch with the developers of the Trixi.jl package.

Usage

Clone this repository

git clone [email protected]:trixi-framework/TrixiSmartShockFinder.jl.git

enter the directory, and start Julia (tested with Julia v1.9) with the project set to the clone directory

cd TrixiSmartShockFinder.jl
julia --project=.

Now run one of the elixirs in the examples folder, e.g.,

using TrixiSmartShockFinder
trixi_include("examples/tree_2d_dgsem/elixir_euler_blast_wave_neuralnetwork_perssonperaire.jl")

Authors

TrixiSmartShockFinder.jl was initiated by Michael Schlottke-Lakemper (RWTH Aachen University/High-Performance Computing Center Stuttgart (HLRS), Germany) and Julia Odenthal (University of Cologne, Germany).

License and contributing

TrixiSmartShockFinder.jl is licensed under the MIT license (see LICENSE.md).