Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove references to EXTRA_THERMO #2512

Merged
merged 1 commit into from
Jun 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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