onera / Cassiopee

CFD pre- and post-processing python modules
https://onera.github.io/Cassiopee/
GNU Lesser General Public License v3.0
19 stars 12 forks source link

[IBM] Temporary bug fix for IBM mesh generation (MPI) to yield exactly the same t and tc. Test cases added also. #144

Closed antjost closed 1 month ago

antjost commented 1 month ago

The current implementation of the redispatch yields t's with difference. As such, a non-regression test with this function activated during the MPI IBM Cartesian mesh generation fails. This is a temporary bug patch (not fix) till a more permanent solution can be found - not yet able to find the root cause.

2 test cases are added: a serial and mpi test case for MPI mesh generation. These are needed as the latter was not previously available. The serial mesh generation test cases are for the legacy mesh generation approach - thereby making the former test cases necessary also.