Zoltan2
|
keep typedefs that commonly appear in many places localized More...
#include "Zoltan2_TestHelpers.hpp"
#include <Tpetra_MultiVector.hpp>
#include <Tpetra_Vector.hpp>
#include <Tpetra_CrsMatrix.hpp>
#include <Zoltan2_EvaluateBaseClass.hpp>
Go to the source code of this file.
Classes | |
class | GeometricGen::GeometricGenerator< scalar_t, lno_t, gno_t, node_t > |
class | Zoltan2::BasicUserTypes< scalar, lno, gno > |
A simple class that can be the User template argument for an InputAdapter. More... | |
class | Zoltan2::BaseAdapter< User > |
class | Zoltan2::BasicIdentifierAdapter< User > |
This class represents a collection of global Identifiers and their associated weights, if any. More... | |
class | Zoltan2::XpetraMultiVectorAdapter< User > |
An adapter for Xpetra::MultiVector. More... | |
class | Zoltan2::XpetraCrsGraphAdapter< User, UserCoord > |
Provides access for Zoltan2 to Xpetra::CrsGraph data. More... | |
class | Zoltan2::XpetraCrsMatrixAdapter< User, UserCoord > |
Provides access for Zoltan2 to Xpetra::CrsMatrix data. More... | |
class | Zoltan2::BasicVectorAdapter< User > |
BasicVectorAdapter represents a vector (plus optional weights) supplied by the user as pointers to strided arrays. More... | |
class | Zoltan2::Problem< Adapter > |
Problem base class from which other classes (PartitioningProblem, ColoringProblem, OrderingProblem, MatchingProblem, etc.) derive. More... | |
class | Zoltan2::PartitioningProblem< Adapter > |
PartitioningProblem sets up partitioning problems for the user. More... | |
class | Zoltan2::OrderingProblem< Adapter > |
OrderingProblem sets up ordering problems for the user. More... | |
class | Zoltan2::ColoringProblem< Adapter > |
ColoringProblem sets up coloring problems for the user. More... | |
Namespaces | |
GeometricGen | |
Zoltan2 | |
Zoltan2_TestingFramework | |
Macros | |
#define | Z2_TEST_UPCAST(adptr, TEMPLATE_ACTION) |
#define | Z2_TEST_UPCAST_COORDS(adptr, TEMPLATE_ACTION) |
keep typedefs that commonly appear in many places localized
Definition in file Zoltan2_Typedefs.hpp.
#define Z2_TEST_UPCAST | ( | adptr, | |
TEMPLATE_ACTION | |||
) |
Definition at line 216 of file Zoltan2_Typedefs.hpp.
#define Z2_TEST_UPCAST_COORDS | ( | adptr, | |
TEMPLATE_ACTION | |||
) |
Definition at line 233 of file Zoltan2_Typedefs.hpp.