1
0
Fork 0
mirror of https://github.com/cosmo-sims/monofonIC.git synced 2024-09-19 17:03:45 +02:00
Commit graph

576 commits

Author SHA1 Message Date
Oliver Hahn
b9aa382008 Merged in aniso (pull request #2)
Merge changes from branch aniso back to master

Approved-by: Oliver Hahn <oliverjhahn@gmail.com>
2019-10-14 13:43:07 +00:00
Oliver Hahn
5055e8039b forgot to commit routine to query MPI versions string 2019-10-13 17:17:38 +02:00
Oliver Hahn
10ef0dc97d added diagnostic output about FFTW library 2019-10-13 17:16:54 +02:00
Oliver Hahn
d5d78e5dbe diagnostic output to logger instead of cout 2019-10-13 17:15:22 +02:00
Oliver Hahn
cbec8c8f03 inlined global lambdas, requires upgrading to C++17 2019-10-12 15:06:49 +02:00
Oliver Hahn
5dbb56ace5 fixed a mistake in FindFFTW cmake script 2019-10-12 15:06:12 +02:00
Oliver Hahn
fa5642cd99 uncommented aniso parameters in example config file 2019-10-12 14:43:31 +02:00
Oliver Hahn
51f4f05973 poincare test now outputs field statistics 2019-10-12 14:43:06 +02:00
Oliver Hahn
a0b714790a added new test for poincare invariance 2019-10-10 21:48:00 +02:00
Oliver Hahn
8fe93b7cb2 flipped sign of gradient to be consistent with FFTW convention 2019-10-10 21:47:02 +02:00
Oliver Hahn
55aadae8d6 moved grid assignment operators to separate file and namespace 2019-10-10 21:44:57 +02:00
Oliver Hahn
92dabb8f8e added modified eisenstein transfer function with explicit Gaussian cutoff 2019-10-09 17:29:16 +02:00
Oliver Hahn
b8acbf842d new particle IDs encoding Lagrangian coordinates 2019-10-09 17:28:00 +02:00
Oliver Hahn
234dd539dc fixed 3LPT coefficients 2019-10-09 17:26:45 +02:00
Oliver Hahn
885a3d2530 code reformatting 2019-10-09 17:25:43 +02:00
Oliver Hahn
e2329cde74 added 2/3 dealiasing 2019-10-09 17:25:15 +02:00
Oliver Hahn
bf164f3855 added move constructor 2019-10-09 17:22:26 +02:00
Oliver Hahn
d16cefcd43 fixed cmake error when building without mpi 2019-10-08 20:21:28 +02:00
Oliver Hahn
afc81349f6 Merge branch 'aniso' of https://bitbucket.org/ohahn/monofonic into aniso 2019-10-03 00:28:38 +02:00
Oliver Hahn
a912462dbd code formatting 2019-10-03 00:22:02 +02:00
Oliver Hahn
1d2f8135ac optimized memory and code in triple convolution 2019-10-02 20:57:40 +02:00
Jens Stuecker
1645f645a3 Added a missing include to grid_fft.h 2019-09-25 21:46:17 +02:00
Oliver Hahn
519f3afe6b changed to more flexible FindFFTW3.cmake script. 2019-09-25 21:17:39 +02:00
Oliver Hahn
9c4c31ba53 fixed anisotropic velocity unit in presence of external tidal field 2019-09-17 14:21:52 +02:00
Oliver Hahn
c6535be970 bug fixes in cosmo coefficients for anisotropic external tides 2019-09-17 14:04:50 +02:00
Oliver Hahn
e2169c6118 updated example.conf for aniso 2019-09-16 18:12:25 +02:00
Oliver Hahn
7283348406 first implementation of anisotropic large-scale tidal field 2019-09-16 17:55:42 +02:00
Michael Michaux
467618155f Fixed FFTW3 2019-09-11 17:36:01 +02:00
Oliver Hahn
8104d43178 made baryons switchable, and minor cosmics 2019-09-11 17:34:16 +02:00
Oliver Hahn
f65f60076f Merged in new_io (pull request #1)
New io
2019-09-04 10:32:31 +00:00
Oliver Hahn
edfd0e17a4 README.md edited online with Bitbucket 2019-09-04 10:29:48 +00:00
Oliver Hahn
b09b9c7589 added compile time version information output and new logo 2019-09-04 12:07:40 +02:00
Oliver Hahn
6a515072ac fixed bug introduced with automatic power spectrum for semiclassical stuff, still automatic hbar needs to be improved/fixed 2019-08-12 23:33:04 +02:00
Oliver Hahn
e5d8aadcd2 fixed error in MPI parallel output to grafic2 2019-08-12 15:35:52 +02:00
Oliver
82198a1df9 fixed wrong header in linux sysinf 2019-08-12 00:25:33 +02:00
Oliver Hahn
cc4b90d962 more/more accurate diagnostic output 2019-08-12 00:14:30 +02:00
Oliver Hahn
8307853f08 fixed some compilation errors 2019-08-11 22:48:04 +02:00
Oliver Hahn
a9b1fba907 added RAMSES testing namelist and conf file 2019-08-08 18:54:10 +02:00
Oliver Hahn
d7063e824f grafic2 can also use SPT now, minor cleanup 2019-08-08 16:03:30 +02:00
Oliver Hahn
a4a40aae4b added multi-species IC infrastructure 2019-08-08 14:47:07 +02:00
Oliver Hahn
197c0a4948 added semiclassical NLO propagator (used if LPTorder>=2) 2019-08-08 10:35:13 +02:00
Oliver Hahn
cd2a730c76 more conservative automatic hbar choice 2019-08-07 20:29:56 +02:00
Oliver Hahn
11c6975dda added automatic choice of hbar based on variance of potential 2019-08-07 20:16:50 +02:00
Oliver Hahn
5beed1b498 some cleanup, moved testing output routines outside of main loop 2019-08-07 18:43:00 +02:00
Oliver Hahn
b29bb1ab18 added new parameter to example config file 2019-08-07 17:52:02 +02:00
Oliver Hahn
b501f984e3 changed code flow depending on what field/particle data the plugin requests 2019-08-07 17:51:40 +02:00
Oliver Hahn
e6434293dd merge in schroedinger 2019-08-05 18:01:28 +02:00
Mateja Gosenca
f305e8f6b3 added .DS_store to ignore 2019-08-05 17:41:56 +02:00
Oliver Hahn
fae7d11900 changed treatment of units, exchanged x<->z dimensions for grafic/fortran 2019-08-05 16:51:52 +02:00
Mateja Gosenca
bdd67e6770 Adding Schroedinger initialisation. 2019-08-05 15:04:50 +02:00