Class documentation of Concepts

Loading...
Searching...
No Matches
hp1D.hh
1// include files for the hp1D subdirectory
2
3#ifndef hp1D_hh
4#define hp1D_hh
5
6#include "hp1D/element.hh"
7#include "hp1D/space.hh"
9#include "hp1D/linearForm.hh"
10#include "hp1D/hpExtension.hh"
11#include "hp1D/lineGraphics.hh"
12#include "hp1D/matrices.hh"
14#include "hp1D/formula.hh"
15#include "hp1D/function.hh"
16#include "hp1D/dualSpace.hh"
17#ifdef HAS_XERUS
18#include "hp1D/rysSpace.hh"
19#include "hp1D/rysElement.hh"
20#endif // HAS_XERUS
21
25namespace hp1D {
26 // leave this empty, just for documentation
27}
28
29#endif // hp1D_hh