MueLu
Version of the Day
Loading...
Searching...
No Matches
MueLu_PreDropFunctionBaseClass_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 MUELU_PREDROPFUNCTIONBASECLASS_DECL_HPP
11
#define MUELU_PREDROPFUNCTIONBASECLASS_DECL_HPP
12
13
#include "
MueLu_ConfigDefs.hpp
"
14
#include "
MueLu_BaseClass.hpp
"
15
#include "
MueLu_PreDropFunctionBaseClass_fwd.hpp
"
16
17
namespace
MueLu
{
18
23
template
<
class
Scalar
=
DefaultScalar
,
24
class
LocalOrdinal
=
DefaultLocalOrdinal
,
25
class
GlobalOrdinal
=
DefaultGlobalOrdinal
,
26
class
Node
=
DefaultNode
>
27
class
PreDropFunctionBaseClass
:
public
BaseClass
{
28
#undef MUELU_PREDROPFUNCTIONBASECLASS_SHORT
29
#include "
MueLu_UseShortNames.hpp
"
30
31
public
:
33
virtual
~PreDropFunctionBaseClass
() {}
34
36
virtual
bool
Drop
(
size_t
lrow,
GlobalOrdinal
grow,
size_t
k,
LocalOrdinal
lcid,
GlobalOrdinal
gcid,
const
Teuchos::ArrayView<const LocalOrdinal>& indices,
const
Teuchos::ArrayView<const Scalar>& vals) = 0;
37
};
38
}
// namespace MueLu
39
40
#define MUELU_PREDROPFUNCTIONBASECLASS_SHORT
41
#endif
// MUELU_PREDROPFUNCTIONBASECLASS_DECL_HPP
MueLu_BaseClass.hpp
MueLu_ConfigDefs.hpp
MueLu_PreDropFunctionBaseClass_fwd.hpp
LocalOrdinal
MueLu::DefaultLocalOrdinal LocalOrdinal
Definition
MueLu_UseDefaultTypes.hpp:13
Scalar
MueLu::DefaultScalar Scalar
Definition
MueLu_UseDefaultTypes.hpp:12
GlobalOrdinal
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Definition
MueLu_UseDefaultTypes.hpp:14
Node
MueLu::DefaultNode Node
Definition
MueLu_UseDefaultTypes.hpp:15
MueLu_UseShortNames.hpp
MueLu::BaseClass
Base class for MueLu classes.
Definition
MueLu_BaseClass.hpp:27
MueLu::PreDropFunctionBaseClass
Definition
MueLu_PreDropFunctionBaseClass_decl.hpp:27
MueLu::PreDropFunctionBaseClass::~PreDropFunctionBaseClass
virtual ~PreDropFunctionBaseClass()
Destructor.
Definition
MueLu_PreDropFunctionBaseClass_decl.hpp:33
MueLu::PreDropFunctionBaseClass::Drop
virtual bool Drop(size_t lrow, GlobalOrdinal grow, size_t k, LocalOrdinal lcid, GlobalOrdinal gcid, const Teuchos::ArrayView< const LocalOrdinal > &indices, const Teuchos::ArrayView< const Scalar > &vals)=0
Drop.
MueLu
Namespace for MueLu classes and methods.
Definition
MueLu_BrickAggregationFactory_decl.hpp:42
MueLu::DefaultNode
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Definition
MueLu_Details_DefaultTypes.hpp:32
MueLu::DefaultGlobalOrdinal
int DefaultGlobalOrdinal
Definition
MueLu_Details_DefaultTypes.hpp:29
MueLu::DefaultLocalOrdinal
int DefaultLocalOrdinal
Definition
MueLu_Details_DefaultTypes.hpp:22
MueLu::DefaultScalar
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar
Definition
MueLu_Details_DefaultTypes.hpp:20
src
Graph
MatrixTransformation
MueLu_PreDropFunctionBaseClass_decl.hpp
Generated by
1.9.8