MueLu Version of the Day
Loading...
Searching...
No Matches
MueLu_SmootherCloner.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_SMOOTHERBASECLONER_HPP
11#define MUELU_SMOOTHERBASECLONER_HPP
12
13#include <Xpetra_MultiVector_fwd.hpp>
14
15#include "MueLu_ConfigDefs.hpp"
16#include "MueLu_BaseClass.hpp"
17
19#if defined(HAVE_MUELU_IFPACK2)
20#include "MueLu_Ifpack2Smoother.hpp"
21#endif
22#include "MueLu_TrilinosSmoother.hpp"
23
24namespace MueLu {
25
26} // namespace MueLu
27
28#define MUELU_SMOOTHERBASECLONER_SHORT
29#endif // ifndef MUELU_SMOOTHERBASECLONER_HPP
Namespace for MueLu classes and methods.