MueLu  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MueLu_CloneRepartitionInterface_decl.hpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // MueLu: A package for multigrid based preconditioning
4 //
5 // Copyright 2012 NTESS and the MueLu contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #ifndef PACKAGES_MUELU_SRC_REBALANCING_MUELU_CLONEREPARTITIONINTERFACE_DECL_HPP_
11 #define PACKAGES_MUELU_SRC_REBALANCING_MUELU_CLONEREPARTITIONINTERFACE_DECL_HPP_
12 
13 #include <Xpetra_Map_fwd.hpp>
14 #include <Xpetra_Matrix_fwd.hpp>
16 
18 
19 #include "MueLu_Level_fwd.hpp"
21 
22 namespace MueLu {
23 
56 template <class Scalar = DefaultScalar,
59  class Node = DefaultNode>
61 #undef MUELU_CLONEREPARTITIONINTERFACE_SHORT
62 #include "MueLu_UseShortNames.hpp"
63 
64  public:
66 
67 
70 
74 
76 
78 
79  void DeclareInput(Level &level) const;
81 
83 
84  void Build(Level &level) const;
85 
87 
88  private:
89 }; // class CloneRepartitionInterface
90 
91 } // namespace MueLu
92 
93 #define MUELU_CLONEREPARTITIONINTERFACE_SHORT
94 
95 #endif /* PACKAGES_MUELU_SRC_REBALANCING_MUELU_CLONEREPARTITIONINTERFACE_DECL_HPP_ */
Helper class which transforms an &quot;Partition&quot; array generated from a block in a blocked operator to a ...
MueLu::DefaultLocalOrdinal LocalOrdinal
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
MueLu::DefaultNode Node
void DeclareInput(Level &level) const
Specifies the data that this class needs, and the factories that generate that data.
MueLu::DefaultScalar Scalar
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
Definition: MueLu_Level.hpp:63
void Build(Level &level) const
Build an object with this factory.
Base class for factories that use one level (currentLevel).