▶NGeometricGen | |
CCircleHole | |
CCoordinateDistribution | |
CCoordinateGridDistribution | |
CCoordinateNormalDistribution | |
CCoordinatePoint | |
CCoordinateUniformDistribution | |
CCubeHole | |
CDOTS | |
CGeometricGenerator | |
CHole | |
CRectangleHole | |
CRectangularPrismHole | |
CSphereHole | |
CSquareHole | |
CSteppedEquation | Expression is a generic following method |
CWeightDistribution | |
▶NTeuchos | |
CMultiJaggedCombinedMinMaxTotalReductionOp | |
CMultiJaggedCombinedReductionOp | |
CZoltan2_BoxBoundaries | Zoltan2_BoxBoundaries is a reduction operation to all reduce the all box boundaries |
CZoltan2_ReduceBestMapping | Zoltan2_ReduceBestMapping Class, reduces the minimum cost mapping, ties breaks with minimum proc id |
▶NZoltan2 | |
CAlgAMD | |
CAlgBlock | |
CAlgBlockMapping | |
CAlgDefaultMapping | |
CAlgForTestingOnly | |
CAlgMJ | Multi Jagged coordinate partitioning algorithm |
CAlgNatural | |
CAlgND | |
CAlgorithm | Algorithm defines the base class for all algorithms |
CAlgParMA | |
CAlgParMETIS | |
CAlgPTScotch | |
CAlgPuLP | |
CAlgRandom | |
CAlgRCM | |
CAlgSerialGreedy | |
CAlgSortedDegree | |
CAlgZoltan | |
CAPFMeshAdapter | |
CBaseAdapter | BaseAdapter defines methods required by all Adapters |
CBaseClassMetrics | |
CBasicIdentifierAdapter | This class represents a collection of global Identifiers and their associated weights, if any |
CBasicUserTypes | A simple class that can be the User template argument for an InputAdapter |
CBasicVectorAdapter | BasicVectorAdapter represents a vector (plus optional weights) supplied by the user as pointers to strided arrays |
CColoringProblem | ColoringProblem sets up coloring problems for the user |
CColoringSolution | The class containing coloring solution |
CCommunicationModel | CommunicationModel Base Class that performs mapping between the coordinate partitioning result |
CCoordinateCommunicationModel | CoordinateModelInput Class that performs mapping between the coordinate partitioning result and mpi ranks base on the coordinate results and mpi physical coordinates |
CCoordinateModel | This class provides geometric coordinates with optional weights to the Zoltan2 algorithm |
CcoordinateModelPartBox | CoordinateModelPartBox Class, represents the boundaries of the box which is a result of a geometric partitioning algorithm |
CCoordinateTaskMapper | |
CDebugManager | DebugManager contains the methods that perform output of debug and status messages |
CDefaultMachine | A Default MachineRepresentation Class for testing only A more correct machine representation should be used for task mapping |
CEnvironment | The user parameters, debug, timing and memory profiling output objects, and error checking methods |
CEvaluatePartition | A class that computes and returns quality metrics |
CGMWM_triplet | |
CGNO_LNO_PAIR | |
CGraphAdapter | GraphAdapter defines the interface for graph-based user data |
CGraphMetrics | |
CGraphModel | GraphModel defines the interface required for graph models |
CGridHash | GridHash Class, Hashing Class for part boxes |
CHyperGraphModel | HyperGraphModel defines the interface required for hyper graph models |
CIdentifierAdapter | IdentifierAdapter defines the interface for identifiers |
CIdentifierModel | IdentifierModel defines the interface for all identifier models |
CImbalanceMetrics | |
CInputTraits | The traits required of User input classes or structures |
CIntegerRangeListValidator | A ParameterList validator for integer range lists |
CIntegerRangeListValidatorXMLConverter | XML conversion code for IntegerRangeListValidator |
CKMeansAlgorithm | KMeansAlgorithm Class that performs clustering of the coordinates, and returns the closest set of coordinates. Useful to filter the processors, when there are more processors than needed |
CKMeansCluster | KMeansCluster Class |
CKmeansHeap | KmeansHeap Class, max heap, but holds the minimum values |
CMachine | MachineClass Base class for representing machine coordinates, networks, etc |
CMachineBGQTest | A Machine Class for testing only A more realistic machine should be used for task mapping |
CMachineForTesting | A Machine Class for testing only A more realistic machine should be used for task mapping |
CMachineRepresentation | MachineRepresentation Class Base class for representing machine coordinates, networks, etc |
CMachineTopoMgr | A Machine Class for testing only A more realistic machine should be used for task mapping |
CMappingProblem | MappingProblem enables mapping of a partition (either computed or input) to MPI ranks |
CMappingSolution | PartitionMapping maps a solution or an input distribution to ranks |
CMatcher | An implementation of the Matcher interface that operates on Epetra matrices and Graphs |
CMatrixAdapter | MatrixAdapter defines the adapter interface for matrices |
CMeshAdapter | MeshAdapter defines the interface for mesh input |
CMetricOutputManager | MetricOutputManager handles output of profiling messages |
CModel | The base class for all model classes |
CNotImplemented | Exception thrown when a called base-class method is not implemented |
COrderingProblem | OrderingProblem sets up ordering problems for the user |
COrderingSolution | The class containing ordering solutions |
CPamgenMeshAdapter | This class represents a mesh |
CPartitioningProblem | PartitioningProblem sets up partitioning problems for the user |
CPartitioningSolution | A PartitioningSolution is a solution to a partitioning problem |
CPartitionMapping | PartitionMapping maps a solution or an input distribution to ranks |
CProblem | Problem base class from which other classes (PartitioningProblem, ColoringProblem, OrderingProblem, MatchingProblem, etc.) derive |
CSolution | Just a placeholder for now |
CSortPairs | |
CStridedData | The StridedData class manages lists of weights or coordinates |
CTimerManager | |
CTpetraRowGraphAdapter | Provides access for Zoltan2 to Tpetra::RowGraph data |
CTpetraRowMatrixAdapter | Provides access for Zoltan2 to Tpetra::RowMatrix data |
CTPL_Traits | |
CTPL_Traits< first_t, first_t > | |
CTPL_Traits< first_t, ZOLTAN_ID_PTR > | |
CTPL_Traits< ZOLTAN_ID_PTR, second_t > | |
CuMultiSortItem | Class for sorting items with multiple values. First sorting with respect to val[0], then val[1] then ... val[count-1]. The last tie breaking is done with index values. Used for task mapping partitioning where the points on a cut line needs to be distributed consistently |
CuSignedSortItem | |
CuSortItem | Sort items for quick sort function |
CVectorAdapter | VectorAdapter defines the interface for vector input |
CXpetraCrsGraphAdapter | Provides access for Zoltan2 to Xpetra::CrsGraph data |
CXpetraCrsMatrixAdapter | Provides access for Zoltan2 to Xpetra::CrsMatrix data |
CXpetraMultiVectorAdapter | An adapter for Xpetra::MultiVector |
CXpetraTraits | Defines the traits required for Tpetra, Eptra and Xpetra objects |
CZoltan2_AlgMJ | Multi Jagged coordinate partitioning algorithm |
▶NZoltan2_TestingFramework | |
CEvaluatePartitionFactory | Brief EvaluatePartitionFActory class contains 1 static factory method |
CProblemFactory | ProblemFactory class contains 1 static factory method |
CAdapterForTests | |
CAdapterWithOptionalCoordinateAdapter | |
CComparisonHelper | A class for comparing solutions, metrics, and timing data of Zoltan2 problems |
CComparisonSource | A class used to save problem solutions and timers |
CMetricAnalyzer | |
CMetricAnalyzerInfo | |
CSomeBadType | |
Ctype_name | |
CUserInputForTests | |
CVerySimpleVectorAdapter | |