#include <algorithm>
#include <iostream>
#include <sstream>
#include "MueLu_RepartitionFactory_decl.hpp"
#include <Teuchos_DefaultMpiComm.hpp>
#include <Teuchos_CommHelpers.hpp>
#include <Teuchos_Details_MpiTypeTraits.hpp>
#include <Xpetra_Map.hpp>
#include <Xpetra_MapFactory.hpp>
#include <Xpetra_MultiVectorFactory.hpp>
#include <Xpetra_VectorFactory.hpp>
#include <Xpetra_Import.hpp>
#include <Xpetra_ImportFactory.hpp>
#include <Xpetra_Export.hpp>
#include <Xpetra_ExportFactory.hpp>
#include <Xpetra_Matrix.hpp>
#include <Xpetra_MatrixFactory.hpp>
#include "MueLu_Utilities.hpp"
#include "MueLu_CloneRepartitionInterface.hpp"
#include "MueLu_Level.hpp"
#include "MueLu_MasterList.hpp"
#include "MueLu_Monitor.hpp"
#include "MueLu_PerfUtils.hpp"
Go to the source code of this file.
|
namespace | MueLu |
| Namespace for MueLu classes and methods.
|
|
|
#define | SET_VALID_ENTRY(name) validParamList->setEntry(name, MasterList::getEntry(name)) |
|
◆ SET_VALID_ENTRY
#define SET_VALID_ENTRY |
( |
| name | ) |
validParamList->setEntry(name, MasterList::getEntry(name)) |