SCOREC core
Parallel unstructured mesh tools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
apf::Migration Class Reference

Migration plan object: local elements to destinations. More...

Public Member Functions

 Migration (Mesh *m)
 must be constructed with a mesh More...
 
int count ()
 return the number of elements with assigned destinations
 
MeshEntity * get (int i)
 get the i'th element with an assigned destination
 
bool has (MeshEntity *e)
 return true if the element has been assigned a destination
 
void send (MeshEntity *e, int to)
 assign a destination part id to an element
 
int sending (MeshEntity *e)
 return the destination part id of an element
 

Detailed Description

Migration plan object: local elements to destinations.

Definition at line 453 of file apfMesh.h.

Constructor & Destructor Documentation

apf::Migration::Migration ( Mesh m)

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: