Skip to content

FIX: SP/DP conversion warnings

Markus Holzer requested to merge holzer/walberla:Fix_SP_conversion into master

In the lattice model generation, the function get_symmetric_part is applied after insert types. This function introduces sp.Rational(1, 2) which is not types then. Thus when generating the code for SP ugly conversion warnings appear.

Fixes #144 (closed)

Merge request reports