elementPair.hh
void fillQuadrature_()
concepts::Real3d normal() const
Returns the normal vector of the common face.
Definition: elementPair.hh:53
FvdgElementPair(const FvdgElement &elm1, const FvdgElement &elm2, uint faceIdx1, uint faceIdx2)
Constructor.
void quadrature(std::vector< Real > &weights, std::vector< concepts::Real3d > &xi0, std::vector< concepts::Real3d > &xi1) const
Returns the quadrature information for quadrature the face.
FvdgElementPair(const FvdgElement &elm, uint faceIdx)
Constructor for boundary "pairs": here both elements are the same.
Stores additional information about two adjacent elements, namely the index, area,...
Definition: elementPair.hh:27
static std::vector< concepts::Real3d > zetaAbsc_
Definition: elementPair.hh:107
void fillData_()
virtual ~FvdgElementPair()
void quadrature(std::vector< Real > &weights, std::vector< concepts::Real3d > &xi0, std::vector< concepts::Real3d > &xi1, std::vector< concepts::Real3d > &x) const
Returns the quadrature information for quadrature the face.
void edgVtx_(concepts::Real3d *xEdge, concepts::Real3d *xVtx) const
concepts::Real3d barycentric_(concepts::Real3d zeta, concepts::Real3d *xVtx) const
std::vector< std::pair< uint, uint > > edgePairs_
Definition: elementPair.hh:109