SCOREC core
Parallel unstructured mesh tools
Public Member Functions | List of all members
Distribution Class Reference

Distribution plan object: send local elements to multiple destinations. More...

Public Member Functions

 Distribution (pMesh m)
 must be constructed with a mesh More...
 
bool has (pMeshEnt e)
 return true if the i'th element has been assigned destination(s)
 
void send (pMeshEnt e, int to)
 assign a destination part id to an element
 
Parts & sending (pMeshEnt e)
 return the destination part id of an element
 

Detailed Description

Distribution plan object: send local elements to multiple destinations.

Definition at line 282 of file pumi.h.

Constructor & Destructor Documentation

◆ Distribution()

Distribution::Distribution ( pMesh  m)

must be constructed with a mesh

use (new Distribution(mesh)) to make these objects


The documentation for this class was generated from the following file: