Thyra
Version of the Day
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
core
src
interfaces
operator_solve
fundamental
Thyra_OperatorSolveTypes.hpp
1
// @HEADER
2
// *****************************************************************************
3
// Thyra: Interfaces and Support for Abstract Numerical Algorithms
4
//
5
// Copyright 2004 NTESS and the Thyra contributors.
6
// SPDX-License-Identifier: BSD-3-Clause
7
// *****************************************************************************
8
// @HEADER
9
10
#ifndef THYRA_OPERATOR_SOLVE_TYPES_HPP
11
#define THYRA_OPERATOR_SOLVE_TYPES_HPP
12
13
14
#include "Thyra_SolveSupportTypes.hpp"
15
16
17
namespace
Thyra {
18
19
template
<
class
Scalar>
class
LinearOpWithSolveBase;
20
template
<
class
Scalar>
class
LinearOpWithSolveFactoryBase;
21
template
<
class
Scalar>
class
PreconditionerBase
;
22
template
<
class
Scalar>
class
PreconditionerFactoryBase
;
23
24
}
// end namespace Thyra
25
26
27
#endif // THYRA_OPERATOR_SOLVE_TYPES_HPP
Thyra::PreconditionerBase
Simple interface class to access a precreated preconditioner as one or more linear operators objects ...
Definition:
Thyra_OperatorSolveTypes.hpp:21
Thyra::PreconditionerFactoryBase
Factory interface for creating preconditioner objects from LinearOpBase objects.
Definition:
Thyra_OperatorSolveTypes.hpp:22
Generated on Tue Dec 3 2024 09:19:25 for Thyra by
1.8.5