Class documentation of Concepts

Loading...
Searching...
No Matches
hp2D.hh
1// include files for the hp2D subdirectory
2
3#ifndef hp2D_hh
4#define hp2D_hh
5
6#include "hp2D/element.hh"
7#include "hp2D/quad.hh"
8#include "hp2D/space.hh"
14#include "hp2D/bf_laplace.hh"
15#include "hp2D/bf_identity.hh"
16#include "hp2D/bf_advection.hh"
17#include "hp2D/bf_divdiv.hh"
18#include "hp2D/bf_iddiv.hh"
21#include "hp2D/linearForm.hh"
22#include "hp2D/rotrot.hh"
23#include "hp2D/divdiv.hh"
24#include "hp2D/shortestDist.hh"
25#include "hp2D/singularSet.hh"
28#include "hp2D/aprioriRef2D.hh"
29#include "hp2D/function.hh"
30#include "hp2D/buildDofsBase.hh"
31#include "hp2D/buildVtxDofs.hh"
32#include "hp2D/buildEdgeDofs.hh"
35#include "hp2D/edge.hh"
36#include "hp2D/traces.hh"
37#include "hp2D/formula.hh"
38#include "hp2D/spacePreBuilder.hh"
43#include "hp2D/gridInfo.hh"
45#ifdef HAS_LIBALGLIB
46#include "hp2D/minMax.hh"
47#endif
48
49
59namespace hp2D {
60 // leave this empty, just for documentation
61
71 namespace l2 {
72 // leave this empty, just for documentation
73 }
74
75}
76
77
78#endif // hp2D_hh