MeshKit  1.0
ParRecvSurfMesh Class Reference

#include <ParRecvSurfMesh.hpp>

Inheritance diagram for ParRecvSurfMesh:

List of all members.

Public Member Functions

 ParRecvSurfMesh (MKCore *mkcore, const MEntVector &me_vec)
virtual ~ParRecvSurfMesh ()
virtual const moab::EntityType * mesh_types_arr () const
 Return the mesh entity types operated on by this scheme.
virtual void setup_this ()
 Setup is a no-op, but must be provided since it's pure virtual.
virtual void execute_this ()

Static Public Member Functions

static const char * name ()
 Get class name.
static bool can_mesh (iBase_EntityType dim)
 Function returning whether this scheme can mesh entities of t the specified dimension.
static bool can_mesh (ModelEnt *me)
 Function returning whether this scheme can mesh the specified entity.
static const moab::EntityType * output_types ()
 Get list of mesh entity types that can be generated.

Private Member Functions

int get_shared_list (const int to_proc)

Private Attributes

ParallelComm * m_mpcomm
unsigned int m_rank
std::vector< Range * > m_shared_entities
std::vector< unsigned int > m_shared_procs

Detailed Description

Definition at line 12 of file ParRecvSurfMesh.hpp.


Constructor & Destructor Documentation

ParRecvSurfMesh ( MKCore mkcore,
const MEntVector me_vec 
)

Definition at line 14 of file ParRecvSurfMesh.cpp.

~ParRecvSurfMesh ( ) [virtual]

Definition at line 25 of file ParRecvSurfMesh.cpp.


Member Function Documentation

static bool can_mesh ( iBase_EntityType  dim) [inline, static]

Function returning whether this scheme can mesh entities of t the specified dimension.

Parameters:
dimentity dimension

Definition at line 28 of file ParRecvSurfMesh.hpp.

static bool can_mesh ( ModelEnt me) [inline, static]

Function returning whether this scheme can mesh the specified entity.

Used by MeshOpFactory to find scheme for an entity.

Parameters:
meModelEnt being queried
Returns:
If true, this scheme can mesh the specified ModelEnt

Definition at line 37 of file ParRecvSurfMesh.hpp.

void execute_this ( ) [virtual]

\ The only setup/execute function we need, since meshing vertices is trivial

Implements GraphNode.

Definition at line 37 of file ParRecvSurfMesh.cpp.

int get_shared_list ( const int  to_proc) [private]

Definition at line 137 of file ParRecvSurfMesh.cpp.

virtual const moab::EntityType* mesh_types_arr ( ) const [inline, virtual]

Return the mesh entity types operated on by this scheme.

Returns:
array terminated with moab::MBMAXTYPE

Implements MeshOp.

Definition at line 48 of file ParRecvSurfMesh.hpp.

static const char* name ( ) [inline, static]

Get class name.

Definition at line 21 of file ParRecvSurfMesh.hpp.

const moab::EntityType * output_types ( ) [static]

Get list of mesh entity types that can be generated.

Returns:
array terminated with moab::MBMAXTYPE

Definition at line 11 of file ParRecvSurfMesh.cpp.

void setup_this ( ) [virtual]

Setup is a no-op, but must be provided since it's pure virtual.

Implements GraphNode.

Definition at line 33 of file ParRecvSurfMesh.cpp.


Member Data Documentation

ParallelComm* m_mpcomm [private]

Definition at line 61 of file ParRecvSurfMesh.hpp.

unsigned int m_rank [private]

Definition at line 63 of file ParRecvSurfMesh.hpp.

std::vector< Range* > m_shared_entities [private]

Definition at line 65 of file ParRecvSurfMesh.hpp.

std::vector< unsigned int > m_shared_procs [private]

Definition at line 67 of file ParRecvSurfMesh.hpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines