Public Member Functions

apf::Migration Class Reference

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

List of all members.

Public Member Functions

 Migration (Mesh *m)
 must be constructed with a mesh
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.


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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines