Skip to content

Commit

Permalink
(docs) bug fix in table of pre-cooked setups [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Jan 30, 2024
1 parent 3063500 commit 7774d5f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions build/Makefile_setups
Original file line number Diff line number Diff line change
Expand Up @@ -1038,23 +1038,24 @@ endif

ifeq ($(SETUP), flrw)
# constant density FLRW cosmology with perturbations
GR=yes
KNOWN_SETUP=yes
IND_TIMESTEPS=no
METRIC=et
SETUPFILE= setup_flrw.f90
PERIODIC=yes
GR=yes
KNOWN_SETUP=yes
IND_TIMESTEPS=no
METRIC=et
SETUPFILE= setup_flrw.f90
PERIODIC=yes
endif

ifeq ($(SETUP), flrwpspec)
# FLRW universe using a CMB powerspectrum and the Zeldovich approximation
GR=yes
KNOWN_SETUP=yes
IND_TIMESTEPS=no
METRIC=et
SETUPFILE= setup_flrwpspec.f90
PERIODIC=yes
# FLRW universe using a CMB powerspectrum
GR=yes
KNOWN_SETUP=yes
IND_TIMESTEPS=no
METRIC=et
SETUPFILE= setup_flrwpspec.f90
PERIODIC=yes
endif

ifeq ($(SETUP), default)
# default setup, uniform box
KNOWN_SETUP=yes
Expand All @@ -1069,7 +1070,6 @@ ifeq ($(SETUP), galaxies)
ANALYSIS=analysis_GalMerger.f90
IND_TIMESTEPS=yes
GRAVITY=yes
MAXP=2600000
KNOWN_SETUP=yes
endif

Expand Down
2 changes: 1 addition & 1 deletion docs/setups-list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
+------------------+---------------------------------------------------------------+----------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+
| flrw | constant density FLRW cosmology with perturbations | GR, et, periodic | `setup_flrw.f90 <https://github.com/danieljprice/phantom/blob/master//src/setup/setup_flrw.f90>`__ |
+------------------+---------------------------------------------------------------+----------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+
| flrwpspec | FLRW universe using a CMB powerspectrum and the Zeldovich approximation | GR, et, periodic | `setup_flrwpspec.f90 <https://github.com/danieljprice/phantom/blob/master//src/setup/setup_flrwpspec.f90>`__ |
| flrwpspec | FLRW universe using a CMB powerspectrum | GR, et, periodic | `setup_flrwpspec.f90 <https://github.com/danieljprice/phantom/blob/master//src/setup/setup_flrwpspec.f90>`__ |
+------------------+---------------------------------------------------------------+----------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+
| galaxies | galaxy merger using data from Wurster & Thacker (2013a,b) | self-gravity | `setup_galaxies.f90 <https://github.com/danieljprice/phantom/blob/master//src/setup/setup_galaxies.f90>`__ |
+------------------+---------------------------------------------------------------+----------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+
Expand Down

0 comments on commit 7774d5f

Please sign in to comment.