MueLu Version of the Day
Loading...
Searching...
No Matches
MueLu_TekoSmoother_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_TEKOSMOOTHER_DEF_HPP_
11#define MUELU_TEKOSMOOTHER_DEF_HPP_
12
13#ifdef HAVE_MUELU_TEKO
14
16
17namespace MueLu {
18template <class Scalar, class LocalOrdinal, class GlobalOrdinal, class Node>
20 // FIXME: This is a placeholder
21 return Teuchos::OrdinalTraits<size_t>::invalid();
22}
23
24} // namespace MueLu
25
26#endif // HAVE_MUELU_TEKO
27
28#endif /* MUELU_TEKOSMOOTHER_DEF_HPP_ */
size_t getNodeSmootherComplexity() const
Get a rough estimate of cost per iteration.
Namespace for MueLu classes and methods.