Go to the documentation of this file.
6 #ifndef elementPairDG1D_hh
7 #define elementPairDG1D_hh
16 #define DGElementPairConstr_D 0
75 #endif // elementPairDG1D_hh
const linearFEM::Line & elm1_
Gives access to a pair of elements.
DGElementPair(const linearFEM::Line &elm, const uint idx, const Real size1, const Real size2)
Constructor.
Real size1() const
Returns size of the first element.
uint idx2() const
Returns index of the vertex in the second element.
#define DEBUGL(doit, msg)
Real size2() const
Returns size of the second element.
virtual const linearFEM::Line & elm1() const
DGElementPair(const linearFEM::Line &elm1, const uint idx1, const linearFEM::Line &elm2, const uint idx2)
Constructor.
#define DGElementPairConstr_D
DG FEM for 1D problems using piecewise linear shape functions.
uint idx1() const
Returns index of the vertex in the first element.
Line element with linear shape function in 1D.
const linearFEM::Line & elm2_
double Real
Type normally used for a floating point number.
virtual const linearFEM::Line & elm2() const