ug4
parallel_dual_graph.h File Reference

Go to the source code of this file.

Classes

class  ug::ParallelDualGraph< TGeomBaseObj, TIndexType, TConnectingObj >
 Generates the parralel dual graph of a MultiGrid as, e.g., required by Parmetis. More...
 

Namespaces

 ug
 the ug namespace
 

Functions

template<class TGeomBaseObj , class TIndexType >
void ug::ConstructParallelDualGraphMGLevel (std::vector< TIndexType > &adjacencyMapStructureOut, std::vector< TIndexType > &adjacencyMapOut, std::vector< TIndexType > &nodeOffsetMapOut, MultiGrid &mg, size_t level, pcl::ProcessCommunicator procCom, Attachment< TIndexType > *paIndex=NULL, TGeomBaseObj **pGeomObjsOut=NULL, NeighborhoodType nbhType=NHT_DEFAULT)