|
Zoltan2
|
#include <Zoltan2_BasicVectorAdapter.hpp>#include <Zoltan2_TestHelpers.hpp>#include <Teuchos_DefaultComm.hpp>#include <Teuchos_RCP.hpp>#include <Teuchos_CommHelpers.hpp>#include <Teuchos_TestingHelpers.hpp>#include <iostream>
Go to the source code of this file.
Typedefs | |
| typedef Zoltan2::BasicUserTypes< zscalar_t, zlno_t, zgno_t > | userTypes_t |
Functions | |
| void | testBasisVector (Zoltan2::BasicVectorAdapter< userTypes_t > *ia, int *valueStrides, int wdim, int mvdim) |
| int | main (int narg, char *arg[]) |
| typedef Zoltan2::BasicUserTypes<zscalar_t, zlno_t, zgno_t> userTypes_t |
Definition at line 23 of file BasicVectorAdapter.cpp.
| void testBasisVector | ( | Zoltan2::BasicVectorAdapter< userTypes_t > * | ia, |
| int * | valueStrides, | ||
| int | wdim, | ||
| int | mvdim | ||
| ) |
Definition at line 25 of file BasicVectorAdapter.cpp.
| int main | ( | int | narg, |
| char * | arg[] | ||
| ) |
Definition at line 95 of file BasicVectorAdapter.cpp.