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

515 commits

Author SHA1 Message Date
Oliver Hahn
b8e28bde1f fix compilation problem 2023-02-14 10:40:54 -08:00
Oliver Hahn
0877b8d1f1 WIP transition to monofonic background cosmology module 2023-02-14 10:37:29 -08:00
Oliver Hahn
0fa33b9ea9 WIP commit, transition to monofonic logger and config_file 2023-02-14 10:34:58 -08:00
Oliver Hahn
5304b8141a Merged in panphasia (pull request #3)
Panphasia
2023-02-14 00:12:25 +00:00
Oliver Hahn
c184accf00 WIP panphasia field now agrees within some errors with the previous result. 2023-02-13 15:07:54 -08:00
Oliver Hahn
ced852069e WIP fixes/cleanup for MUSIC RNG 2023-02-12 22:38:50 -08:00
Oliver Hahn
244f11a821 WIP: some more cleanup 2023-02-12 22:38:28 -08:00
Oliver Hahn
bd12e40e22 WIP panphasia integration. compiles and runs, but output not tested 2023-02-12 14:42:51 -08:00
Oliver Hahn
040324f346 WIP added panphasia files. does not work yet 2023-02-11 18:49:50 -08:00
Oliver Hahn
4aeb06b1d5 fixed bug in add_constant_value 2023-02-10 10:31:41 -08:00
Oliver Hahn
85dfd7d784 added first crude implementation of counter mode to minimize advection 2023-02-09 16:40:22 -08:00
Oliver Hahn
b0e2642e20 removed superfluous parameter from sample config file 2023-02-08 11:51:15 -08:00
Oliver Hahn
1962dcd82e updated testing script 2023-02-08 11:49:28 -08:00
Oliver Hahn
7b401b4d02 minor cleanup 2023-02-08 11:49:04 -08:00
Oliver Hahn
41d0dfb917 memory footprint significantly reduced. basic tests work fine with only very minor loss of accuracy 2023-02-08 11:48:51 -08:00
Oliver Hahn
6f05ca2e7b wip. fixed some bugs. appears to work now for arbitrary margins. needs more testing 2023-02-05 12:27:55 -08:00
Oliver Hahn
1e8eeef76a fixed some compiler warnings 2023-02-04 20:24:21 -08:00
Oliver Hahn
0f80056e40 minor cleanups 2023-02-04 20:17:45 -08:00
Oliver Hahn
bb9c07cf4d removed realspace kernel 2023-02-04 20:15:05 -08:00
Oliver Hahn
437e77f74f wip commit, memory optimization 2023-02-04 19:59:03 -08:00
Oliver Hahn
33d784a137 introduced some stl arrays 2023-02-04 16:24:33 -08:00
Oliver Hahn
5bd8c45341 dropped real-space convolutions entirely. removed many unused functions from mesh.hh 2023-02-04 16:23:58 -08:00
Oliver Hahn
58d68ec1f6 added .gitignore 2023-02-03 11:35:06 -08:00
Oliver Hahn
e912f944fc fixed some compiler warnings 2023-02-03 11:34:57 -08:00
Tom Abel
1846b314ac Add velocity information output. 2022-12-05 12:32:46 -08:00
Tom Abel
b39a91de1d Add preserve_dims config option.
preserve_dims=yes

The default behavior is to extend the subgrid dimensions
to satisfy constraints imposed by the parameters that control
how grids are centered. When preserve_dims=yes it instead
keeps the dimensions but moves the grid towards the center.
2022-09-26 13:09:54 -07:00
Oliver Hahn
6747c54f3b README.md edited 2021-12-01 21:12:51 +00:00
Oliver Hahn
4a07f8c8fb README.md edited 2021-12-01 21:12:05 +00:00
Oliver Hahn
9208482af5 Initial Bitbucket Pipelines configuration 2021-12-01 21:00:20 +00:00
Oliver Hahn
fdb6e73fc3 updated RPC/XDR routines to compile against TIRPC library since RPC is missing from modern glibc 2021-11-30 22:47:40 +01:00
Oliver Hahn
1e98bde1fa added .gitignore to hide build directory 2021-11-30 22:46:27 +01:00
Oliver Hahn
f0f99cfc77 removed pragma marks causing compiler warnings 2021-11-30 22:46:10 +01:00
loic hausammann
9142b06fd5 Merged in loichausammann/music (pull request #1)
Fix arepo output
2020-07-23 09:29:55 +00:00
loic hausammann
3a70c39fe0 Merged in loichausammann/music/fix_powerspec (pull request #2)
Added comment on PS normalisation to input_powerspec.txt file.
2020-07-23 09:28:37 +00:00
loikki
ca1dafbcfb Add comment in input_powerspec.txt about the power spectrum definition 2020-07-23 11:14:55 +02:00
loikki
8f091c39de Add unit factor to boxsize 2020-05-19 14:07:56 +02:00
Oliver Hahn
ea60f99654 README.md edited online with Bitbucket 2020-02-19 21:33:36 +00:00
Oliver Hahn
4c1feec117 better handling of single/double precision fftw3 support 2020-02-13 14:36:23 +01:00
Oliver Hahn
42874ec00e added single precision option to cmake makefile 2020-02-13 14:21:55 +01:00
Oliver Hahn
ed0d8ce653 added rudimentary CMake support 2020-02-13 14:06:30 +01:00
Oliver Hahn
8c6c4f3dcb changed CC back to default to g++ 2020-02-13 13:45:31 +01:00
Oliver Hahn
b77fedd700 modified directory structure, fixed compiler warnings in g++ 9 2020-02-13 13:44:07 +01:00
Oliver Hahn
6ad3934f23 added Angulo&Pontzen fixing and pairing 2019-07-16 12:04:23 +02:00
Oliver Hahn
2678e48a70 Fixed compiler warning 2019-07-16 12:03:17 +02:00
Oliver Hahn
eb870edb89 fixed a compilation error due to typor 2018-03-07 03:14:44 +01:00
Oliver Hahn
ed619e96f2 fixed a few bugs in the CAMB plugin (if header line was present, it was not skipped; baryon velocity was same as CDM) 2018-03-05 16:56:40 +01:00
BW Keller
8c9dff495b Revert makefile HDF option to yes 2017-09-18 15:19:11 +02:00
Ben Keller
39e984d880 Merged ohahn/music into default 2017-09-18 15:15:38 +02:00
Oliver Hahn
085ea01af8 fixed possible compiler errors on previous commit when not using C++11 compiler 2016-04-16 13:58:36 +02:00
Oliver Hahn
3d8c218a77 fixed uninitialised value for line numbers read from CAMB file (also the flag whether linear interpolation should be used was uninitialised, but always set in the end). these fixes do not affect overall behavior 2016-04-16 13:24:22 +02:00