Zoltan2
|
#include <Zoltan2_IdentifierModel.hpp>
#include <Zoltan2_XpetraCrsMatrixAdapter.hpp>
#include <Zoltan2_BasicIdentifierAdapter.hpp>
#include <Zoltan2_TestHelpers.hpp>
#include <set>
#include <bitset>
#include <Teuchos_Comm.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 | testIdentifierModel (std::string fname, zgno_t xdim, zgno_t ydim, zgno_t zdim, const RCP< const Comm< int > > &comm) |
int | main (int narg, char *arg[]) |
void testIdentifierModel | ( | std::string | fname, |
zgno_t | xdim, | ||
zgno_t | ydim, | ||
zgno_t | zdim, | ||
const RCP< const Comm< int > > & | comm | ||
) |
Definition at line 69 of file IdentifierModel.cpp.
int main | ( | int | narg, |
char * | arg[] | ||
) |
Definition at line 183 of file IdentifierModel.cpp.