|
dune-istl
2.2.1
|
#include <dune/istl/schwarz.hh>
Public Types | |
| enum | { solverCategory =SolverCategory::overlapping } |
| typedef OverlappingSchwarzScalarProduct < X, C > | ScalarProduct |
| The type of the scalar product for the overlapping case. More... | |
| typedef C | communication_type |
| The type of the communication object to use. More... | |
Static Public Member Functions | |
| static ScalarProduct * | construct (const communication_type &comm) |
| typedef C Dune::ScalarProductChooser< X, C, SolverCategory::overlapping >::communication_type |
The type of the communication object to use.
| typedef OverlappingSchwarzScalarProduct<X,C> Dune::ScalarProductChooser< X, C, SolverCategory::overlapping >::ScalarProduct |
The type of the scalar product for the overlapping case.
|
inlinestatic |
1.8.3.1