Skip to content

Commit

Permalink
make it SDC by defaultt
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Feb 18, 2024
1 parent 9b3c5fc commit 5d7f780
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions Exec/reacting_tests/nse_test/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ USE_MPI = TRUE

USE_REACT = TRUE

USE_SIMPLIFIED_SDC := TRUE

CASTRO_HOME ?= ../../..

Expand Down
11 changes: 7 additions & 4 deletions Exec/reacting_tests/nse_test/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# nse_test
# `nse_test`

This is a simple test problem designed to explore how well hydro and
reactions are coupled when a system enters NSE.
Expand All @@ -7,7 +7,10 @@ This version is based on ``reacting_convergence`` (which is in turn
based on ``acoustic_pulse_general``), but using the ``aprox19``
network with the NSE table enabled.

You can run the Strang convergence test with the script convergence_strang.sh
You can run the simplified-SDC convergence test with the script
`convergence_simplified_sdc_w_vel.sh`

The script `create_pretty_tables.py` will take the 2 (or 3) output
files and make a single LaTeX-formatted table of the results. Use
the `--simple` argument to format in plaintext.

The script create_pretty_tables.py will take the 2 output files and
make a single LaTeX-formatted table of the results.

0 comments on commit 5d7f780

Please sign in to comment.