dune-istl 3.0-git
solvercategory.hh
Go to the documentation of this file.
1// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2// vi: set et ts=4 sw=2 sts=2:
3#ifndef DUNE_ISTL_SOLVERCATEGORY_HH
4#define DUNE_ISTL_SOLVERCATEGORY_HH
5
6
7namespace Dune {
8
28
31} // end namespace
32
33#endif
Definition basearray.hh:19
Categories for the solvers.
Definition solvercategory.hh:18
Category
Definition solvercategory.hh:19
@ sequential
Category for sequential solvers.
Definition solvercategory.hh:21
@ nonoverlapping
Category for non-overlapping solvers.
Definition solvercategory.hh:23
@ overlapping
Category for overlapping solvers.
Definition solvercategory.hh:25