Zoltan2
|
#include <Zoltan2_config.h>
#include <Zoltan2_TestHelpers.hpp>
#include <Zoltan2_BasicVectorAdapter.hpp>
#include <Zoltan2_XpetraMultiVectorAdapter.hpp>
#include <Zoltan2_PartitioningSolution.hpp>
#include <Zoltan2_PartitioningProblem.hpp>
Go to the source code of this file.
Typedefs | |
typedef Tpetra::MultiVector < zscalar_t, zlno_t, zgno_t, znode_t > | tMVector_t |
typedef Zoltan2::BasicUserTypes < zscalar_t, zlno_t, zgno_t > | myTypes_t |
Functions | |
void | testFromDataFile (const RCP< const Teuchos::Comm< int > > &comm, int nParts, string &filename, bool doRemap) |
void | serialTest (int numParts, bool doRemap) |
void | meshCoordinatesTest (const RCP< const Teuchos::Comm< int > > &comm) |
int | main (int narg, char *arg[]) |
typedef Tpetra::MultiVector<zscalar_t, zlno_t, zgno_t, znode_t> tMVector_t |
Definition at line 61 of file rcbTest.cpp.
typedef Zoltan2::BasicUserTypes<zscalar_t, zlno_t, zgno_t> myTypes_t |
Definition at line 62 of file rcbTest.cpp.
void testFromDataFile | ( | const RCP< const Teuchos::Comm< int > > & | comm, |
int | nParts, | ||
string & | filename, | ||
bool | doRemap | ||
) |
error handling
write some examples that don't use teuchos
check the solution, visualize it somehow
Definition at line 73 of file rcbTest.cpp.
void serialTest | ( | int | numParts, |
bool | doRemap | ||
) |
Definition at line 122 of file rcbTest.cpp.
void meshCoordinatesTest | ( | const RCP< const Teuchos::Comm< int > > & | comm | ) |
Definition at line 163 of file rcbTest.cpp.
int main | ( | int | narg, |
char * | arg[] | ||
) |
Definition at line 196 of file rcbTest.cpp.