Skip to content

Switch to GenerateSeqVector in BL splitting

Julian Marcon requested to merge meshing/nektar:fix/2d-bl-splitting into master

@a_cassinelli noticed the following weird behaviour in master: the 2D generator was generating BLs on the right surfaces but not splitting all of them. 2DGenerator and ProcessBL were not processing the curve strings the same way: first one was using GenerateSeqVector and the second GenerateVector. I made it consistent by switching to GenerateSeqVector which is more general.

This seems to have been introduced at some point in the last year. Was there maybe a point to it, @mt4313, for the bi-directional BL splitting (hybrid meshing of C-type geometries)?

Merge request reports