deal.II version GIT relicensing-6809-ge913b9bb34 2026-09-25 17:20:01+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Namespaces | Classes
TpetraWrappers
Collaboration diagram for TpetraWrappers:

Namespaces

namespace  LinearAlgebra::TpetraWrappers
 

Classes

class  LinearAlgebra::TpetraWrappers::PreconditionBase< Number, MemorySpace >
 
class  LinearAlgebra::TpetraWrappers::PreconditionIdentity< Number, MemorySpace >
 Wrapper class for the IdentitySolver preconditioner of Ifpack2. More...
 
class  LinearAlgebra::TpetraWrappers::PreconditionIfpackBase< Number, MemorySpace >
 The base class for all Ifpack2 preconditioners which are handled through its Factory. More...
 
class  LinearAlgebra::TpetraWrappers::PreconditionIfpack< Number, MemorySpace >
 Wrapper to create custom Ifpack2 preconditioners. More...
 
class  LinearAlgebra::TpetraWrappers::PreconditionJacobi< Number, MemorySpace >
 The classical Jacobi preconditioner within Ifpack2. More...
 
class  LinearAlgebra::TpetraWrappers::PreconditionL1Jacobi< Number, MemorySpace >
 l1 variant of the Jacobi preconditioner. More...
 
class  LinearAlgebra::TpetraWrappers::PreconditionL1GaussSeidel< Number, MemorySpace >
 l1 variant of the Gauss-Seidel preconditioner. More...
 
class  LinearAlgebra::TpetraWrappers::PreconditionSOR< Number, MemorySpace >
 The class for the SOR preconditioner within Ifpack2. More...
 
class  LinearAlgebra::TpetraWrappers::PreconditionSSOR< Number, MemorySpace >
 
class  LinearAlgebra::TpetraWrappers::PreconditionChebyshev< Number, MemorySpace >
 
class  LinearAlgebra::TpetraWrappers::PreconditionILU< Number, MemorySpace >
 The ILU/ILU(K)/RILU(K) preconditioner. More...
 
class  LinearAlgebra::TpetraWrappers::PreconditionILUT< Number, MemorySpace >
 
class  LinearAlgebra::TpetraWrappers::PreconditionBlockJacobi< Number, MemorySpace >
 
class  LinearAlgebra::TpetraWrappers::PreconditionBlockSOR< Number, MemorySpace >
 The class for the Block SOR preconditioner within Ifpack2. More...
 
class  LinearAlgebra::TpetraWrappers::PreconditionBlockSSOR< Number, MemorySpace >
 The class for the Block SSOR preconditioner within Ifpack2. More...
 
class  LinearAlgebra::TpetraWrappers::PreconditionAMGMueLu< Number, MemorySpace >
 
class  LinearAlgebra::TpetraWrappers::SolverDirectBase< Number, MemorySpace >
 
class  LinearAlgebra::TpetraWrappers::SolverDirect< Number, MemorySpace >
 
class  LinearAlgebra::TpetraWrappers::SolverDirectKLU2< Number, MemorySpace >
 
class  LinearAlgebra::TpetraWrappers::SparseMatrixIterators::Iterator< Number, MemorySpace, Constness >
 
class  LinearAlgebra::TpetraWrappers::Vector< Number, MemorySpace >
 

Detailed Description