|
Zoltan2
|
#include <Zoltan2_BasicVectorAdapter.hpp>#include <Zoltan2_TestHelpers.hpp>#include <Teuchos_GlobalMPISession.hpp>#include <Teuchos_DefaultComm.hpp>#include <Teuchos_RCP.hpp>#include <Teuchos_CommHelpers.hpp>#include <Teuchos_SerialDenseVector.hpp>
Go to the source code of this file.
Typedefs | |
| typedef Teuchos::SerialDenseVector < zlno_t, zscalar_t > | tvec_t |
| typedef Zoltan2::BasicUserTypes < zscalar_t, zzgid_t, zlno_t, zgno_t > | userTypes_t |
Functions | |
| int | checkBasicCoordinate (Zoltan2::BasicVectorAdapter< userTypes_t > *ia, int len, int glen, zzgid_t *ids, zscalar_t *xyz, zscalar_t *weights, int nCoords, int nWeights) |
| int | main (int argc, char *argv[]) |
Definition at line 62 of file BasicCoordinateInput.cpp.
| typedef Zoltan2::BasicUserTypes<zscalar_t, zzgid_t, zlno_t, zgno_t> userTypes_t |
Definition at line 64 of file BasicCoordinateInput.cpp.
| int checkBasicCoordinate | ( | Zoltan2::BasicVectorAdapter< userTypes_t > * | ia, |
| int | len, | ||
| int | glen, | ||
| zzgid_t * | ids, | ||
| zscalar_t * | xyz, | ||
| zscalar_t * | weights, | ||
| int | nCoords, | ||
| int | nWeights | ||
| ) |
Definition at line 66 of file BasicCoordinateInput.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 120 of file BasicCoordinateInput.cpp.
1.7.6.1