hp2D.hh

Go to the documentation of this file.
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"
12 #include "hp2D/bf_laplace.hh"
13 #include "hp2D/bf_identity.hh"
14 #include "hp2D/bf_advection.hh"
15 #include "hp2D/bf_divdiv.hh"
16 #include "hp2D/bf_iddiv.hh"
17 #include "hp2D/bf_partialderiv.hh"
19 #include "hp2D/linearForm.hh"
20 #include "hp2D/rotrot.hh"
21 #include "hp2D/divdiv.hh"
22 #include "hp2D/shortestDist.hh"
23 #include "hp2D/singularSet.hh"
26 #include "hp2D/aprioriRef2D.hh"
27 #include "hp2D/function.hh"
28 #include "hp2D/buildDofsBase.hh"
29 #include "hp2D/buildVtxDofs.hh"
30 #include "hp2D/buildEdgeDofs.hh"
31 #include "hp2D/buildInnerDofs.hh"
32 #include "hp2D/buildH1TColumns.hh"
33 #include "hp2D/edge.hh"
34 #include "hp2D/traces.hh"
35 #include "hp2D/formula.hh"
36 #include "hp2D/spacePreBuilder.hh"
37 #include "hp2D/refinePreBuilder.hh"
39 #include "hp2D/linearFormHelper.hh"
41 #include "hp2D/gridInfo.hh"
43 #ifdef HAS_LIBALGLIB
44 #include "hp2D/minMax.hh"
45 #endif
46 
47 
57 namespace hp2D {
58  // leave this empty, just for documentation
59 
69  namespace l2 {
70  // leave this empty, just for documentation
71  }
72 
73 }
74 
75 
76 #endif // hp2D_hh
2D hp-FEM for H1-conforming elements.
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich