5#ifndef DUNE_ISTL_SOLVERCATEGORY_HH
6#define DUNE_ISTL_SOLVERCATEGORY_HH
8#include <dune/common/exceptions.hh>
Definition: allocator.hh:11
Categories for the solvers.
Definition: solvercategory.hh:22
Category
Definition: solvercategory.hh:23
@ sequential
Category for sequential solvers.
Definition: solvercategory.hh:25
@ nonoverlapping
Category for non-overlapping solvers.
Definition: solvercategory.hh:27
@ overlapping
Category for overlapping solvers.
Definition: solvercategory.hh:29
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 virtu...
Definition: solvercategory.hh:34
Definition: solvercategory.hh:54