|
Zoltan2
|
Test of Zoltan2::XpetraCrsMatrixAdapter class. More...
#include <string>#include <Zoltan2_XpetraCrsMatrixAdapter.hpp>#include <Zoltan2_InputTraits.hpp>#include <Zoltan2_TestHelpers.hpp>#include <Teuchos_DefaultComm.hpp>#include <Teuchos_RCP.hpp>#include <Teuchos_Comm.hpp>#include <Teuchos_CommHelpers.hpp>
Go to the source code of this file.
Typedefs | |
| typedef Tpetra::CrsMatrix < zscalar_t, zlno_t, zgno_t, znode_t > | tmatrix_t |
| typedef Xpetra::CrsMatrix < zscalar_t, zlno_t, zgno_t, znode_t > | xmatrix_t |
Enumerations | |
| enum | Type { Type::CRS, Type::CCS } |
Functions | |
| template<typename offset_t > | |
| void | printMatrix (RCP< const Comm< int > > &comm, zlno_t nPrimaryIds, const zgno_t *primaryIds, const offset_t *offsets, const zgno_t *secondaryIds, Type type) |
| template<typename User > | |
| int | verifyInputAdapter (Zoltan2::XpetraCrsMatrixAdapter< User > &ia, tmatrix_t &M) |
| int | main (int narg, char *arg[]) |
Test of Zoltan2::XpetraCrsMatrixAdapter class.
Definition in file XpetraCrsMatrixInput.cpp.
Definition at line 34 of file XpetraCrsMatrixInput.cpp.
Definition at line 35 of file XpetraCrsMatrixInput.cpp.
|
strong |
| Enumerator | |
|---|---|
| CRS | |
| CCS | |
Definition at line 37 of file XpetraCrsMatrixInput.cpp.
| void printMatrix | ( | RCP< const Comm< int > > & | comm, |
| zlno_t | nPrimaryIds, | ||
| const zgno_t * | primaryIds, | ||
| const offset_t * | offsets, | ||
| const zgno_t * | secondaryIds, | ||
| Type | type | ||
| ) |
Definition at line 43 of file XpetraCrsMatrixInput.cpp.
| int verifyInputAdapter | ( | Zoltan2::XpetraCrsMatrixAdapter< User > & | ia, |
| tmatrix_t & | M | ||
| ) |
Definition at line 70 of file XpetraCrsMatrixInput.cpp.
| int main | ( | int | narg, |
| char * | arg[] | ||
| ) |
Definition at line 126 of file XpetraCrsMatrixInput.cpp.
1.8.5