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

7 commits

Author SHA1 Message Date
Oliver Hahn
ffcc03831f cleanup of Adrian's PANPHASIA_ho code to avoid compiler warnings in pedantic mode 2021-09-01 21:30:34 +02:00
Adrian Jenkins
af2c77fcd8 Bug fix: Nyquist modes set to zero for case where the mode power would otherwise be set to the mean power, instead of NaN 2021-06-17 14:47:31 +01:00
Adrian Jenkins
f1d628edb6 Changed value of nsubvision from 7 to 21 to save memory 2021-06-02 09:45:43 +01:00
Adrian Jenkins
c13fdc0572 Added a transpose step at the bottom of pan_mpi_routines.c.
Fixed an error when fdim !=1 - not currently relevant to this version,
but will allow the code to use - say 1/8th as much memory for storing
the Panphasia coefficients - at the cost of less accurate reproduction
of the phases close to the Nyquist frequency of the Fourier grid.
2021-05-17 14:29:17 +01:00
Oliver Hahn
8aec696340 fixed memset out of bounds (missing factor 1/2) 2021-05-14 15:42:04 +02:00
Adrian Jenkins
2d5cc0ac50 Updated code with new panphasia_ho versions the allow the Fourier grid
to be a multiple of the grid of Panphasia cells. Fixed a few format
statements.
2021-05-07 14:30:28 +01:00
Oliver Hahn
b567ba8e68 first commit PANPHASIA_HO 2021-05-02 22:05:18 +02:00