3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
linear Directory Reference

Files

file  amgbackend.hh [code]
 Provides a parallel linear solver based on the ISTL AMG preconditioner and the ISTL BiCGSTAB solver.
 
file  amgparallelhelpers.hh [code]
 Provides a helper class for nonoverlapping decomposition using the ISTL AMG.
 
file  amgtraits.hh [code]
 Define traits for the AMG backend.
 
file  istlsolverfactorybackend.hh [code]
 Provides a generic linear solver based on the ISTL that chooses the solver and preconditioner at runtime.
 
file  istlsolverregistry.hh [code]
 The specialized Dumux macro and tag for the ISTL registry to choose the solver and preconditioner at runtime.
 
file  linearsolveracceptsmultitypematrix.hh [code]
 Trait checking if linear solvers accept Dune::MultiTypeBlockMatrix or we need to convert the matrix.
 
file  linearsolverparameters.hh [code]
 Generates a parameter tree required for the linear solvers and precondioners of the Dune ISTL.
 
file  linearsolvertraits.hh [code]
 Define traits for linear solvers.
 
file  matrixconverter.hh [code]
 A helper classe that converts a Dune::MultiTypeBlockMatrix into a plain Dune::BCRSMatrix.
 
file  parallelhelpers.hh [code]
 Provides a helper class for nonoverlapping decomposition.
 
file  linear/pdesolver.hh [code]
 A high-level solver interface for a linear PDE solver.
 
file  preconditioners.hh [code]
 Dumux preconditioners for iterative solvers.
 
file  scotchbackend.hh [code]
 An interface to the scotch library for matrix reordering.
 
file  seqsolverbackend.hh [code]
 Dumux sequential linear solver backends.
 
file  solver.hh [code]
 Base class for linear solvers.
 
file  vectorexchange.hh [code]
 Contains a class to exchange entries of a vector.