|
dune-istl
2.2.1
|
#include <dune/istl/novlpschwarz.hh>
Public Types | |
| enum | { solverCategory =SolverCategory::nonoverlapping } |
| typedef NonoverlappingSchwarzScalarProduct < X, C > | ScalarProduct |
| The type of the scalar product for the nonoverlapping 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::nonoverlapping >::communication_type |
The type of the communication object to use.
| typedef NonoverlappingSchwarzScalarProduct<X,C> Dune::ScalarProductChooser< X, C, SolverCategory::nonoverlapping >::ScalarProduct |
The type of the scalar product for the nonoverlapping case.
|
inlinestatic |
1.8.3.1