MueLu  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
19 namespace MueLu {
20 
26 template <class Scalar = DefaultScalar,
29  class Node = DefaultNode>
31 #undef MUELU_STRUCTUREDLINEDETECTIONFACTORY_SHORT
32 #include "MueLu_UseShortNames.hpp"
33 
34  public:
36 
37 
39 
42 
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
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
MueLu::DefaultNode Node
void Build(Level &currentLevel) const
Build method.
MueLu::DefaultScalar Scalar
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
Definition: MueLu_Level.hpp:63
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.
Base class for factories that use one level (currentLevel).