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
hp3D.hh
Go to the documentation of this file.
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
"
9
#include "
hp3D/linearFormHelper.hh
"
10
#include "
hp3D/linearForm.hh
"
11
#include "
hp3D/bilinearForm.hh
"
12
#include "
hp3D/bf3D_partialDeriv.hh
"
13
#include "
hp3D/bf3D_linearElasticity.hh
"
14
#include "
hp3D/hpExtension.hh
"
15
#include "
hp3D/zerotangential.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
"
21
#include "
hp3D/spaceTransition.hh
"
22
#include "
hp3D/formulaFromWeight.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
"
29
#include "
hp3D/buildInnerDofs.hh
"
30
#include "
hp3D/face.hh
"
31
#include "
hp3D/traces.hh
"
32
#include "
hp3D/tracesEval.hh
"
33
#include "
hp3D/neumannTraceSpace3d.hh
"
34
46
namespace
hp3D
{
47
// leave this empty, just for documentation
48
}
49
50
#endif // hp3D_hh
hpExtension.hh
aprioriRef.hh
buildEdgeDofs.hh
hexahedron.hh
traces.hh
singularSet.hh
bilinearForm.hh
buildInnerDofs.hh
function.hh
formulaFromWeight.hh
face.hh
buildDofsBase.hh
bf3D_partialDeriv.hh
element.hh
space.hh
tracesEval.hh
sumfact.hh
rotrot.hh
buildFaceDofs.hh
linearForm.hh
spaceTransition.hh
shortestDist.hh
buildVtxDofs.hh
neumannTraceSpace3d.hh
bf3D_linearElasticity.hh
hp3D
3D hp-FEM for H1-conforming elements.
Definition:
meshDX.hh:23
linearFormHelper.hh
zerotangential.hh
divdiv.hh
Page URL:
http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020
Eidgenössische Technische Hochschule Zürich