Skip to content

[fix][gridcreator][yasp] Set default overlap dependent on discretization

Timo Koch requested to merge fix/yasp-overlap-default-parallel into master

Our box models only support non-overlapping partitioning. Our cc models only support overlapping partitioning (overlap > 0). This only concerns YaspGrid as it is the only grid manager using overlapping partitioning.

Merge request reports