hp2D::PolyEdgeMinNeighMaxChild Class Reference
First the maximum polynomial degree of both sides of the edge is choosen. More...
#include <edgeMinMax.hh>
Public Member Functions | |
virtual PolyEdgeMinNeighMaxChild * | clone () const |
Virtual constructor. More... | |
virtual void | pEdge (ushort &p, ushort pInner) const |
Adapt polynomial degree on an edge p according to the value on the. More... | |
virtual void | pFromChildren (ushort &p, ushort pChild) const |
Adapt polynomial degree on edge depending in polynomial degree on a child. More... | |
virtual void | pUnderChildren (ushort &p, ushort pChild) const |
Adapt common polynomial degree of children of an edge p according to a polynomial degree on a child \pChild. More... | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Detailed Description
First the maximum polynomial degree of both sides of the edge is choosen.
Then the edge gets the minimum from both sides.
Definition at line 114 of file edgeMinMax.hh.
Member Function Documentation
◆ clone()
|
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 116 of file edgeMinMax.hh.
◆ info()
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from hp2D::PolyEdgeRule.
Definition at line 131 of file edgeMinMax.hh.
◆ pEdge()
|
inlinevirtual |
Adapt polynomial degree on an edge p
according to the value on the.
Implements hp2D::PolyEdgeRule.
Definition at line 127 of file edgeMinMax.hh.
◆ pFromChildren()
|
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.
◆ pUnderChildren()
|
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 121 of file edgeMinMax.hh.
The documentation for this class was generated from the following file:
- hp2D/edgeMinMax.hh