dune-istl  2.4.1
Public Types | Static Public Member Functions | List of all members
Dune::ScalarProductChooser< X, C, SolverCategory::sequential > Struct Template Reference

#include <dune/istl/scalarproducts.hh>

Public Types

enum  { solverCategory =SolverCategory::sequential }
 
typedef SeqScalarProduct< X > ScalarProduct
 The type of the scalar product for the sequential case. More...
 

Static Public Member Functions

static ScalarProductconstruct (const C &)
 

Member Typedef Documentation

template<class X , class C >
typedef SeqScalarProduct<X> Dune::ScalarProductChooser< X, C, SolverCategory::sequential >::ScalarProduct

The type of the scalar product for the sequential case.

Member Enumeration Documentation

template<class X , class C >
anonymous enum
Enumerator
solverCategory 

The solver category.

Member Function Documentation

template<class X , class C >
static ScalarProduct* Dune::ScalarProductChooser< X, C, SolverCategory::sequential >::construct ( const C &  )
inlinestatic

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