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
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
"
9
#include "
hp2D/hpAdaptiveSpaceH1.hh
"
10
#include "
hp2D/hpAdaptiveSpaceDG.hh
"
11
#include "
hp2D/hpAdaptiveSpaceL2.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
"
18
#include "
hp2D/bf_linStrainStrain.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
"
24
#include "
hp2D/formulaFromWeight.hh
"
25
#include "
hp2D/transmissionWeight.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
"
38
#include "
hp2D/bilinearFormHelper.hh
"
39
#include "
hp2D/linearFormHelper.hh
"
40
#include "
hp2D/arrayElementFormula.hh
"
41
#include "
hp2D/gridInfo.hh
"
42
#include "
hp2D/neumannTraceSpace.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
formulaFromWeight.hh
bilinearFormHelper.hh
neumannTraceSpace.hh
buildEdgeDofs.hh
rotrot.hh
bf_linStrainStrain.hh
hpAdaptiveSpaceDG.hh
formula.hh
hpAdaptiveSpaceH1.hh
buildH1TColumns.hh
bf_laplace.hh
function.hh
bf_divdiv.hh
linearFormHelper.hh
gridInfo.hh
buildInnerDofs.hh
quad.hh
hpAdaptiveSpaceL2.hh
hp2D
2D hp-FEM for H1-conforming elements.
Definition:
explicitResidual.hh:120
arrayElementFormula.hh
buildDofsBase.hh
bf_advection.hh
bf_identity.hh
linearForm.hh
shortestDist.hh
divdiv.hh
edge.hh
singularSet.hh
element.hh
buildVtxDofs.hh
bf_partialderiv.hh
space.hh
bf_iddiv.hh
traces.hh
spacePreBuilder.hh
refinePreBuilder.hh
aprioriRef2D.hh
transmissionWeight.hh
Page URL:
http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020
Eidgenössische Technische Hochschule Zürich