Zoltan2
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
File List
Here is a list of all files with brief descriptions:
AllParameters.cpp
[code]
AlltoAll.cpp
[code]
BasicCoordinateInput.cpp
[code]
BasicIdentifierInput.cpp
[code]
BasicVectorInput.cpp
[code]
block.cpp
[code]
An example of partitioning global ids with Block
checkXMLParameters.py
[code]
CoordinateModel.cpp
[code]
DebugManager.cpp
[code]
Environment.cpp
[code]
ErrorHandlingForTests.hpp
[code]
GeometricGenerator.hpp
[code]
GidLookupHelper.cpp
[code]
GraphModel.cpp
[code]
IdentifierMap.cpp
[code]
IdentifierModel.cpp
[code]
IdentifierTraits.cpp
[code]
Metric.cpp
[code]
MetricOutputManager.cpp
[code]
Parameters.cpp
[code]
parameters.xml
[code]
PartitioningSolution.cpp
[code]
PrintData.hpp
[code]
rcb_C.cpp
[code]
An example of partitioning coordinates with RCB
StridedData.cpp
[code]
Tests the StridedData class
TimerManager.cpp
[code]
TPLTraits.cpp
[code]
UserInputForTests.hpp
[code]
Generate input for testing purposes
xml2dox.py
[code]
XpetraCrsGraphInput.cpp
[code]
Test of
Zoltan2::XpetraCrsGraphAdapter
class
XpetraCrsMatrixInput.cpp
[code]
Test of
Zoltan2::XpetraCrsMatrixAdapter
class
XpetraMultiVectorInput.cpp
[code]
Test of
Zoltan2::XpetraMultiVectorAdapter
XpetraTraits.cpp
[code]
XpetraVectorInput.cpp
[code]
Test of
Zoltan2::XpetraMultiVectorAdapter
class with vector input
Zoltan2_Adapter.hpp
[code]
Zoltan2_AlgAMD.hpp
[code]
The AMD ordering algorithm
Zoltan2_AlgBlock.hpp
[code]
The algorithm for block partitioning
Zoltan2_AlgMultiJagged.hpp
[code]
Contains the Multi-jagged algorthm
Zoltan2_AlgNatural.hpp
[code]
Natural ordering == identity permutation
Zoltan2_Algorithm.hpp
[code]
Zoltan2_AlgParMETIS.hpp
[code]
Interface to the third-party library ParMETIS
Zoltan2_AlgRandom.hpp
[code]
Random ordering using the Fisher-Yates (Knuth) shuffle
Zoltan2_AlgRCB.hpp
[code]
Contains the recursive coordinate bisection algorthm
Zoltan2_AlgRCB_methods.hpp
[code]
Methods written for the RCB algorithm
Zoltan2_AlgRCM.hpp
[code]
RCM ordering of a graph (serial, local graph only)
Zoltan2_AlgScotch.hpp
[code]
Interface to the Scotch third-party library
Zoltan2_AlgSerialGreedy.hpp
[code]
Serial greedy first-fit graph coloring (local graph only)
Zoltan2_AlgSortedDegree.hpp
[code]
Order vertices by sorted (increasing) degree
Zoltan2_AlgSpectral.hpp
[code]
Spectral ordering of a graph (local or global)
Zoltan2_AlgWolf.hpp
[code]
The algorithm for Wolf partitioning
Zoltan2_AlltoAll.cpp
[code]
AlltoAll communication methods that don't require templates, along with specializations
Zoltan2_AlltoAll.hpp
[code]
AlltoAll communication methods
Zoltan2_BasicIdentifierAdapter.hpp
[code]
Defines the BasicIdentifierAdapter class
Zoltan2_BasicVectorAdapter.hpp
[code]
Defines the BasicVectorAdapter class
Zoltan2_ChacoReader.cpp
[code]
Reader for legacy zoltan1 files
Zoltan2_ChacoReader.hpp
[code]
Zoltan2_ColoringAlgorithms.hpp
[code]
Zoltan2_ColoringProblem.hpp
[code]
Defines the ColoringProblem class
Zoltan2_ColoringSolution.hpp
[code]
Defines the ColoringSolution class
Zoltan2_CoordinateModel.hpp
[code]
Defines the CoordinateModel classes
Zoltan2_CoordinatePartitioningGraph.hpp
[code]
Zoltan2_DebugManager.hpp
[code]
Debug output manager for
Zoltan2
Zoltan2_Environment.cpp
[code]
The definition of the Environment object
Zoltan2_Environment.hpp
[code]
Defines the Environment class
Zoltan2_Exceptions.hpp
[code]
Defines exception handling macros
Zoltan2_GidLookupHelper.hpp
[code]
Defines GidLookupHelper class
Zoltan2_GraphAdapter.hpp
[code]
Defines the GraphAdapter interface
Zoltan2_GraphModel.hpp
[code]
Defines the GraphModel interface
Zoltan2_GreedyMWM.hpp
[code]
Greedy Maximal Weight Matching
Zoltan2_IdentifierAdapter.hpp
[code]
Defines the IdentifierAdapter interface
Zoltan2_IdentifierMap.hpp
[code]
Defines the IdentifierMap class
Zoltan2_IdentifierModel.hpp
[code]
Defines the IdentifierModel interface
Zoltan2_IdentifierTraits.cpp
[code]
Defines basic traits for user global identifiers
Zoltan2_IdentifierTraits.hpp
[code]
Defines basic traits for user global identifiers
Zoltan2_InputTraits.hpp
[code]
Traits for application input objects
Zoltan2_IntegerRangeList.hpp
[code]
Define IntegerRangeList validator
Zoltan2_IO.cpp
[code]
Definition of methods to assist in file input/output
Zoltan2_IO.hpp
[code]
Declaration of methods to assist in file input/output
Zoltan2_MachineRepresentation.hpp
[code]
Zoltan2_MatrixAdapter.hpp
[code]
Defines the MatrixAdapter interface
Zoltan2_MeshAdapter.hpp
[code]
Defines the MeshAdapter interface
Zoltan2_Metric.hpp
[code]
Metric class and namespace methods to compute quality metrics
Zoltan2_MetricOutputManager.hpp
[code]
Defines the MetricOutputManager class
Zoltan2_Model.hpp
[code]
Defines the Model interface
Zoltan2_MultiJagged_ReductionOps.hpp
[code]
Contains
Teuchos
redcution operators for the Multi-jagged algorthm
Zoltan2_OrderingAlgorithms.hpp
[code]
Zoltan2_OrderingProblem.hpp
[code]
Defines the OrderingProblem class
Zoltan2_OrderingSolution.hpp
[code]
Defines the OrderingSolution class
Zoltan2_PamgenMeshAdapter.hpp
[code]
Defines the PamgenMeshAdapter class
Zoltan2_Parameters.cpp
[code]
Methods that support the
Zoltan2
ParameterList
Zoltan2_Parameters.hpp
[code]
Defines Parameter related enumerators, declares functions
Zoltan2_PartitioningAlgorithms.hpp
[code]
Zoltan2_PartitioningProblem.hpp
[code]
Defines the PartitioningProblem class
Zoltan2_PartitioningSolution.cpp
[code]
Helper functions for partitioning solution, including simple remapping of part numbers to minimize migration cost
Zoltan2_PartitioningSolution.hpp
[code]
Defines the PartitioningSolution class
Zoltan2_PartitioningSolutionQuality.hpp
[code]
Defines the PartitioningSolutionQuality class
Zoltan2_PartitionMapping.hpp
[code]
Zoltan2_Problem.hpp
[code]
Defines the Problem base class
Zoltan2_Solution.hpp
[code]
Defines the Solution base class
Zoltan2_Sort.hpp
[code]
Sort vector of pairs (key, value) by value
Zoltan2_Standards.hpp
[code]
Gathering definitions used in software development
Zoltan2_StridedData.hpp
[code]
This file defines the StridedData class
Zoltan2_TaskMapping.hpp
[code]
Zoltan2_TestHelpers.hpp
[code]
Common code used by tests
Zoltan2_TimerManager.cpp
[code]
Definitions for TimerManager
Zoltan2_TimerManager.hpp
[code]
Declarations for TimerManager
Zoltan2_TPLTraits.hpp
[code]
Traits class to handle conversions between gno_t/lno_t and TPL data types (e.g., ParMETIS's idx_t, Scotch's SCOTCH_NUM)
Zoltan2_Util.cpp
[code]
Useful namespace methods
Zoltan2_Util.hpp
[code]
A gathering of useful namespace methods
Zoltan2_VectorAdapter.hpp
[code]
Defines the VectorAdapter interface
Zoltan2_Version.cpp
[code]
Implementation of a Trilinos convention
Zoltan2_Version.hpp
[code]
Implementation of Trilinos convention for versioning
Zoltan2_XML_Parameters.hpp
[code]
Zoltan2_XpetraCrsGraphAdapter.hpp
[code]
Defines XpetraCrsGraphAdapter class
Zoltan2_XpetraCrsMatrixAdapter.hpp
[code]
Defines the XpetraCrsMatrixAdapter class
Zoltan2_XpetraMultiVectorAdapter.hpp
[code]
Defines the XpetraMultiVectorAdapter
Zoltan2_XpetraRowMatrixAdapter.hpp
[code]
Defines the XpetraRowMatrixAdapter class
Zoltan2_XpetraTraits.hpp
[code]
Traits of Xpetra classes, including migration method
Generated on Wed Mar 18 2015 22:49:26 for Zoltan2 by
1.7.6.1