Files | |
| file | amgbackend.hh [code] |
| Provides a parallel linear solver based on the ISTL AMG preconditioner and the ISTL BiCGSTAB solver. | |
| 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 class 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 | scalarproducts.hh [code] |
| Classes to compute scalar products. | |
| 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. | |