SystemPreconditioner.hpp File Reference
Include dependency graph for SystemPreconditioner.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Opm::SystemPreconditioner< Scalar, ResOp, ResComm >
 

Namespaces

namespace  Opm
 

Typedefs

template<typename Scalar >
using Opm::SeqResOperator = Dune::MatrixAdapter< RRMatrix< Scalar >, ResVector< Scalar >, ResVector< Scalar > >
 
using Opm::ParResComm = Dune::OwnerOverlapCopyCommunication< int, int >
 
template<typename Scalar >
using Opm::ParResOperator = Dune::OverlappingSchwarzOperator< RRMatrix< Scalar >, ResVector< Scalar >, ResVector< Scalar >, ParResComm >