MueLu Version of the Day
Loading...
Searching...
No Matches
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>
15#include <Xpetra_VectorFactory_fwd.hpp>
16
18
19#include "MueLu_Level_fwd.hpp"
21
22namespace MueLu {
23
56template <class Scalar = DefaultScalar,
59 class Node = DefaultNode>
61#undef MUELU_CLONEREPARTITIONINTERFACE_SHORT
63
64 public:
66
67
70
74
75 RCP<const ParameterList> GetValidParameterList() const;
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_ */
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
MueLu::DefaultNode Node
Helper class which transforms an "Partition" array generated from a block in a blocked operator to a ...
void DeclareInput(Level &level) const
Specifies the data that this class needs, and the factories that generate that data.
void Build(Level &level) const
Build an object with this factory.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
Class that holds all level-specific information.
Base class for factories that use one level (currentLevel).
Namespace for MueLu classes and methods.
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar