MueLu Version of the Day
Loading...
Searching...
No Matches
MueLu_FineLevelInputDataFactory_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_MISC_MUELU_FINELEVELINPUTDATAFACTORY_DECL_HPP_
11#define PACKAGES_MUELU_SRC_MISC_MUELU_FINELEVELINPUTDATAFACTORY_DECL_HPP_
12
13#include <string>
14
15#include "MueLu_ConfigDefs.hpp"
17
18#include "MueLu_Level_fwd.hpp"
20
24
25namespace MueLuTests {
26template <class Scalar, class LocalOrdinal, class GlobalOrdinal, class Node>
28}
29
30namespace MueLu {
31
37template <class Scalar = DefaultScalar,
40 class Node = DefaultNode>
43#undef MUELU_FINELEVELINPUTDATAFACTORY_SHORT
45
46 public:
48
49
51
54
55 RCP<const ParameterList> GetValidParameterList() const;
56
58
60
61
62 void DeclareInput(Level& currentLevel) const;
63
65
67
68
72 void Build(Level& currentLevel) const;
73
75 private:
76 void test() const { std::cout << "TEST" << std::endl; }
77
78}; // class FineLevelInputDataFactory
79
80} // namespace MueLu
81
82#define MUELU_FINELEVELINPUTDATAFACTORY_SHORT
83
84#endif /* PACKAGES_MUELU_SRC_MISC_MUELU_FINELEVELINPUTDATAFACTORY_DECL_HPP_ */
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
MueLu::DefaultNode Node
void DeclareInput(Level &currentLevel) const
Input.
void Build(Level &currentLevel) const
Build method.
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