![]() |
SCOREC core
Parallel unstructured mesh tools
|
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 | |
Distribution plan object: send local elements to multiple destinations.
| Distribution::Distribution | ( | pMesh | m | ) |
must be constructed with a mesh
use (new Distribution(mesh)) to make these objects
1.9.1