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
15
#include "
MueLu_TekoSmoother_decl.hpp
"
16
17
namespace
MueLu
{
18
template
<
class
Scalar,
class
LocalOrdinal,
class
GlobalOrdinal,
class
Node>
19
size_t
TekoSmoother<Scalar, LocalOrdinal, GlobalOrdinal, Node>::getNodeSmootherComplexity
()
const
{
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_ */
MueLu_TekoSmoother_decl.hpp
MueLu::TekoSmoother::getNodeSmootherComplexity
size_t getNodeSmootherComplexity() const
Get a rough estimate of cost per iteration.
Definition
MueLu_TekoSmoother_def.hpp:19
MueLu
Namespace for MueLu classes and methods.
Definition
MueLu_BrickAggregationFactory_decl.hpp:42
src
Smoothers
BlockedSmoothers
MueLu_TekoSmoother_def.hpp
Generated by
1.9.8