MueLu Version of the Day
Loading...
Searching...
No Matches
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"
16
17namespace MueLu {
18
19template <class Scalar = DefaultScalar,
22 class Node = DefaultNode>
24#undef MUELU_NULLSPACEPRESMOOTHFACTORY_SHORT
26
27 public:
29
30
33
36
38
39 RCP<const ParameterList> GetValidParameterList() const;
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
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
MueLu::DefaultNode Node
Class that holds all level-specific information.
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.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
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