MueLu
Version of the Day
|
#include "MueLu_ConfigDefs.hpp"
#include <Xpetra_Matrix.hpp>
#include <Xpetra_MapFactory_fwd.hpp>
#include <Xpetra_BlockedMultiVector.hpp>
#include <Xpetra_BlockedVector.hpp>
#include <Xpetra_VectorFactory.hpp>
#include <Xpetra_CrsGraphFactory.hpp>
#include <Xpetra_EpetraCrsGraph.hpp>
#include "MueLu_SingleLevelFactoryBase.hpp"
#include "MueLu_Level_fwd.hpp"
#include "MueLu_FactoryBase_fwd.hpp"
#include "MueLu_Graph_fwd.hpp"
#include "MueLu_AmalgamationFactory_fwd.hpp"
#include "MueLu_AmalgamationInfo_fwd.hpp"
#include "MueLu_Utilities_fwd.hpp"
#include "MueLu_UseShortNames.hpp"
Go to the source code of this file.
Classes | |
class | MueLu::IsorropiaInterface< LocalOrdinal, GlobalOrdinal, Node > |
Interface to IsorropiaInterface to Isorropia allowing to access other rebalancing/repartitioning algorithms from Zoltan than RCB This includes methods (like PHG) which do not rely on user-provided coordinate or mesh information. This class produces node-based rebalancing information (stored in "AmalgamatedPartition") which is used as input for the RepartitionInterface class. More... | |
Namespaces | |
MueLu | |
Namespace for MueLu classes and methods. | |
Macros | |
#define | MUELU_ISORROPIAINTERFACE_SHORT |
#define MUELU_ISORROPIAINTERFACE_SHORT |
Definition at line 119 of file MueLu_IsorropiaInterface_decl.hpp.