Ifpack2 Templated Preconditioning Package Version 1.0
Loading...
Searching...
No Matches
Ifpack2_Details_Behavior.hpp
Go to the documentation of this file.
1// @HEADER
2// *****************************************************************************
3// Ifpack2: Templated Object-Oriented Algebraic Preconditioner Package
4//
5// Copyright 2009 NTESS and the Ifpack2 contributors.
6// SPDX-License-Identifier: BSD-3-Clause
7// *****************************************************************************
8// @HEADER
9#ifndef IFPACK2_DETAILS_BEHAVIOR_HPP
10#define IFPACK2_DETAILS_BEHAVIOR_HPP
11
15
16namespace Ifpack2 {
17namespace Details {
18
55class Behavior {
56 public:
61 static bool debug();
62
69};
70
71} // namespace Details
72} // namespace Ifpack2
73
74#endif // IFPACK2_DETAILS_BEHAVIOR_HPP
Description of Ifpack2's behavior.
Definition Ifpack2_Details_Behavior.hpp:55
static bool writeAdditiveSchwarzLocalMatrix()
Whether to write the AdditiveSchwarz local matrix.
Definition Ifpack2_Details_Behavior.cpp:40
static bool debug()
Whether Ifpack2 is in debug mode.
Definition Ifpack2_Details_Behavior.cpp:31
Ifpack2 implementation details.
Preconditioners and smoothers for Tpetra sparse matrices.
Definition Ifpack2_AdditiveSchwarz_decl.hpp:40