Skip to content

Generalization of cut_cell routine for all cell types

Jona Ackerschott requested to merge jona.ackerschott/hiflow3:tetracut into v3_PBE_3D

Before, the cut_cell routine had only special implementations for triangle and quad cell types. The new implementation is general and works for all cell types. During this routine, the cell, its faces, and edges are cut recursively into general polytopes, which are subsequently cut further into a 'valid cell polytope' (or only simplices).

Merge request reports