G+Smo  24.08.0
Geometry + Simulation Modules
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gsSolver Directory Reference

Files

file  gsAdditiveOp.h [code]
 Allows to set up additive Schwarz type preconditioners.
 
file  gsAdditiveOp.hpp [code]
 Allows to set up additive Schwarz type preconditioners.
 
file  gsBiCgStab.h [code]
 Biconjugate gradient stabilized solver.
 
file  gsBiCgStab.hpp [code]
 Biconjugate gradient stabilized solver.
 
file  gsBlockOp.h [code]
 Simple class create a block preconditioner structure.
 
file  gsBlockOp.hpp [code]
 Simple class create a block preconditioner structure.
 
file  gsCompositePrecOp.h [code]
 Allows to represent the composition of preconditioners.
 
file  gsConjugateGradient.h [code]
 Conjugate gradient solver.
 
file  gsConjugateGradient.hpp [code]
 Conjugate gradient solver.
 
file  gsGMRes.h [code]
 Preconditioned iterative solver using the generalized minimal residual method.
 
file  gsGMRes.hpp [code]
 Preconditioned iterative solver using the generalized minimal residual method.
 
file  gsGradientMethod.h [code]
 Gradient iteration.
 
file  gsGradientMethod.hpp [code]
 Gradient iteration.
 
file  gsIterativeSolver.h [code]
 Abstract class for iterative solvers.
 
file  gsKroneckerOp.h [code]
 Provides a linear operator representing the Kronecker product of linear operators.
 
file  gsKroneckerOp.hpp [code]
 Provides a linear operator representing the Kronecker product of linear operators.
 
file  gsLanczosMatrix.h [code]
 Class for representing a Lanczos matrix and calculating its eigenvalues.
 
file  gsLinearOperator.h [code]
 Simple abstract class for (discrete) linear operators.
 
file  gsMatrixOp.h [code]
 Simple adapter classes to use matrices or linear solvers as gsLinearOperators.
 
file  gsMinimalResidual.h [code]
 Preconditioned iterative solver using the minimal residual method.
 
file  gsMinimalResidual.hpp [code]
 Preconditioned iterative solver using the minimal residual method.
 
file  gsMinResQLP.h [code]
 Preconditioned iterative solver using the minimal residual QLP method.
 
file  gsMinResQLP.hpp [code]
 Preconditioned iterative solver using the minimal residual QLP method.
 
file  gsPatchPreconditionersCreator.h [code]
 Provides robust preconditioners for single patch geometries.
 
file  gsPatchPreconditionersCreator.hpp [code]
 Provides preconditioners that live on the parameter domain.
 
file  gsPreconditioner.h [code]
 Simple abstract class for (discrete) linear preconditioners.
 
file  gsProductOp.h [code]
 A class representing the product of gsLinearOperator s.
 
file  gsSimplePreconditioners.h [code]
 Collection of some simple preconditioners.
 
file  gsSimplePreconditioners.hpp [code]
 Collection of some simple preconditioners.
 
file  gsSolverUtils.h [code]
 Utility class for PDE's solver related utils.
 
file  gsSumOp.h [code]
 Provides the sum of gsLinearOperator s as a gsLinearOperator.