magic-sph / magic

MagIC is a high-performance code that solves the magneto-hydrodynamics equations in rotating spherical shells
https://magic-sph.github.io/
80 stars 25 forks source link

phi-slice movies #3

Closed tgastine closed 4 years ago

tgastine commented 9 years ago

phi-slice movies are not working in MagIC5: axisymmetric averages are fine but not slices. This is due to a wrong MPI communicator in this case: phi-slice have a size of 2_n_theta_max x n_r_max, while phi-average have a size of n_theta_max x n_r_max.

tgastine commented 4 years ago

4 years after, this is finally fixex in 2e6167d. Change the auto-test on movie output for further check of this output.