All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
linear Directory Reference

Files

file  bicgstabsolver.hh [code]
 Implements a preconditioned stabilized BiCG linear solver.
 
file  blacklist.hh [code]
 Expresses which degrees of freedom are blacklisted for the parallel linear solvers and which domestic indices they correspond to.
 
file  combinedcriterion.hh [code]
 
 
file  convergencecriterion.hh [code]
 
 
file  domesticoverlapfrombcrsmatrix.hh [code]
 This class creates and manages the foreign overlap given an initial list of border indices and a BCRS matrix.
 
file  elementborderlistfromgrid.hh [code]
 Uses communication on the grid to find the initial seed list of indices for methods which use element-based degrees of freedom.
 
file  fixpointcriterion.hh [code]
 
 
file  foreignoverlapfrombcrsmatrix.hh [code]
 This class creates and manages the foreign overlap given an initial list of border indices and a BCRS matrix.
 
file  globalindices.hh [code]
 This class maps domestic row indices to and from "global" indices which is used to construct an algebraic overlap for the parallel linear solvers.
 
file  istlpreconditionerwrappers.hh [code]
 Provides wrapper classes for the (non-AMG) preconditioners provided by dune-istl.
 
file  istlsolverwrappers.hh [code]
 Provides wrapper classes for the iterative linear solvers available in dune-istl.
 
file  linearsolverreport.hh [code]
 Collects summary information about the execution of the linear solver.
 
file  nullborderlistmanager.hh [code]
 This is a grid manager which does not create any border list.
 
file  overlappingbcrsmatrix.hh [code]
 An overlap aware block-compressed row storage (BCRS) matrix.
 
file  overlappingblockvector.hh [code]
 An overlap aware block vector.
 
file  overlappingoperator.hh [code]
 An overlap aware linear operator usable by ISTL.
 
file  overlappingpreconditioner.hh [code]
 An overlap aware preconditioner for any ISTL linear solver.
 
file  overlappingscalarproduct.hh [code]
 An overlap aware ISTL scalar product.
 
file  overlaptypes.hh [code]
 This files provides several data structures for storing tuples of indices of remote and/or local processes.
 
file  parallelamgbackend.hh [code]
 Provides a linear solver backend using the parallel algebraic multi-grid (AMG) linear solver from DUNE-ISTL.
 
file  parallelbasebackend.hh [code]
 Provides the common code which is required by most linear solvers.
 
file  parallelbicgstabbackend.hh [code]
 Implements a generic linear solver abstraction.
 
file  parallelistlbackend.hh [code]
 Provides all unmodified linear solvers from dune-istl.
 
file  residreductioncriterion.hh [code]
 
 
file  superlubackend.hh [code]
 
 
file  vertexborderlistfromgrid.hh [code]
 Uses communication on the grid to find the initial seed list of indices.
 
file  weightedresidreductioncriterion.hh [code]