Ifpack2 Templated Preconditioning Package Version 1.0
Loading...
Searching...
No Matches
Ifpack2_CondestType.hpp
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
10#ifndef IFPACK2_CONDESTTYPE_HPP
11#define IFPACK2_CONDESTTYPE_HPP
12
13namespace Ifpack2 {
14
16
22
23} // namespace Ifpack2
24
25#endif
Preconditioners and smoothers for Tpetra sparse matrices.
Definition Ifpack2_AdditiveSchwarz_decl.hpp:40
CondestType
Ifpack2::CondestType: enum to define the type of condition number estimate.
Definition Ifpack2_CondestType.hpp:17
@ CG
Uses AztecOO's CG.
Definition Ifpack2_CondestType.hpp:19
@ Cheap
cheap estimate
Definition Ifpack2_CondestType.hpp:18
@ GMRES
Uses AztecOO's GMRES.
Definition Ifpack2_CondestType.hpp:20