Dune Core Modules (2.3.1)

solvercategory.hh
1// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2// vi: set et ts=4 sw=2 sts=2:
3// $Id$
4#ifndef DUNE_SOLVERCATEGORY_HH
5#define DUNE_SOLVERCATEGORY_HH
6
7
8namespace Dune {
9
19 {
20 enum Category {
27 };
28 };
29
32} // end namespace
33
34#endif
Dune namespace.
Definition: alignment.hh:14
Categories for the solvers.
Definition: solvercategory.hh:19
Category
Definition: solvercategory.hh:20
@ sequential
Category for sequential solvers.
Definition: solvercategory.hh:22
@ nonoverlapping
Category for on overlapping solvers.
Definition: solvercategory.hh:24
@ overlapping
Category for ovelapping solvers.
Definition: solvercategory.hh:26
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 15, 22:36, 2024)