MueLu  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MueLu_FacadeBGS2x2_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_INTERFACE_FACADECLASSES_BGS2x2_DECL_HPP_
11 #define PACKAGES_MUELU_SRC_INTERFACE_FACADECLASSES_BGS2x2_DECL_HPP_
12 
14 
16 
17 #include "MueLu_ConfigDefs.hpp"
18 
19 namespace MueLu {
20 
21 template <class Scalar = DefaultScalar,
24  class Node = DefaultNode>
25 class FacadeBGS2x2 : public FacadeClassBase<Scalar, LocalOrdinal, GlobalOrdinal, Node> {
26 #include "MueLu_UseShortNames.hpp"
27 
28  public:
30 
31 
33  FacadeBGS2x2();
34 
36  virtual ~FacadeBGS2x2() {}
37 
39 
45 
46  private:
47 };
48 
49 } // namespace MueLu
50 
51 #endif /* PACKAGES_MUELU_SRC_INTERFACE_FACADECLASSES_BGS2x2_DECL_HPP_ */
MueLu::DefaultLocalOrdinal LocalOrdinal
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
MueLu::DefaultNode Node
MueLu::DefaultScalar Scalar
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
virtual ~FacadeBGS2x2()
Destructor.
Teuchos::RCP< Teuchos::ParameterList > SetParameterList(const Teuchos::ParameterList &paramList)
Set parameter list for FacadeClass interpreter.