Geogram  Version 1.9.1-rc
A programming library of geometric algorithms
mesh_partition.h File Reference

Functions to split a mesh into multiple parts. More...

Go to the source code of this file.

Namespaces

 GEO
 Global Vorpaline namespace.
 

Enumerations

enum  GEO::MeshPartitionMode { GEO::MESH_PARTITION_HILBERT = 1 , GEO::MESH_PARTITION_CONNECTED_COMPONENTS = 2 }
 Strategy for mesh partitioning. More...
 

Functions

void GEO::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. More...
 
void GEO::mesh_partition (Mesh &M, MeshPartitionMode mode, vector< index_t > &facet_ptr, index_t nb_parts=0)
 Partitions a mesh into a fixed number of parts. More...
 

Detailed Description

Functions to split a mesh into multiple parts.

Definition in file mesh_partition.h.