|
opm-simulators
|
Directories |
Files | |
| file | amgcpr.hh [code] |
| The AMG preconditioner. | |
| 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] |
| Convergence criterion which looks at the absolute value of the residual and fails if the linear solver stagnates. | |
| 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 | istlsparsematrixadapter.hh [code] |
| A sparse matrix interface backend for BCRSMatrix from dune-istl. | |
| file | linalgparameters.hh [code] |
| Declares the parameters for the black oil model. | |
| file | linalgproperties.hh [code] |
| Declares the properties required by the black oil model. | |
| 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] |
| Provides a convergence criterion which looks at the reduction of the two-norm of the residual for the linear solvers. | |
| file | superlubackend.hh [code] |
| file | twolevelmethodcpr.hh [code] |
| Algebraic twolevel methods. | |
| file | vertexborderlistfromgrid.hh [code] |
| Uses communication on the grid to find the initial seed list of indices. | |
| file | weightedresidreductioncriterion.hh [code] |
| Convergence criterion which looks at the weighted absolute value of the residual. | |