MueLu Version of the Day
Loading...
Searching...
No Matches
MueLu_StructuredLineDetectionFactory_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_STRUCTUREDLINEDETECTIONFACTORY_DECL_HPP
11#define MUELU_STRUCTUREDLINEDETECTIONFACTORY_DECL_HPP
12
13#include "MueLu_ConfigDefs.hpp"
15
16#include "MueLu_Level_fwd.hpp"
18
19namespace MueLu {
20
26template <class Scalar = DefaultScalar,
29 class Node = DefaultNode>
31#undef MUELU_STRUCTUREDLINEDETECTIONFACTORY_SHORT
33
34 public:
36
37
39
42
43 RCP<const ParameterList> GetValidParameterList() const;
44
46
48
49
50 void DeclareInput(Level& currentLevel) const;
51
53
55
56
62 void Build(Level& currentLevel) const;
63
65
66 private:
67}; // class StructuredLineDetectionFactory
68
69} // namespace MueLu
70
71#define MUELU_STRUCTUREDLINEDETECTIONFACTORY_SHORT
72#endif // MUELU_STRUCTUREDLINEDETECTIONFACTORY_DECL_HPP
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
MueLu::DefaultNode Node
Class that holds all level-specific information.
Base class for factories that use one level (currentLevel).
Factory building line detection information on structured meshes.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
void Build(Level &currentLevel) const
Build method.
Namespace for MueLu classes and methods.
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar