All Classes Namespaces Files Functions Variables Typedefs Enumerator Pages
Dune::Amg::ConstructionTraits< Opm::ParallelRestrictedOverlappingSchwarz< Range, Domain, ParallelInfo, SeqPreconditioner > > Struct Template Reference

Tells AMG how to construct the Opm::ParallelOverlappingILU0 smoother. More...

#include <ParallelRestrictedAdditiveSchwarz.hpp>

Public Types

typedef
DefaultParallelConstructionArgs
< SeqPreconditioner,
ParallelInfo > 
Arguments
 
typedef ConstructionTraits
< SeqPreconditioner > 
SeqConstructionTraits
 

Static Public Member Functions

static
Opm::ParallelRestrictedOverlappingSchwarz
< Range, Domain, ParallelInfo,
SeqPreconditioner > * 
construct (Arguments &args)
 Construct a parallel restricted overlapping schwarz preconditioner.
 
static void deconstruct (Opm::ParallelRestrictedOverlappingSchwarz< Range, Domain, ParallelInfo, SeqPreconditioner > *bp)
 Deconstruct and free a parallel restricted overlapping schwarz preconditioner.
 

Detailed Description

template<class Range, class Domain, class ParallelInfo, class SeqPreconditioner>
struct Dune::Amg::ConstructionTraits< Opm::ParallelRestrictedOverlappingSchwarz< Range, Domain, ParallelInfo, SeqPreconditioner > >

Tells AMG how to construct the Opm::ParallelOverlappingILU0 smoother.

Template Parameters
DomainThe type of the Vector representing the domain.
RangeThe type of the Vector representing the range.
ParallelInfoThe type of the parallel information object used, e.g. Dune::OwnerOverlapCommunication
SeqPreconditionerThe underlying sequential preconditioner to use.

The documentation for this struct was generated from the following file: