Numerical C++ Library Concepts
TWiki Guest (guest)
Logout
Numerical C++ Library Concepts
IT Services
ISG Blog
IntraMATH
Contact
Login
Keyword or person
News
About us
People
People
Publications
Gallery
Applications
Installation
How to get started
Tutorials
Class documentation
ETH Zurich
D-MATH
wiki@math
Concepts
exceptns.hh
Go to the documentation of this file.
1
/* @file bemInt/exceptns.hh
2
3
Exceptions
4
*/
5
6
#ifndef exceptns_hh
7
#define exceptns_hh
8
9
#include "
basics/exceptions.hh
"
10
11
namespace
bem
{
12
13
// ******************************************* NoOfIntegrationPointsToHigh **
14
20
class
NoOfIntegrationPointsToHigh
:
public
concepts::ExceptionBase
{};
21
22
}
// namespace bem
23
24
#endif // exceptns_hh
concepts::ExceptionBase
Base class for exceptions.
Definition:
exceptions.hh:86
exceptions.hh
bem
Used for the basic classes of the boundary element method.
Definition:
bform.hh:13
bem::NoOfIntegrationPointsToHigh
Exception class to express that the number of integration points exceeds the number of precalculated ...
Definition:
exceptns.hh:20
Page URL:
http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020
Eidgenössische Technische Hochschule Zürich