MueLu  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MueLu_NullspacePresmoothFactory_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_NULLSPACEPRESMOOTHFACTORY_DECL_HPP
11 #define MUELU_NULLSPACEPRESMOOTHFACTORY_DECL_HPP
12 
13 #include "MueLu_ConfigDefs.hpp"
15 #include "MueLu_Utilities_fwd.hpp"
16 
17 namespace MueLu {
18 
19 template <class Scalar = DefaultScalar,
22  class Node = DefaultNode>
24 #undef MUELU_NULLSPACEPRESMOOTHFACTORY_SHORT
25 #include "MueLu_UseShortNames.hpp"
26 
27  public:
29 
30 
33 
36 
38 
40 
42 
43 
49  void DeclareInput(Level &currentLevel) const;
50 
52 
54 
55 
57  void Build(Level &currentLevel) const;
58 
60 
61  private:
62 }; // class NullspacePresmoothFactory
63 
64 } // namespace MueLu
65 
66 #define MUELU_NULLSPACEPRESMOOTHFACTORY_SHORT
67 #endif // MUELU_NULLSPACEPRESMOOTHFACTORY_DECL_HPP
MueLu::DefaultLocalOrdinal LocalOrdinal
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
void Build(Level &currentLevel) const
Build an object with this factory.
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.
Base class for factories that use one level (currentLevel).