MueLu  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MueLu_MergedBlockedMatrixFactory_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 MUELU_MERGEDBLOCKEDMATRIXFACTORY_DECL_HPP_
11 #define MUELU_MERGEDBLOCKEDMATRIXFACTORY_DECL_HPP_
12 
13 #include <Xpetra_Matrix_fwd.hpp>
14 #include <Xpetra_CrsMatrix_fwd.hpp>
17 
18 #include "MueLu_ConfigDefs.hpp"
20 
21 #include "MueLu_Level_fwd.hpp"
23 
24 namespace MueLu {
29 template <class Scalar = DefaultScalar,
32  class Node = DefaultNode>
34 #undef MUELU_MERGEDBLOCKEDMATRIXFACTORY_SHORT
35 #include "MueLu_UseShortNames.hpp"
36 
37  public:
39 
40 
42 
45 
47 
48 
50 
51  void DeclareInput(Level &currentLevel) const;
52 
54 
56 
57  void Build(Level &currentLevel) const;
59 
60  private:
61 }; // class MergedBlockedMatrixFactory
62 
63 } // namespace MueLu
64 
65 #define MUELU_MERGEDBLOCKEDMATRIXFACTORY_SHORT
66 
67 #endif /* MUELU_MERGEDBLOCKEDMATRIXFACTORY_DECL_HPP_ */
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
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 DeclareInput(Level &currentLevel) const
Specifies the data that this class needs, and the factories that generate that data.
void Build(Level &currentLevel) const
Build an object with this factory.
Base class for factories that use one level (currentLevel).