Skip to content

Commit

Permalink
increase MAX_NPTS, make SDC time integration default
Browse files Browse the repository at this point in the history
  • Loading branch information
brady-ryan committed Jun 18, 2024
1 parent 7cf5db7 commit c2e732d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Exec/science/subch_planar/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ USE_OMP = FALSE
USE_GRAV = TRUE
USE_REACT = TRUE

USE_SHOCK_VAR = TRUE
USE_SHOCK_VAR = TRUE

MAX_NPTS_MODEL = 32678

USE_MODEL_PARSER = TRUE

Expand Down
1 change: 1 addition & 0 deletions Exec/science/subch_planar/inputs_2d
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ castro.sponge_timescale = 1.0e-3
castro.sum_interval = 1 # timesteps between computing mass
castro.v = 1 # verbosity in Castro.cpp
amr.v = 1 # verbosity in Amr.cpp
castro.time_integration_method = 3 # uses SDC by default

# REFINEMENT / REGRIDDING
amr.max_level = 0 # maximum level number allowed
Expand Down

0 comments on commit c2e732d

Please sign in to comment.