Tells AMG how to construct the Opm::ParallelOverlappingILU0 smoother. More...
#include <ParallelOverlappingILU0.hpp>
Public Types | |
typedef Dune::SeqILU0< Matrix, Domain, Range > | T |
typedef DefaultParallelConstructionArgs < T, ParallelInfo > | Arguments |
typedef ConstructionTraits< T > | SeqConstructionTraits |
Static Public Member Functions | |
static Opm::ParallelOverlappingILU0 < Matrix, Domain, Range, ParallelInfo > * | construct (Arguments &args) |
static void | deconstruct (Opm::ParallelOverlappingILU0< Matrix, Domain, Range, ParallelInfo > *bp) |
Tells AMG how to construct the Opm::ParallelOverlappingILU0 smoother.
Matrix | The type of the Matrix. | |
Domain | The type of the Vector representing the domain. | |
Range | The type of the Vector representing the range. | |
ParallelInfo | The type of the parallel information object used, e.g. Dune::OwnerOverlapCommunication |