Skip to content

Commit

Permalink
remove references to EXTRA_THERMO (#2512)
Browse files Browse the repository at this point in the history
this is now handled automatically via a struct
  • Loading branch information
zingale committed Jun 19, 2023
1 parent ca6f820 commit 3ed8b7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
3 changes: 1 addition & 2 deletions Docs/source/FlowChart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ The time-integration method used is controlled by
order integration implemented. At the moment, this does not support
multilevel domains. Note: because of differences in the interfaces with the
default Strang method, you must compile with ``USE_TRUE_SDC = TRUE`` for this
method to work (in particular, this defines ``EXTRA_THERMO`` which enables some
additional EOS derivatives).
method to work.

* ``time_integration_method = 3``: this is the simplified SDC method
described above that uses the CTU hydro advection and an ODE
Expand Down
12 changes: 0 additions & 12 deletions Exec/Make.Castro
Original file line number Diff line number Diff line change
Expand Up @@ -186,18 +186,6 @@ endif
ifeq ($(USE_REACT), TRUE)
Bdirs += Source/reactions
DEFINES += -DREACTIONS

ifeq ($(USE_TRUE_SDC), TRUE)
# we need the compositional derivatives for SDC
DEFINES += -DEXTRA_THERMO
endif

ifeq ($(USE_SIMPLIFIED_SDC), TRUE)
# we need the compositional derivatives for SDC
DEFINES += -DEXTRA_THERMO
# we only implement this for C++ reactions
endif

endif

ifeq ($(USE_REACT_SPARSE_JACOBIAN), TRUE)
Expand Down

0 comments on commit 3ed8b7e

Please sign in to comment.