Zoltan2
|
#include <Zoltan2_CoordinateModel.hpp>
#include <Zoltan2_BasicVectorAdapter.hpp>
#include <Zoltan2_TestHelpers.hpp>
#include <set>
#include <bitset>
#include <Teuchos_Comm.hpp>
#include <Teuchos_CommHelpers.hpp>
#include <Teuchos_DefaultComm.hpp>
#include <Teuchos_ArrayView.hpp>
#include <Teuchos_OrdinalTraits.hpp>
#include <Tpetra_CrsMatrix.hpp>
Go to the source code of this file.
Functions | |
void | testCoordinateModel (std::string &fname, int nWeights, const RCP< const Comm< int > > &comm, bool nodeZeroHasAll, bool printInfo) |
int | main (int narg, char *arg[]) |
void testCoordinateModel | ( | std::string & | fname, |
int | nWeights, | ||
const RCP< const Comm< int > > & | comm, | ||
bool | nodeZeroHasAll, | ||
bool | printInfo | ||
) |
Definition at line 67 of file CoordinateModel.cpp.
int main | ( | int | narg, |
char * | arg[] | ||
) |
Definition at line 277 of file CoordinateModel.cpp.