MueLu Version of the Day
Loading...
Searching...
No Matches
MueLu_SmootherPrototype_def.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_SMOOTHERPROTOTYPE_DEF_HPP
11#define MUELU_SMOOTHERPROTOTYPE_DEF_HPP
12
14
15namespace MueLu {
16
17template <class Scalar, class LocalOrdinal, class GlobalOrdinal, class Node>
20
21template <class Scalar, class LocalOrdinal, class GlobalOrdinal, class Node>
23
24template <class Scalar, class LocalOrdinal, class GlobalOrdinal, class Node>
26
27template <class Scalar, class LocalOrdinal, class GlobalOrdinal, class Node>
29
30} // namespace MueLu
31
32// TODO: private copy constructor
33// TODO: update comments
34#endif // MUELU_SMOOTHERPROTOTYPE_DEF_HPP
SmootherPrototype()
@nameConstructors/Destructors.
bool IsSetup() const
Get the state of a smoother prototype.
Namespace for MueLu classes and methods.