pressel / pycles

A python based infrastructure for cloud large eddy simulation.
GNU General Public License v3.0
93 stars 69 forks source link

Pressure solver 3D MPI Decomposition #18

Open pressel opened 9 years ago

pressel commented 9 years ago

Currently PyCLES is only working with 1D and 2D MPI domain decompositions. This is because of an unresolved bug in the parallel pressure solver. The bug is suspected to be related to the mapping of wave numbers to vertical pencils (which is non-trivial). Hopefully we will address this bug soon. However it is not a top priority as 2D domain decomposition is sufficient for now.