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

namespace  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

Detailed Description

tools for changing mesh partitioning

Definition in file apfPartition.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines