|
dune-istl 2.10
|
Categories for the solvers. More...
#include <dune/istl/solvercategory.hh>
Public Types | |
| enum | Category { sequential , nonoverlapping , overlapping } |
Static Public Member Functions | |
| template<typename OP> | |
| static Category | category (const OP &op, decltype(op.category()) *=nullptr) |
| Helperfunction to extract the solver category either from an enum, or from the newly introduced virtual member function. | |
Categories for the solvers.
|
inlinestatic |
Helperfunction to extract the solver category either from an enum, or from the newly introduced virtual member function.