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
linDG2D.hh
Go to the documentation of this file.
1
// include files from linDG2D directory
2
3
#ifndef linDG2D_hh
4
#define linDG2D_hh
5
6
#include "
linDG2D/triangle.hh
"
7
#include "
linDG2D/triangleGraphics.hh
"
8
#include "
linDG2D/edgeInfo.hh
"
9
#include "
linDG2D/meshInfo.hh
"
10
#include "
linDG2D/elementPair.hh
"
11
#include "
linDG2D/elementPairList.hh
"
12
#include "
linDG2D/space.hh
"
13
#include "
linDG2D/linearForm.hh
"
14
#include "
linDG2D/bilinearForm.hh
"
15
20
namespace
linDG2D
{
21
// leave empty
22
}
// namespace linDG2D
23
24
#endif // linDG2D_hh
bilinearForm.hh
meshInfo.hh
edgeInfo.hh
elementPairList.hh
linDG2D
DG FEM for 2D problems using piecewise linear shape functions.
Definition:
bilinearForm.hh:15
space.hh
elementPair.hh
triangle.hh
triangleGraphics.hh
linearForm.hh
Page URL:
http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020
Eidgenössische Technische Hochschule Zürich