My Project
|
Tells AMG how to construct the Opm::ParallelOverlappingILU0 smoother. More...
#include <ParallelOverlappingILU0.hpp>
Public Types | |
using | T = Opm::ParallelOverlappingILU0<Matrix,Domain,Range,ParallelInfo> |
using | Arguments = DefaultParallelConstructionArgs<T,ParallelInfo> |
using | ParallelOverlappingILU0Pointer = std::shared_ptr<T> |
Static Public Member Functions | |
static ParallelOverlappingILU0Pointer | construct (Arguments &args) |
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 |