|
EpetraExt Development
|
Generates an Epetra_CrsGraph based on the repartitioning algorithms of Zoltan. More...
#include <EpetraExt_Zoltan_CrsGraph.h>

Public Member Functions | |
| ~Zoltan_CrsGraph () | |
| Zoltan_CrsGraph (const std::string &part_method=std::string("PartKway")) | |
| NewTypeRef | operator() (OriginalTypeRef orig) |
| Analysis of transform operation on original object and construction of new object. | |
Generates an Epetra_CrsGraph based on the repartitioning algorithms of Zoltan.
Definition at line 46 of file EpetraExt_Zoltan_CrsGraph.h.
| EpetraExt::Zoltan_CrsGraph::~Zoltan_CrsGraph | ( | ) |
Definition at line 53 of file EpetraExt_Zoltan_CrsGraph.cpp.
| EpetraExt::Zoltan_CrsGraph::Zoltan_CrsGraph | ( | const std::string & | part_method = std::string("PartKway") | ) | [inline] |
Definition at line 63 of file EpetraExt_Zoltan_CrsGraph.h.
| Zoltan_CrsGraph::NewTypeRef EpetraExt::Zoltan_CrsGraph::operator() | ( | OriginalTypeRef | orig | ) | [virtual] |
Analysis of transform operation on original object and construction of new object.
Preconditions:
Returns a pointer to the newly created object of type NewTypeRef. The Transform object maintains ownership of this new object and deletes as a part of it's destruction.
Implements EpetraExt::Transform< T, U >.
Definition at line 62 of file EpetraExt_Zoltan_CrsGraph.cpp.
1.7.4