#include <quad.hh>
Public Types | |
typedef F | type |
Public Member Functions | |
Edge (const Quad< F > &elm, const ushort k) | |
concepts::Real2d | vertex (uint i) const |
virtual const concepts::Edge & | support () const |
const ushort | edge () const |
Returns number of the edge. | |
const Quad< F > & | elm () const |
Returns element. | |
const ushort | direction () const |
Returns direction of edge on reference quad [0,1]^2, 0 - x, 1 - y. | |
const Real | sign () const |
Returns sign of outer normal vector, e.g. left edge -1, right edge +1. | |
const hp2D::KarniadakisDeriv2 * | shpfct () const |
const concepts::QuadratureRule1d * | integration () const |
Returns the integration rule. | |
concepts::Real2d | localCoords (const Real t) const |
coordinate of point on the edge inside reference element [0,1]^2 | |
concepts::Real2d | chi (const Real t) const |
concepts::MapReal2d | jacobian (const Real t) const |
concepts::MapReal2d | jacobianInverse (const Real t) const |
Computes the inverse of the Jacobian. | |
Real | jacobianDeterminant (const Real t) const |
Computes the determinant of the Jacobian. | |
Real | diffElement (const Real t) const |
Computes the differential element for integration over [-1,1]. | |
virtual const concepts::TMatrixBase< F > & | T () const |
T-Matrix of the appropiate Quad, not used. | |
virtual const ElementGraphics< F > * | graphics () const |
uint & | tag () |
Returns the tag. | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
An edge of a 2D FEM edge element quad.
Useful for integration over the edge, in a bilinearform or linearform. E.g. hp2Dedge::Dirichlet need it to calculate the local coefficients.
|
inherited |
Definition at line 54 of file element.hh.
hp2Dedge::Edge< F >::Edge | ( | const Quad< F > & | elm, |
const ushort | k | ||
) |
Constructor
elm | element, on which the edge lies |
k | number of edge, 0 - left, 1 - upper, 2 - right, 3 - bottom |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtualinherited |
Reimplemented in hp1D::BaseElement< F >, hp1D::BaseElement< Real >, hp2D::Quad< F >, hp2D::Quad< H >, hp2D::Quad< Real >, hp2Dedge::Quad< F >, linDG2D::Triangle, linDG3D::FvdgP0TetElem, linDG3D::FvdgP1TetElem, hp2D::BaseQuad< F >, linDG3D::FvdgElement, hp2D::BaseQuad< H >, and hp2D::BaseQuad< Real >.
Definition at line 63 of file element.hh.
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
T-Matrix of the appropiate Quad, not used.
Implements concepts::Element< F >.
|
inlineinherited |
Returns the tag.
Definition at line 66 of file element.hh.
|
inline |