Zoltan2
|
#include <Zoltan2_BasicVectorAdapter.hpp>
#include <Zoltan2_TestHelpers.hpp>
#include <Teuchos_DefaultComm.hpp>
#include <Teuchos_RCP.hpp>
#include <Teuchos_CommHelpers.hpp>
Go to the source code of this file.
Typedefs | |
typedef Zoltan2::BasicUserTypes < zscalar_t, zlno_t, zgno_t > | userTypes_t |
Functions | |
int | checkBasicCoordinate (Zoltan2::BasicVectorAdapter< userTypes_t > *ia, int len, int glen, zgno_t *ids, zscalar_t *xyz, zscalar_t *weights, int nCoords, int nWeights) |
int | main (int narg, char *arg[]) |
typedef Zoltan2::BasicUserTypes<zscalar_t, zlno_t, zgno_t> userTypes_t |
Definition at line 59 of file BasicCoordinateInput.cpp.
int checkBasicCoordinate | ( | Zoltan2::BasicVectorAdapter< userTypes_t > * | ia, |
int | len, | ||
int | glen, | ||
zgno_t * | ids, | ||
zscalar_t * | xyz, | ||
zscalar_t * | weights, | ||
int | nCoords, | ||
int | nWeights | ||
) |
Definition at line 61 of file BasicCoordinateInput.cpp.
int main | ( | int | narg, |
char * | arg[] | ||
) |
Definition at line 115 of file BasicCoordinateInput.cpp.