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

567 commits

Author SHA1 Message Date
Oliver Hahn
9a36cc13fd unified calculation of growth factor and growth rate 2019-11-15 23:19:57 +01:00
Oliver Hahn
89ec1775f3 fixed inconsistency between NGENIC random numbers generated with MPI and without 2019-11-15 22:32:09 +01:00
Oliver Hahn
07b430f25c removed unused code to fill grids with random numbers 2019-11-15 11:54:16 +01:00
Oliver Hahn
675ba19a95 working commit, fft grids can be non-distributed memory even when using MPI 2019-11-14 15:36:39 +01:00
Oliver Hahn
5de14003c0 working commit 2019-11-14 14:09:24 +01:00
Oliver Hahn
dc2564994f minor cleanup 2019-11-06 17:55:09 +01:00
Oliver Hahn
d075e496be added correction of growth rates 2019-11-06 14:06:19 +01:00
Oliver Hahn
88ac5ab19a fix PS normalisation with PLT proj correction 2019-11-06 11:44:32 +01:00
Oliver Hahn
144d0d9e1a added projection onto plt eigenmodes. (not working) 2019-11-05 19:14:14 +01:00
Oliver Hahn
747031bee2 added calculation of Brillouin zone (from Bruno's Code) 2019-11-05 00:29:33 +01:00
Oliver Hahn
6d1a3bf7cc minor cleanup, calculation of D works for SC 2019-11-04 00:25:45 +01:00
Oliver Hahn
8048825e02 cosmetics 2019-11-03 17:05:28 +01:00
Oliver Hahn
06264bfb51 PLT: output of eigenvalues and vectors to HDF5 2019-11-03 17:04:49 +01:00
Oliver Hahn
9356870841 fixed bug where eigenvectors and coordinate indices were mixed up 2019-11-03 17:04:05 +01:00
Oliver Hahn
c71b844e16 enabled output to HDF5 of complex data when in Fourier space 2019-11-03 17:03:29 +01:00
Oliver Hahn
40be27c36f started implementation of PLT (working commit) 2019-11-03 15:54:17 +01:00
Oliver Hahn
a5253bcace cosmetic changes 2019-11-01 13:16:05 +01:00
Oliver Hahn
3ee9dfd6dd adjusted example conf file 2019-11-01 12:19:55 +01:00
Oliver Hahn
68080d2545 added possibility to write 32 or 64bit positions and ids 2019-11-01 12:03:02 +01:00
Oliver Hahn
d80bf34c10 added file headers 2019-11-01 12:02:09 +01:00
Oliver Hahn
eb2743c61b removal of more deprecated member functions 2019-11-01 12:01:39 +01:00
Oliver Hahn
1ebc5f2ff7 removed deprecated member function 2019-11-01 10:46:31 +01:00
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