Class documentation of Concepts

Loading...
Searching...
No Matches
hp3D.hh
1// include files for the hp3D subdirectory
2
3#ifndef hp3D_hh
4#define hp3D_hh
5
6#include "hp3D/element.hh"
7#include "hp3D/hexahedron.hh"
8#include "hp3D/space.hh"
10#include "hp3D/linearForm.hh"
11#include "hp3D/bilinearForm.hh"
14#include "hp3D/hpExtension.hh"
16#include "hp3D/rotrot.hh"
17#include "hp3D/function.hh"
18#include "hp3D/divdiv.hh"
19#include "hp3D/singularSet.hh"
20#include "hp3D/shortestDist.hh"
23#include "hp3D/sumfact.hh"
24#include "hp3D/aprioriRef.hh"
25#include "hp3D/buildDofsBase.hh"
26#include "hp3D/buildVtxDofs.hh"
27#include "hp3D/buildEdgeDofs.hh"
28#include "hp3D/buildFaceDofs.hh"
30#include "hp3D/face.hh"
31#include "hp3D/traces.hh"
32#include "hp3D/tracesEval.hh"
34
46namespace hp3D {
47 // leave this empty, just for documentation
48}
49
50#endif // hp3D_hh
Definition meshDX.hh:23