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

516 commits

Author SHA1 Message Date
Oliver Hahn
90af2f9f93 fixed a bug that lead to the base hierarchy not being created properly when using no refinement and having fft_fine switched off 2013-08-07 18:14:22 +02:00
Oliver Hahn
6d29773b3a fixed a compilation error in convex_hull.hh 2013-08-07 14:11:28 +02:00
Oliver Hahn
a0f6dc2ba2 added proper expanding of convex hull, some optimisations 2013-08-07 12:29:23 +02:00
Oliver Hahn
d3e48b3ec9 added support for convex hull based high-res regions 2013-08-05 00:40:34 +02:00
Oliver Hahn
0c5cb001e9 moved point file reader to its own class 2013-08-04 23:58:56 +02:00
Oliver Hahn
eec818093d more readme updates 2013-08-03 06:29:08 +02:00
Oliver Hahn
0671ff64de fixed typo in readme 2013-08-03 06:18:27 +02:00
Oliver Hahn
385e7e85dc updated readme file 2013-08-03 06:16:29 +02:00
Oliver Hahn
835a49b731 fixed ascii art in readme 2013-08-02 18:08:45 +02:00
Oliver Hahn
42a57913c7 added copyright and license stuff 2013-08-02 18:05:17 +02:00
Oliver Hahn
e0ef7980e7 fixed a bug in the ramses tool get_music_refmask that not all particles are read in some cases 2013-07-31 10:48:39 +02:00
Oliver Hahn
9e179fa1c5 added new subdirectory for extra tools for codes. first one is mask generator for ramses (which is also in the ramses svn repo; it doesn't support velocities yet) 2013-07-29 17:57:30 +02:00
Oliver Hahn
6df708ce8d code now explicitly fails if zoom region is more than half box size instead of having undefined behaviour.
fixed a missing default option for levelmin_TF in constraints.cc.
2013-07-29 17:56:15 +02:00
Oliver Hahn
8657bdee4d fixed that region for refinement needs to be specified even if no zooms are performed.
fixed that whitespace after makefile options might lead to odd behaviour
2013-07-25 19:16:53 +02:00
Oliver Hahn
3343fd7cdd added a new transfer function 'eisenstein_suppress' with an additional parameter
[cosmology]/ktrunc to suppress large-scale power
2013-07-05 18:43:40 +02:00
Oliver Hahn
c23c280b51 reverted some default choices in Makefile and example parameter file after merging of NYX plugin 2013-06-04 10:04:09 +02:00
Oliver Hahn
eb86e9c56b Merged in jfe/music/nyx (pull request #6)
merge des nyx plugins
2013-06-04 09:56:37 +02:00
JFEngels
fd99f2e618 some bugfix 2013-05-31 16:10:03 +02:00
JFEngels
efba81d2a8 some more cleanup 2013-05-30 13:41:00 +02:00
JFEngels
6575a9f836 some cleanup 2013-05-30 12:06:11 +02:00
Oliver Hahn
32f721f77c fixed a bug that caused refinement masks (i.e. ellipsoid) not being applied properly when using 2LPT 2013-05-27 15:22:16 +02:00
Oliver Hahn
2fa018e6cf fixed missing padding for refinement masks when using grafic2/ramses output and box ics 2013-05-21 22:36:02 +02:00
JFEngels
cd33d50702 improve last commit 2013-05-13 17:19:37 +02:00
JFEngels
44854adb14 make inputs file contain the correct blocking factor 2013-05-13 17:02:50 +02:00
JFEngels
48e4f7004d we now enforce the blocking factor...this time for real 2013-05-10 12:24:50 +02:00
JFEngels
6c2a606108 we now write multiple boxes instead of one large 2013-05-07 15:28:24 +02:00
Oliver Hahn
1579ffc95a some convenience adjustments to output better ramses namelist files 2013-05-03 16:23:52 +02:00
JFEngels
024e81dc8d some merge... 2013-04-23 18:02:16 +02:00
Oliver Hahn
ad67f23f30 reduced the padding around ellipsoids when not using RAMSES output 2013-04-21 11:55:36 +02:00
Oliver Hahn
72ea09abcb fixed a numerical accuracy issue with the ellipsoid regions 2013-04-21 11:43:11 +02:00
Oliver Hahn
9ace4d1dd3 merge 2013-04-19 16:45:56 +02:00
Oliver Hahn
ead40fd5b6 added support for ellipsoid region files that include velocity information
to correctly deal with the initial displacement of the particles from their
Lagrangian coordinates
2013-04-19 16:45:48 +02:00
galtay
60aa00bb83 Added #include <unistd.h> to output plugins so they can see unlink in gnu >= 4.7.0 2013-04-16 14:28:52 -05:00
Oliver Hahn
7d156c8958 fixes to CAMB transfer function plugin. now supports extrapolation out of tabulated region 2013-04-07 21:59:43 +02:00
Oliver Hahn
b09262124f fixed a bug that WDM transfer functions did not work properly with some compilers 2013-04-04 23:37:10 +02:00
Oliver Hahn
7e69a43036 added new option "gadget_cell_centered=yes/no" to enable half-cell shift for gadget particle positions 2013-03-21 22:09:59 +01:00
Oliver Hahn
edb2dce773 gadget2: added option to write out long ids, even if not needed for ICs themselves 2013-03-15 16:15:36 -07:00
Oliver Hahn
b0ffdc5d62 Merged in ohahn/music-iodevel (pull request #4) 2013-03-08 11:39:47 -08:00
Oliver Hahn
c08d523265 Added enzo_refine_region_fraction parameter.
It sets the erfine region output in the parameter file to this
fraction times the finest grid size.

Also made the align_top field not required to be true as this
is only needed for old enzo versions.
2013-03-07 17:39:57 -08:00
Oliver Hahn
4ca8971bd7 fixed a bug that can occur with refinement region positiong when too much whitespace occurs in the position definition in the parameter file 2013-03-05 15:25:48 -08:00
Oliver Hahn
9c89e837b5 added notification mechanism so that region generator plugins can be updated about the grid hierarchy that was actually created. this fixes also the problem with high res regions not being necessarily equal to the grid size available when using the is_refined member function 2013-02-22 00:01:37 +01:00
Oliver Hahn
2c6362323d fixed the odd behaviour that for the new 'box' regions, the number of cells
output for the high-res region does not necessarily agree with what's called
'refined' -- force_equal_extent is not respected either at the moment.
2013-02-21 19:01:06 +01:00
JFEngels
14675047ef some corrections to the grid layout... 2013-02-19 14:52:53 +01:00
Oliver Hahn
77183c6e20 improvements to WDM transfer function parameterisations, now support for Bode et al. 2001 and Viel et al. 2005 parameterisations, fixed missing factor of h in old Bode+2001 parameterisation 2013-02-18 16:17:13 +01:00
ch b
048bd978f5 removed fortran warning flag in inputs file generation. 2013-02-18 14:49:50 +01:00
JFEngels
06bbc50da4 i dont know...maybe merge 2013-02-13 18:02:06 +01:00
JFEngels
ebf6fa6167 some units fixed 2013-02-13 17:55:01 +01:00
ch b
eea7b8a8ca removed a line from inputs file that isnt neccessay 2013-02-13 16:48:41 +01:00
JFEngels
ae521fc683 this one fixes a "bug" for nyx and regridding...we also go for multithreaded... 2013-02-13 14:59:47 +01:00
JFEngels
6ad387c0ce some improvements to makefiles... 2013-02-07 16:34:34 +01:00