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

341 commits

Author SHA1 Message Date
Oliver Hahn
1f7ba3bca3 made window function spherically symmetric 2013-11-14 12:07:34 +01:00
Oliver Hahn
caec0b9d76 new version number 1.5
fixed a compile error in tetmesh output
made k-space sampling the default
2013-11-14 11:04:08 +01:00
Oliver Hahn
144efb78ea updated output plugins to use new masking/refinement tagging API 2013-11-13 12:28:15 +01:00
Oliver Hahn
a4f6909982 replaced k-space transfer filter with Planck-taper window
removed again the non-kspace averaging with realspace TFs
2013-11-13 03:26:03 +01:00
Oliver Hahn
c8619e13e3 restored compatibility with old realspace transfer function scheme 2013-11-13 01:40:42 +01:00
Oliver Hahn
f14552e106 final fixes to masking 2013-11-13 01:40:20 +01:00
Oliver Hahn
8ecb337170 stupid fix for new mask 2013-11-07 00:05:45 +01:00
Oliver Hahn
503aad8d53 and more fixes to the new masking 2013-11-06 23:48:00 +01:00
Oliver Hahn
436882c8d5 minor clean ups 2013-11-06 19:54:04 +01:00
Oliver Hahn
33465be8d6 more fixes to the masking 2013-11-06 15:25:14 +01:00
Oliver Hahn
d4dc2efcf4 fixed refinement masks, added a forward consistency swipe 2013-11-06 02:01:34 +01:00
Oliver Hahn
049e5612b0 attempted to fix that particles in masked regions are written out twice 2013-11-06 01:17:40 +01:00
Oliver Hahn
5d58feecbe added smooth blending function for k-space transfer functions 2013-11-06 00:43:00 +01:00
Oliver Hahn
5b813c5007 fixed that sometimes real-space averaging for noise was used instead of k-space.
fixed some other minor issues (mostly compiler warnings)
2013-11-05 22:56:05 +01:00
Oliver Hahn
35046923eb a few fixes. 2013-11-05 17:06:45 +01:00
Oliver Hahn
df94ef9fac merging upstream changes 2013-11-05 15:34:27 +01:00
Oliver Hahn
458607f2f6 cleaned up some compiler warnings appearing with newer versions of gcc (tested with gcc 4.8) 2013-11-05 15:34:00 +01:00
Oliver Hahn
86b85edadd re-enabled enforcing of mean density 2013-11-05 15:31:51 +01:00
Oliver Hahn
15788747b6 regions are now properly nested, i.e. ellipsoids are nested (not becoming cuboids
at coarser levels), convex hulls are linearly scaled versions of one another...
2013-11-04 19:02:48 +01:00
Oliver Hahn
68a31d791e added periodic real-space TF with new kernel and deconvolution of finite volume back in 2013-10-30 14:51:32 +01:00
Oliver Hahn
b975c5542a allowing for more iterations when approximating kernel volume integrals,
no longer showing warning message when stopping subdivision
2013-10-29 15:30:35 +01:00
Oliver Hahn
b719b1b479 minor fixes 2013-10-29 15:22:15 +01:00
Oliver Hahn
aa829134e2 seems like both k-space and new real space work well now, fixed a bug for k-space grid offsets 2013-10-29 13:23:47 +01:00
Oliver Hahn
3129083718 working backup commit to repository. maybe this one should not be used. 2013-10-29 09:45:47 +01:00
Oliver Hahn
a3b409352d Merged in dnelson86/music/dnelson86/bugfix-to-prevent-convex_hull-from-alway-1382647509467 (pull request #9)
bugfix to prevent convex_hull from always resetting number of omp threads to 1
2013-10-24 22:45:59 +02:00
Dylan Nelson
1b0b0b486d bugfix to prevent convex_hull from always resetting number of omp threads to 1 2013-10-24 20:45:10 +00:00
Oliver Hahn
5f467e81d5 tetmesh: fixed an error in GET_SUBSHIFT 2013-10-24 20:15:17 +02:00
Oliver Hahn
27a6ed893e tetmesh: fixed a bug when computing ref levels 2013-10-24 20:11:46 +02:00
Oliver Hahn
ace5dde0af tetmesh : added new option 'gadget_lagrangevertid' (default=yes) to toggle the usage of lagrange ids as vertex indices 2013-10-24 19:53:29 +02:00
Oliver Hahn
6c80b317c8 tetmesh: fixed block sizes when outputting/inputting 2013-10-24 19:37:41 +02:00
Oliver Hahn
2ef810611c tet mesh: writing out base level information to header, level written out is no w.r.t. this base level 2013-10-24 18:48:35 +02:00
Oliver Hahn
91133a23a4 tet mesh: writing out correct flags with lagrange IDs 2013-10-24 17:51:58 +02:00
Oliver Hahn
f0aad5b35f fixed a bug in tetmesh output with 3 particle types 2013-10-24 17:04:33 +02:00
Oliver Hahn
37c7f07b83 re-enabled global restriction after noise convolution (this needs to be selectively switched off after k-space noise convolution) 2013-10-24 16:58:27 +02:00
Oliver Hahn
3413f6f3a2 fixed type making type 3 instead of type 5 particles in header 2013-10-24 16:54:36 +02:00
Oliver Hahn
3193322bcd made low-resolution tetmesh particles to be type 5 now 2013-10-24 16:49:54 +02:00
Oliver Hahn
c03c80c53d more fixes to noise interpolation when using k-space sampled TF 2013-10-24 15:59:16 +02:00
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