Skip to content

Fix split error

Markus Holzer requested to merge holzer/lbmpy:Fix_output_field_plus_split into master

When the split algorithm is used in combination with an output field a KeyError error was thrown. This error arises because the split simplification is added before the output fields were added to the collision rule. Thus, the simplification strategy did not know about the additional assignments.

The error is was fixed by reordering the code in createfunctions.py.

Merge request reports