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