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

69 commits

Author SHA1 Message Date
Oliver Hahn
a2d83df9b3 improved code documentation, added doxygen target 2023-06-08 03:36:24 +02:00
Oliver Hahn
edcfbbab58 added new fourier copy-interpolation routine 2020-11-11 16:26:49 +01:00
Oliver Hahn
326bfb7b9e fixed compilation problems when changing code precision 2020-10-29 19:50:05 +01:00
Oliver Hahn
3bead20876 Fixed compiler errors with gcc6. Tested with gcc 6.2, 8.2, 9.3, and 10.2, no errors or warnings. 2020-09-15 18:57:03 +02:00
Oliver Hahn
2a99302172 changed 'assign_function_of_grids...' type functions to variadic templates 2020-08-30 03:33:57 +02:00
Oliver Hahn
b78fc52cea fix deallocate on uninitialised data 2020-08-22 17:28:28 +02:00
Michael Buehlmann
f59a079dd3 set ballocated to false on reset 2020-08-21 11:54:05 -05:00
Michael Buehlmann
f098c17bb7 add genericio output plugin, fix memory leak in fftw plans, modernize CMakeLists 2020-08-21 11:47:53 -05:00
Oliver Hahn
d5493ca70a added license info to each file 2020-08-21 17:03:33 +02:00
Oliver Hahn
65746bac92 added possibility to have unallocated grids which can be allocated when needed 2020-08-16 20:48:31 +02:00
Oliver Hahn
66e801bcc2 added functions (unused) to compute global maxima/minima 2020-08-14 19:08:41 +02:00
Oliver Hahn
c8b1fd538c fixed bugs with ID generation for Lagrangian codes 2020-05-25 18:55:40 +02:00
Oliver Hahn
dddd84eca6 fixes to how IDs are generated 2020-05-24 13:01:14 +02:00
Oliver Hahn
658a8ad418 cleanup 2020-05-04 10:34:58 +02:00
Oliver Hahn
0a6f8f51cb fixed bug in grid shifting with MPI (affects bcc and fcc) 2020-05-04 02:09:03 +02:00
Oliver Hahn
1313905660 working commit 2020-05-03 00:14:47 +02:00
Oliver Hahn
0cafcfea19 added function to check if Nyquist mode to grd 2020-05-02 15:01:09 +02:00
Oliver Hahn
83b8d9bbaf moved math headers to subdirectory 2020-04-04 23:59:13 +02:00
Oliver Hahn
b8b9db3b99 made precision switchable from makefile 2020-04-02 19:57:41 +02:00
Oliver Hahn
f5a9006299 some refactoring, mostly just homogenizing function names 2020-04-02 11:18:21 +02:00
Oliver Hahn
a587ad6b3e some refactoring (add '_t' to vec3 and mat3) 2020-03-29 14:45:43 +02:00
Oliver Hahn
8855c75f43 Merge branch 'constraint' into develop 2020-03-01 17:41:44 +01:00
Oliver Hahn
a1a5e614cf fixed compilation error 2020-03-01 17:37:57 +01:00
Oliver Hahn
6c027d7094 fixed PLT correction interpolation 2020-03-01 17:21:17 +01:00
Oliver Hahn
2dfab2b267 working commit 2020-02-28 16:15:37 +01:00
Oliver Hahn
89f660f059 Merge branch 'develop' into constraint 2020-02-24 18:14:24 +01:00
Oliver Hahn
816a52d4da added reading routine from HDF5 2020-02-24 18:10:09 +01:00
Oliver Hahn
dcc59368ed working commit: dynamical matrix for bcc seems right, interpolation doesn't work yet, also too slow 2019-12-01 11:28:17 +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
144d0d9e1a added projection onto plt eigenmodes. (not working) 2019-11-05 19:14:14 +01:00
Oliver Hahn
6d1a3bf7cc minor cleanup, calculation of D works for SC 2019-11-04 00:25:45 +01:00
Oliver Hahn
40be27c36f started implementation of PLT (working commit) 2019-11-03 15:54:17 +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
248c460b71 rewrote particle load generator, added new load (refined sc lattice) 2019-11-01 04:47:02 +01:00
Oliver Hahn
e9b11b1bae added fcc lattice to possible initial particle loads 2019-10-17 17:39:26 +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
e2329cde74 added 2/3 dealiasing 2019-10-09 17:25:15 +02:00
Jens Stuecker
1645f645a3 Added a missing include to grid_fft.h 2019-09-25 21:46:17 +02:00
Oliver Hahn
7283348406 first implementation of anisotropic large-scale tidal field 2019-09-16 17:55:42 +02:00
Oliver Hahn
e5d8aadcd2 fixed error in MPI parallel output to grafic2 2019-08-12 15:35:52 +02:00
Oliver Hahn
cc4b90d962 more/more accurate diagnostic output 2019-08-12 00:14:30 +02:00
Oliver Hahn
d7063e824f grafic2 can also use SPT now, minor cleanup 2019-08-08 16:03:30 +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
e6434293dd merge in schroedinger 2019-08-05 18:01:28 +02:00
Mateja Gosenca
bdd67e6770 Adding Schroedinger initialisation. 2019-08-05 15:04:50 +02:00
Oliver Hahn
e6aded5e4c staggering shift operation now class member 2019-08-02 19:17:40 +02:00
Oliver Hahn
a2c228d208 made gadget-2 and generic output plugins work with output plugin structure again 2019-08-02 19:07:45 +02:00