edgeInfo.hh
const concepts::Real2d normal() const
Return a vector normal to the edge, pointing out of first triangle.
concepts::Real2d map(Real xi) const
Maps a point on the reference edge (0,1) onto the physical edge.
const concepts::Triangle2d * cell(uint i) const
Return cell adjacent to the edge.
Definition: edgeInfo.hh:42
void addCell(const concepts::Triangle2d *cell, const uint idx)
Add a cell adjacent to the edge.
Real meanHeight() const
Return the mean height of the triangle(s) adjacent to the edge.
concepts::Real2d mapRefTri(Real xi, uint i) const
Maps a point on the reference edge (0,1) onto the reference triangle of cell i.
EdgeInfo()
Default Constructor. Needed to get new EdgeInfo from a hash map access.