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

345 commits

Author SHA1 Message Date
Oliver Hahn
57b5708248 removed saved findfftw3 cmake 2019-11-01 04:58:08 +01:00
Oliver Hahn
c593a7067d cleanup particle generator 2019-11-01 04:49:40 +01:00
Oliver Hahn
248c460b71 rewrote particle load generator, added new load (refined sc lattice) 2019-11-01 04:47:02 +01:00
Oliver Hahn
9a3ebc2bec updates to vec3 class, mostly arithmetics 2019-11-01 04:45:34 +01:00
Oliver Hahn
fa1abffd0d minor cleanup 2019-10-27 19:49:54 +01:00
Oliver Hahn
80da0a4ff2 removed openmp loop collapse, problems with intel c++ 2019-10-24 17:26:44 +02:00
Oliver Hahn
4de579ca78 revert back to C++14 by replacing inline lambdas with template funcs 2019-10-24 17:12:43 +02:00
Michael Michaux
07ce5fcc10 Merge branch 'master' of https://bitbucket.org/ohahn/monofonic 2019-10-24 14:44:15 +02:00
Michael Michaux
01b22b76a3 Added theoretical convergence test. 2019-10-24 14:44:06 +02:00
Oliver Hahn
a58fbc9778 moved particle lattice creation to separate function in separate header 2019-10-19 12:56:43 +02:00
Oliver Hahn
e9b11b1bae added fcc lattice to possible initial particle loads 2019-10-17 17:39:26 +02:00
Oliver Hahn
35910d724b cosmetics... 2019-10-16 23:24:06 +02:00
Oliver Hahn
f38bd2b469 added explanation what testing options are available to example conf file 2019-10-16 21:29:14 +02:00
Michael Michaux
e7c73fed52 Merge branch 'master' of https://bitbucket.org/ohahn/monofonic 2019-10-16 18:21:23 +02:00
Michael Michaux
b064928763 Added convergence test and made testings activable from the config file. 2019-10-16 18:18:46 +02:00
Michael Michaux
8bc6e5acac Fixed the seed initialization. 2019-10-16 18:14:06 +02:00
Oliver Hahn
98d148e4fc removed one character from delimiters to fit into 80 char terminals 2019-10-16 17:39:55 +02:00
Oliver
5b79b5ef30 removed spurious newline from linux cpu vendor string 2019-10-16 17:33:54 +02:00
Oliver Hahn
5cd6591866 added new gradient operator, fixed reversed gradient sign from before 2019-10-15 19:48:38 +02:00
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