40#ifndef GEOGRAM_MESH_MESH_PARTITION
41#define GEOGRAM_MESH_MESH_PARTITION
Vector with aligned memory allocation.
Common include file, providing basic definitions. Should be included before anything else by all head...
Types and functions for memory manipulation.
Global Vorpaline namespace.
void mesh_partition(Mesh &M, MeshPartitionMode mode, vector< index_t > &facet_ptr, vector< index_t > &tet_ptr, index_t nb_parts=0)
Partitions a mesh into a fixed number of parts.
geo_index_t index_t
The type for storing and manipulating indices.
MeshPartitionMode
Strategy for mesh partitioning.
@ MESH_PARTITION_CONNECTED_COMPONENTS
Types and functions for numbers manipulation.