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

187 commits

Author SHA1 Message Date
Oliver Hahn
2a99302172 changed 'assign_function_of_grids...' type functions to variadic templates 2020-08-30 03:33:57 +02:00
Oliver Hahn
881d428213 Merge branch 'master' of https://bitbucket.org/ohahn/monofonic into develop 2020-08-25 16:07:30 +02:00
Oliver Hahn
5bd88ed464 added solar mass to constants 2020-08-25 12:36:10 +02:00
Oliver Hahn
14e179ba56 particle_plt.hh edited online with Bitbucket 2020-08-23 21:22:48 +00: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
4138ce2026 removed particle position perturbations for multi-fluid 2020-08-20 17:10:44 +02:00
Oliver Hahn
1451f6e4e0 fix compiler error with Intel C++ 2020-08-20 17:02:48 +02:00
Oliver Hahn
af990c6edd cleaned up output of growth factors 2020-08-16 20:53:32 +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
950fe6b597 fixes to removal of 3a 3b split 2020-08-16 17:41:21 +02:00
Oliver Hahn
a525c595f4 added output of transfer functions along with power spectra 2020-08-14 19:09:29 +02:00
Oliver Hahn
66e801bcc2 added functions (unused) to compute global maxima/minima 2020-08-14 19:08:41 +02:00
Oliver Hahn
53a7dc3af0 fixed wrong individual particle masses with MPI 2020-07-05 14:26:53 +02:00
Oliver Hahn
0f54c30ca2 added particle mass output for grafic plugin 2020-07-02 03:20:45 +02:00
Oliver Hahn
a8e135c5e1 added first version of perturbed masses for multi-fluid 2020-07-02 01:27:53 +02:00
Oliver Hahn
73d4b53657 fixed a few 'fabs' that were 'abs' 2020-06-04 14:10:46 +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
01fdd973e7 WIP: higher order baryons 2020-05-23 16:14:37 +02:00
Oliver Hahn
68ae67f3db WIP: higher order baryons 2020-05-23 15:12:51 +02:00
Oliver Hahn
dcfa7ee318 WIP: baryon ICs 2020-05-22 18:44:15 +02:00
Oliver Hahn
658a8ad418 cleanup 2020-05-04 10:34:58 +02:00
Oliver Hahn
fc448a21a0 some cleanup / compilation problem fixes 2020-05-04 02:09:42 +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
68aa31c59a fixed forgotten boundary update 2020-05-04 01:13:07 +02:00
Oliver Hahn
9ebe27cb68 mpi bugfixes, refactoring of particle creation 2020-05-04 00:49:11 +02:00
Oliver Hahn
226a9303db bug fixes to glass with MPI 2020-05-03 21:20:22 +02:00
Oliver Hahn
bae1701cb5 fixed compiler errors when not using MPI 2020-05-03 16:15:40 +02:00
Oliver Hahn
dd4688953c working commit, glass 2020-05-03 04:20:12 +02:00
Oliver Hahn
1313905660 working commit 2020-05-03 00:14:47 +02:00
Oliver Hahn
b534c7ff35 fixed normalisation of CLASS when using ztarget and zstart 2020-05-02 21:02:24 +02:00
Oliver Hahn
52dfa9a72d Fill_Grid member function cannot be const 2020-05-02 15:02:16 +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
5d60b59f6c removed superfluous grid operators 2020-04-04 21:35:16 +02:00
Oliver Hahn
096513e7e8 moved git version info to cmake_config.hh.in 2020-04-04 20:59:28 +02:00
Oliver Hahn
3f17e5a796 more naming convention homogenisation 2020-04-04 20:55:24 +02:00
Oliver Hahn
06b3a84bd3 naming convention homogenisation 2020-04-04 20:39:52 +02:00
Oliver Hahn
2315515305 renaming (csoca->music) 2020-04-04 20:27:51 +02:00
Oliver Hahn
734948c2a1 minor fixes 2020-04-04 01:24:05 +02:00
Oliver Hahn
c9fce7f210 fixed bug that Omega_k was not set 2020-04-03 07:04:41 +02:00
Oliver Hahn
b99597d300 updates fo cmake template header, forgotten in previous commit 2020-04-03 00:54:10 +02:00
Oliver Hahn
0678489386 fixed some nyquist plane errors in convolutions 2020-04-02 19:58:57 +02:00
Oliver Hahn
6dabf65ab2 added template cmake_config file that was forgotten in previous commit 2020-04-02 19:58:34 +02:00
Oliver Hahn
b8b9db3b99 made precision switchable from makefile 2020-04-02 19:57:41 +02:00
Oliver Hahn
3a8a22737f major update of class plugin 2020-04-02 19:25:54 +02:00
Oliver Hahn
4aba654797 wrapped interpolation into its own class, also transfer functions can come pre-normalised now 2020-04-02 12:48:52 +02:00