Base class for rules for polynomial degrees of edges. More...
#include <edgeMinMax.hh>


Public Member Functions | |
| virtual PolyEdgeRule * | clone () const =0 |
| Virtual constructor. | |
| virtual void | pEdge (ushort &p, ushort pEdge) const =0 |
Adapt polynomial degree on an edge p according to the value on the. | |
| virtual void | pFromChildren (ushort &p, ushort pChild) const |
| Adapt polynomial degree on edge depending in polynomial degree on a child. | |
| virtual void | pUnderChildren (ushort &p, ushort pChild) const =0 |
Adapt common polynomial degree of children of an edge p according to a polynomial degree on a child . | |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Base class for rules for polynomial degrees of edges.
Definition at line 20 of file edgeMinMax.hh.
| virtual PolyEdgeRule* hp2D::PolyEdgeRule::clone | ( | ) | const [pure virtual] |
Virtual constructor.
Returns a pointer to a copy of itself. The caller is responsible to destroy this copy.
Implements concepts::Cloneable.
Implemented in hp2D::PolyEdgeMax, hp2D::PolyEdgeMin, and hp2D::PolyEdgeMinNeighMaxChild.
| virtual std::ostream& hp2D::PolyEdgeRule::info | ( | std::ostream & | os | ) | const [inline, protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Reimplemented in hp2D::PolyEdgeMax, hp2D::PolyEdgeMin, and hp2D::PolyEdgeMinNeighMaxChild.
Definition at line 39 of file edgeMinMax.hh.
| virtual void hp2D::PolyEdgeRule::pEdge | ( | ushort & | p, |
| ushort | pEdge | ||
| ) | const [pure virtual] |
Adapt polynomial degree on an edge p according to the value on the.
Implemented in hp2D::PolyEdgeMax, hp2D::PolyEdgeMin, and hp2D::PolyEdgeMinNeighMaxChild.
| virtual void hp2D::PolyEdgeRule::pFromChildren | ( | ushort & | p, |
| ushort | pChild | ||
| ) | const [inline, virtual] |
Adapt polynomial degree on edge depending in polynomial degree on a child.
Reimplemented in hp2D::PolyEdgeMax.
Definition at line 31 of file edgeMinMax.hh.

| virtual void hp2D::PolyEdgeRule::pUnderChildren | ( | ushort & | p, |
| ushort | pChild | ||
| ) | const [pure virtual] |
Adapt common polynomial degree of children of an edge p according to a polynomial degree on a child .
Implemented in hp2D::PolyEdgeMax, hp2D::PolyEdgeMin, and hp2D::PolyEdgeMinNeighMaxChild.