Skip to content

[meshplotlib] fix streamlines in non-xy plane

Florian Zill requested to merge FZill/ogstools:streamlines_fix into main

Purpose

Fixes an bug, where the streamlines in a slice of a 3D mesh where not correct. This was due to 1) some wrong logic and 2) some floating point error when creating a Rectilineargrid to sample the values on.

Solved an tested now.

Merge request reports