Go to the documentation of this file.
46 #ifndef MUELU_REPARTITIONBLOCKDIAGONALFACTORY_DECL_HPP_
47 #define MUELU_REPARTITIONBLOCKDIAGONALFACTORY_DECL_HPP_
49 #include <Xpetra_MapFactory.hpp>
50 #include <Xpetra_MultiVectorFactory.hpp>
51 #include <Xpetra_VectorFactory.hpp>
52 #include <Xpetra_Import.hpp>
53 #include <Xpetra_ImportFactory.hpp>
69 template <
class Scalar = double,
70 class LocalOrdinal = Xpetra::Map<>::local_ordinal_type,
71 class GlobalOrdinal =
typename Xpetra::Map<LocalOrdinal>::global_ordinal_type,
72 class Node =
typename Xpetra::Map<LocalOrdinal, GlobalOrdinal>::node_type>
74 #undef MUELU_REPARTITIONBLOCKDIAGONALFACTORY_SHORT
105 #define MUELU_REPARTITIONBLOCKDIAGONALFACTORY_SHORT
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
void Build(Level &level) const
Build an object with this factory.
Namespace for MueLu classes and methods.
virtual ~RepartitionBlockDiagonalFactory()
Destructor.
void DeclareInput(Level &level) const
Specifies the data that this class needs, and the factories that generate that data.
Factory which rebalances a map on current level using the Importer object generated by the Repartitio...
RepartitionBlockDiagonalFactory()
Constructor.
Base class for factories that use one level (currentLevel).
Class that holds all level-specific information.