1
0
Fork 0
mirror of https://github.com/cosmo-sims/monofonIC.git synced 2024-09-19 17:03:45 +02:00
High order LPT/PPT cosmological IC generator for single resolution cosmological simulations
Find a file
2019-12-01 18:52:53 +01:00
external fixed units when using output plugins 2019-05-21 01:36:19 +02:00
include added gridding back of dynamical matrix to ordinary Fourier space 2019-12-01 18:52:53 +01:00
src can write non-distributed grids with MPI, but needs cleanup 2019-11-16 04:42:38 +01:00
testing/RAMSES added RAMSES testing namelist and conf file 2019-08-08 18:54:10 +02:00
.gitignore added .DS_store to ignore 2019-08-05 17:41:56 +02:00
.gitmodules Changed the CLASS repository to the fork. 2019-05-15 15:21:14 +02:00
CMakeLists.txt cosmetics 2019-11-03 17:05:28 +01:00
example.conf adjusted example conf file 2019-11-01 12:19:55 +01:00
FindFFTW3.cmake fixed a mistake in FindFFTW cmake script 2019-10-12 15:06:12 +02:00
README.md README.md edited online with Bitbucket 2019-09-04 10:29:48 +00:00
version.cmake added compile time version information output and new logo 2019-09-04 12:07:40 +02:00

monofonIC

High order LPT/QPT tool for single resolution simulations

Build Instructions

Clone code including submodules (currently only CLASS is used as a submodule):

git clone --recurse-submodules https://ohahn@bitbucket.org/ohahn/monofonic.git

Create build directory, configure, and build:

mkdir monofonic/build; cd monofonic/build

ccmake ..

make

this should create an executable in the build directory. There is an example parameter file 'example.conf' in the main directory