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

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
 

Detailed Description

Ghosting plan object: local elements or part to destinations.

Definition at line 315 of file pumi.h.

Constructor & Destructor Documentation

◆ Ghosting()

Ghosting::Ghosting ( pMesh  ,
int  d 
)

must be constructed with a mesh

use (new apf::Migration(mesh)) to make these objects


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