Skip to content

Avoid integer overflow for large grids

Sebastian Ohlmann requested to merge fix_integer_overflow into develop

Description

Fix some more integer overflows by converting them to floats. The issue is a multiplication of the dimensions in the default ISF Poisson solver, leading to a wrong results. In the mesh partitioning, only the output is affected.

Merge request reports