14#include <lagrange/SurfaceMesh.h>
42template <
typename Scalar,
typename Index>
@ None
Do not reorient attribute values when flipping mesh facets.
Definition AttributeFwd.h:193
ReorderingMethod
Mesh reordering method to apply before decimation.
Definition reorder_mesh.h:26
void reorder_mesh(SurfaceMesh< Scalar, Index > &mesh, ReorderingMethod method)
Mesh reordering to improve cache locality.
Definition reorder_mesh.cpp:178
@ Lexicographic
Sort vertices/facets lexicographically.
Definition reorder_mesh.h:27
@ Hilbert
Spatial sort vertices/facets using Hilbert curve.
Definition reorder_mesh.h:29
@ Morton
Spatial sort vertices/facets using Morton encoding.
Definition reorder_mesh.h:28
Main namespace for Lagrange.