dune-istl
2.2.1
|
Choose the approriate scalar product for a solver category. More...
#include <dune/istl/scalarproducts.hh>
Public Types | |
enum | { solverCategory =c } |
typedef C | communication_type |
The type of the communication object. More... | |
Choose the approriate scalar product for a solver category.
As there is only one scalar product for each solver category it is possible to choose the appropriate product at compile time.
In each specialization of the this struct there will be a typedef ScalarProduct available the defines the type of the scalar product.
typedef C Dune::ScalarProductChooser< X, C, c >::communication_type |
The type of the communication object.