LIHPC-Computational-Geometry / gmds

GMDS, for Generic Mesh Data Structures and Services, provide a set of libraries to represent and handles meshes in the context of numerical simulation. It mainly targets quad and hex mesh generation and adaptation.
https://lihpc-computational-geometry.github.io/gmds/
GNU Lesser General Public License v2.1
26 stars 5 forks source link

Curved Blocking splitting: Part 2 #274

Closed franck-ledoux closed 1 year ago

franck-ledoux commented 1 year ago

The functionality should consist in selecting a block edge and cut the complete sheet of hexahedral cells. Each block will be split into 2 blocks.

create-issue-branch[bot] commented 1 year ago

Branch issue-274-Curved_Blocking_splitting_Part_2 created!

franck-ledoux commented 1 year ago

Done.