dune-istl
2.3beta2
|
#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. | |
typedef C | communication_type |
The type of the communication object to use. |
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 |