Skip to content

Commit

Permalink
switch to SDC
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed May 30, 2024
1 parent 608d089 commit b976a02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions Exec/science/circular_det/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,15 @@ COMP = gnu
USE_MPI = TRUE

USE_REACT = TRUE
USE_SIMPLIFIED_SDC = TRUE
USE_SHOCK_VAR = TRUE

CASTRO_HOME ?= ../../..

# This sets the EOS directory in $(MICROPHYSICS_HOME)/eos
EOS_DIR := helmholtz

# This sets the EOS directory in $(MICROPHYSICS_HOME)/networks
ifeq ($(USE_NSE_NET), TRUE)
NETWORK_DIR := subch_base
SCREEN_METHOD := chabrier1998
else
NETWORK_DIR := aprox19
endif
NETWORK_DIR := aprox13

PROBLEM_DIR ?= ./

Expand Down
2 changes: 1 addition & 1 deletion Exec/science/circular_det/inputs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ castro.do_react = 1
castro.ppm_type = 1
castro.ppm_temp_fix = 0

castro.time_integration_method = 0
castro.time_integration_method = 3

castro.disable_shock_burning = 0
castro.shock_detection_threshold = 1
Expand Down

0 comments on commit b976a02

Please sign in to comment.