MueLu Version of the Day
Loading...
Searching...
No Matches
MueLu_DropNegativeEntriesFactory_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_DROPNEGATIVEENTRIESFACTORY_DECL_HPP
11#define MUELU_DROPNEGATIVEENTRIESFACTORY_DECL_HPP
12
13#include "MueLu_ConfigDefs.hpp"
15
16#include "MueLu_Level_fwd.hpp"
18
19namespace MueLu {
20
29template <class Scalar = DefaultScalar,
32 class Node = DefaultNode>
34#undef MUELU_DROPNEGATIVEENTRIESFACTORY_SHORT
36
37 public:
39
40
42
45
46 RCP<const ParameterList> GetValidParameterList() const;
47
49
51
52
53 void DeclareInput(Level& currentLevel) const;
54
56
58
59
65 void Build(Level& currentLevel) const;
66
68
69}; // class DropNegativeEntriesFactory
70
71} // namespace MueLu
72
73#define MUELU_DROPNEGATIVEENTRIESFACTORY_SHORT
74#endif // MUELU_DROPNEGATIVEENTRIESFACTORY_DECL_HPP
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
MueLu::DefaultNode Node
Application-specific filtering for A. Can be used in context of graph coarsening and aggregation.
void DeclareInput(Level &currentLevel) const
Input.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
void Build(Level &currentLevel) const
Build method.
Class that holds all level-specific information.
Base class for factories that use one level (currentLevel).
Namespace for MueLu classes and methods.
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar