dune-istl 2.10
Loading...
Searching...
No Matches
istl Directory Reference
Directory dependency graph for istl:
istl

Directories

 common
 
 eigenvalue
 
 paamg
 

Files

 allocator.hh
 
 basearray.hh
 Implements several basic array containers.
 
 bccsmatrix.hh
 
 bccsmatrixinitializer.hh
 
 bcrsmatrix.hh
 Implementation of the BCRSMatrix class.
 
 bdmatrix.hh
 Implementation of the BDMatrix class.
 
 blocklevel.hh
 Helper functions for determining the vector/matrix block level.
 
 btdmatrix.hh
 Implementation of the BTDMatrix class.
 
 bvector.hh
 This file implements a vector space as a tensor product of a given vector space. The number of components can be given at run-time.
 
 cholmod.hh
 
 dilu.hh
 The diagonal incomplete LU factorization kernels.
 
 foreach.hh
 
 gsetc.hh
 Simple iterative methods like Jacobi, Gauss-Seidel, SOR, SSOR, etc. in a generic way.
 
 ildl.hh
 Incomplete LDL decomposition.
 
 ilu.hh
 The incomplete LU factorization kernels.
 
 ilusubdomainsolver.hh
 Various local subdomain solvers based on ILU for SeqOverlappingSchwarz.
 
 io.hh
 Some generic functions for pretty printing vectors and matrices.
 
 istlexception.hh
 
 ldl.hh
 Class for using LDL with ISTL matrices.
 
 matrix.hh
 A dynamic dense block matrix class.
 
 matrixindexset.hh
 
 matrixmarket.hh
 Provides classes for reading and writing MatrixMarket Files with an extension for parallel matrices.
 
 matrixmatrix.hh
 provides functions for sparse matrix matrix multiplication.
 
 matrixredistribute.hh
 Functionality for redistributing a sparse matrix.
 
 matrixutils.hh
 Some handy generic functions for ISTL matrices.
 
 multitypeblockmatrix.hh
 
 multitypeblockvector.hh
 
 novlpschwarz.hh
 
 operators.hh
 Define general, extensible interface for operators. The available implementation wraps a matrix.
 
 overlappingschwarz.hh
 Contains one level overlapping Schwarz preconditioners.
 
 owneroverlapcopy.hh
 Classes providing communication interfaces for overlapping Schwarz methods.
 
 preconditioner.hh
 
 preconditioners.hh
 Define general preconditioner interface.
 
 repartition.hh
 Functionality for redistributing a parallel index set using graph partitioning.
 
 scalarproducts.hh
 Define base class for scalar product and norm.
 
 scaledidmatrix.hh
 This file implements a quadratic matrix of fixed size which is a multiple of the identity.
 
 schwarz.hh
 
 solver.hh
 Define general, extensible interface for inverse operators.
 
 solvercategory.hh
 
 solverfactory.hh
 
 solverregistry.hh
 
 solvers.hh
 Implementations of the inverse operator interface.
 
 solvertype.hh
 Templates characterizing the type of a solver.
 
 spqr.hh
 Class for using SPQR with ISTL matrices.
 
 superlu.hh
 Classes for using SuperLU with ISTL matrices.
 
 superlufunctions.hh
 
 supermatrix.hh
 
 umfpack.hh
 Classes for using UMFPack with ISTL matrices.
 
 vbvector.hh
 ???