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

504 commits

Author SHA1 Message Date
Oliver Hahn
f6a8398982 fixed periodic boundary conditions for tet-mesh 2013-10-24 13:40:54 +02:00
Oliver Hahn
5637c20bae fixed a variable reference that has been removed 2013-10-24 12:51:51 +02:00
Oliver Hahn
f19103d266 cleanup and fixes. k-space sampling still needs proper testing (and likely some more fixes) 2013-10-24 12:48:35 +02:00
Oliver Hahn
9ee8a0a6a9 added header file inclusion to avoid compilation errors 2013-10-24 12:33:58 +02:00
Oliver Hahn
870107d09c updated k-space sampling of power spectrum on nested hierarchies 2013-10-24 12:28:48 +02:00
Oliver Hahn
7beb94a1c7 tetmesh output: type 2 particles now *do* carry masses 2013-10-24 12:22:46 +02:00
Oliver Hahn
6d7672ee43 fixed a problem with writing vertex ids for tetmesh output 2013-10-24 11:47:43 +02:00
Oliver Hahn
64c06439e5 reverted makefile 2013-10-24 11:29:56 +02:00
Oliver Hahn
ffcc295ffc merge 2013-10-24 11:27:31 +02:00
Oliver Hahn
c74e6dbd55 added missing random number plugin 2013-10-24 11:27:09 +02:00
Raul Angulo
14c92dd4ff adding missing headers 2013-10-24 11:20:01 +02:00
Oliver Hahn
ccaf6762bd merging upstream changes 2013-10-24 10:53:40 +02:00
Oliver Hahn
82beef69a6 fixed a bug when expanding convex hulls 2013-10-23 23:16:47 +02:00
Oliver Hahn
f920a3377e merge 2013-10-23 23:03:59 +02:00
Oliver Hahn
90f0d15170 merge (with experimental new rewrite of random number factory) 2013-10-23 23:03:28 +02:00
Oliver Hahn
507b6daa41 added output plugin with refined tetrahedral mesh connectivity structure 2013-10-23 22:56:35 +02:00
Dylan Nelson
3c67f672d3 fix potential segfault related to STL in convex_hull.hh 2013-10-22 18:30:10 +00:00
Dylan Nelson
60d2aede0f generalize output_arepo for non-box regions 2013-10-22 18:28:48 +00:00
Oliver Hahn
a1cf2812fe fixed a bug when expanding convex hulls 2013-10-17 17:27:56 +02:00
Oliver Hahn
9bcedeb883 some fixes to density coarsening 2013-10-17 16:35:30 +02:00
Oliver Hahn
c7d5e09e4f fixed leftover diff marks in Makefile 2013-10-13 00:16:25 +02:00
Oliver Hahn
09c8251d06 merge 2013-10-13 00:14:26 +02:00
Oliver Hahn
97ba38177b fixed missing coarsening when levelmin_TF is set 2013-10-12 23:57:14 +02:00
Oliver Hahn
b4af40ed57 fixed fft interpolation for fft-kernel 2013-10-10 23:33:16 +02:00
Oliver Hahn
7177cfe2bf initial local commit of MUSIC 2.0 2013-10-10 23:24:21 +02:00
Oliver Hahn
3eca845d10 merge 2013-09-25 21:04:28 +02:00
Oliver Hahn
ef46d58653 added new parameter file options to specify the bounding ellipsoid directly,
the new options are region_ellipsoid_matrix[0-2] for the matrix and
region_ellipsoid_center for the ellipsoid center.

fixed a bug that caused velocity data to be used from region_point file
(need to check the units in all tools, so better to disable it atm)
2013-09-25 21:02:12 +02:00
Oliver Hahn
814247421b added parameters to specify the ellipsoid explicitly 2013-09-25 06:05:17 +02:00
Oliver Hahn
ba4f22bd7a added code to generate white noise fields for LasDamas ICs inside MUSIC,
not interfaced to the parameter file yet
2013-09-08 16:11:17 +02:00
Oliver Hahn
6eb82444c3 fixes to the noise interpolation, improves stability of large-scale modes (update recommended) 2013-08-27 22:26:59 -07:00
Oliver Hahn
5d84806257 fixes to the noise interpolation, improves stability of large-scale modes substantially 2013-08-27 21:50:51 -07:00
Oliver Hahn
7db63aba4a fixes the missing 'exit' in arepo plugin. now plugin (as ENZO and generic) is simply unavailable
when HDF5 is not present
2013-08-23 08:11:41 -07:00
Oliver Hahn
6e785f642d minor fixes of compilation/makefile issues 2013-08-15 16:32:37 -07:00
Oliver Hahn
82549d5f07 fixed typo in readme 2013-08-08 15:25:05 +02:00
Oliver Hahn
107663e54a updated readme file 2013-08-08 15:24:04 +02:00
Oliver Hahn
a17f70e119 fixed a compile error in arepo plugin when HAVEHDF5=no 2013-08-08 15:23:12 +02:00
Dylan Nelson
69236a2032 Initial addition of output plugin for Arepo (HDF5). 2013-08-07 16:45:11 -04:00
Oliver Hahn
cb1b8ef1ab updated feature list in readme 2013-08-07 18:17:16 +02:00
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