MueLu Version of the Day
Loading...
Searching...
No Matches
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
13#include <Teuchos_ParameterList.hpp>
14
16
17#include "MueLu_ConfigDefs.hpp"
18
19namespace MueLu {
20
21template <class Scalar = DefaultScalar,
24 class Node = DefaultNode>
25class FacadeBGS2x2 : public FacadeClassBase<Scalar, LocalOrdinal, GlobalOrdinal, Node> {
27
28 public:
30
31
34
36 virtual ~FacadeBGS2x2() {}
37
39
44 Teuchos::RCP<Teuchos::ParameterList> SetParameterList(const Teuchos::ParameterList& paramList);
45
46 private:
47};
48
49} // namespace MueLu
50
51#endif /* PACKAGES_MUELU_SRC_INTERFACE_FACADECLASSES_BGS2x2_DECL_HPP_ */
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
MueLu::DefaultNode Node
Teuchos::RCP< Teuchos::ParameterList > SetParameterList(const Teuchos::ParameterList &paramList)
Set parameter list for FacadeClass interpreter.
virtual ~FacadeBGS2x2()
Destructor.
Namespace for MueLu classes and methods.
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar