Closed karlrupp closed 11 years ago
Because why restricting it to cell types? You can use cell_refine which does not require the element type template parameter
Why would anybody not use cell refinement? The resulting mesh would be terribly inconsistent.
One might want to have a triangle hull in a 3D tetrahedron domain which should be refined and then further processed (e.g. create tetrahedrons)
Agreed, good catch. Users should use cell_refine() then.
viennagrid::refine( mesh_in, mesh_refined, edge_refinement_tag_field );
Why does one need to pass CellType explicitly?