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::Sharing Struct Referenceabstract

abstract description of entity copy sharing More...

Inherited by apf::MatchedSharing, and apf::NormalSharing.

Public Member Functions

virtual bool isOwned (MeshEntity *e)=0
 return true if the entity is owned
 
virtual int getOwner (MeshEntity *e)=0
 return owning part ID
 
virtual void getCopies (MeshEntity *e, CopyArray &copies)=0
 get the copies of the entity
 

Detailed Description

abstract description of entity copy sharing

this interface abstracts over remote copies, matching, and possible user-defined sharing models. For example, users can define a new Sharing object that uses a different ownership rule.

Definition at line 483 of file apfMesh.h.


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