#include <edgeMinMax.hh>
Public Member Functions | |
virtual PolyEdgeMin * | clone () const |
virtual void | pUnderChildren (ushort &p, ushort pChild) const |
virtual void | pEdge (ushort &p, ushort pInner) const |
virtual void | pFromChildren (ushort &p, ushort pChild) const |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Edge gets minimum of the polynomial degrees of the adjacent cells.
Definition at line 86 of file edgeMinMax.hh.
|
inlinevirtual |
Virtual constructor. Returns a pointer to a copy of itself. The caller is responsible to destroy this copy.
Implements hp2D::PolyEdgeRule.
Definition at line 88 of file edgeMinMax.hh.
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from hp2D::PolyEdgeRule.
Definition at line 102 of file edgeMinMax.hh.
|
inlinevirtual |
Adapt polynomial degree on an edge p
according to the value on the
Implements hp2D::PolyEdgeRule.
Definition at line 98 of file edgeMinMax.hh.
|
inlinevirtualinherited |
Adapt polynomial degree on edge depending in polynomial degree on a child
Reimplemented in hp2D::PolyEdgeMax.
Definition at line 33 of file edgeMinMax.hh.
|
inlinevirtual |
Adapt common polynomial degree of children of an edge p
according to a polynomial degree on a child \pChild.
Implements hp2D::PolyEdgeRule.
Definition at line 92 of file edgeMinMax.hh.