elementPair.hh
virtual const concepts::Triangle2d & cell() const
Returns the underlying geometrical triangle.
Definition: triangle.hh:45
#define conceptsAssert(cond, exc)
Assert that a certain condition is fulfilled.
Definition: exceptions.hh:394
Real shapeFct(uint e, uint i, Real xi) const
Evaluate trace of shapefunction from element e onto edge.
Definition: elementPair.hh:55
#define DEBUGL(doit, msg)
virtual Real shapeFct(const uint i, const Real xi1, const Real xi2) const =0
Computes the value of the ith shape function in the point (xi1, xi2).
const concepts::Triangle2d * cell(uint i) const
Return cell adjacent to the edge.
Definition: edgeInfo.hh:42
ElementPair(const Triangle &elm1, const Triangle &elm2, const EdgeInfo &edgeInfo)
Constructor.
Definition: elementPair.hh:34