dune-istl
2.8.0
|
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. More... | |
Categories for the solvers.
|
inlinestatic |
Helperfunction to extract the solver category either from an enum, or from the newly introduced virtual member function.