DUNE-FEM (unstable)

exceptions.hh
1#ifndef DUNE_FEM_SPACE_DOFMAPPER_EXCEPTIONS_HH
2#define DUNE_FEM_SPACE_DOFMAPPER_EXCEPTIONS_HH
3
5
6namespace Dune
7{
8
9 namespace Fem
10 {
11
12 class DofMapperError
13 : public Dune::Exception
14 {};
15
16 } // namespace Fem
17
18} // namespace Dune
19
20#endif // #ifndef DUNE_FEM_SPACE_DOFMAPPER_EXCEPTIONS_HH
Base class for Dune-Exceptions.
Definition: exceptions.hh:96
A few common exception classes.
Dune namespace.
Definition: alignedallocator.hh:13
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 27, 22:29, 2024)