Dune Core Modules (2.5.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 
7 namespace Dune {
8 
18  {
19  enum Category {
26  };
27  };
28 
31 } // end namespace
32 
33 #endif
Dune namespace.
Definition: alignment.hh:11
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
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 10, 22:30, 2024)