![]() |
SCOREC core
Parallel unstructured mesh tools
|
Ghosting plan object: local elements or part to destinations. More...
Public Member Functions | |
Ghosting (pMesh, int d) | |
must be constructed with a mesh More... | |
int | count () |
return the number of elements with ghost destinations | |
bool | has (pMeshEnt e) |
return true if the i'th element has been assigned a destination | |
void | send (pMeshEnt e, int to) |
assign a destination part id to an entity | |
void | send (int to) |
assign a destination part id of all ghost_dim entities | |
Parts & | sending (pMeshEnt e, int d) |
return the destination parts of an entity | |
Ghosting plan object: local elements or part to destinations.
Ghosting::Ghosting | ( | pMesh | , |
int | d | ||
) |
must be constructed with a mesh
use (new apf::Migration(mesh)) to make these objects