Skip to content

Commit

Permalink
Merge branch 'development' into doc_burn_cell_sdc
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Feb 11, 2025
2 parents 4138901 + 6922c6e commit 55803d3
Show file tree
Hide file tree
Showing 4 changed files with 457 additions and 434 deletions.
8 changes: 4 additions & 4 deletions Docs/source/design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Structure
The high-level directory structure delineates the types of microphysics
and the generic solvers:

* ``conductivity``: thermal conductivity routines
* ``conductivity/``: thermal conductivity routines

* ``constants``: fundamental constants
* ``constants/``: fundamental constants

* ``Docs``: the sphinx source for this documentation
* ``Docs/``: the sphinx source for this documentation

* ``EOS/``: the various equations of state

Expand Down Expand Up @@ -64,7 +64,7 @@ of the species defined by the network to interpret the state.

We try to maximize code reuse in the Microphysics source, so the
solvers (ODE integration for the network and Newton-Raphson root
finding for the EOS) is separated from the specific implementations of
finding for the EOS) are separated from the specific implementations of
the microphysics.

.. note::
Expand Down
Loading

0 comments on commit 55803d3

Please sign in to comment.