Dune Core Modules (2.4.2)

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#ifndef DUNE_ISTL_SOLVERCATEGORY_HH
4#define DUNE_ISTL_SOLVERCATEGORY_HH
5
6
7namespace Dune {
8
18 {
19 enum Category {
26 };
27 };
28
31} // end namespace
32
33#endif
Dune namespace.
Definition: alignment.hh:10
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 on overlapping solvers.
Definition: solvercategory.hh:23
@ overlapping
Category for ovelapping solvers.
Definition: solvercategory.hh:25
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 15, 22:36, 2024)