SCOREC core
Parallel unstructured mesh tools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Namespaces | Functions
apfPartition.h File Reference

tools for changing mesh partitioning More...

Go to the source code of this file.

Classes

class  apf::Splitter
 Splits a mesh part into many. More...
 
class  apf::Balancer
 Load balance over all mesh parts. More...
 
struct  apf::Remap
 a map from old part ids to new part ids More...
 
struct  apf::Divide
 divide the part id More...
 
struct  apf::Multiply
 multiply the part id More...
 
struct  apf::Modulo
 return part id modulo n More...
 
struct  apf::Unmodulo
 inverse of apf::Modulo More...
 
struct  apf::Round
 map to nearest multiple of n More...
 

Namespaces

 apf
 All APF symbols are contained in this namespace.
 

Functions

void apf::remapPartition (apf::Mesh2 *m, Remap &remap)
 remap all part ids in the mesh structure More...
 

Detailed Description

tools for changing mesh partitioning

Definition in file apfPartition.h.