Edge gets maximal polynomial degree of adjacent cells. More...

#include <edgeMinMax.hh>

Inheritance diagram for hp2D::PolyEdgeMax:
hp2D::PolyEdgeRule concepts::OutputOperator concepts::Cloneable

Public Member Functions

virtual PolyEdgeMaxclone () 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

Edge gets maximal polynomial degree of adjacent cells.

Author
Kersten Schmidt, 2008

Definition at line 53 of file edgeMinMax.hh.

Member Function Documentation

◆ clone()

virtual PolyEdgeMax* hp2D::PolyEdgeMax::clone ( ) const
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 55 of file edgeMinMax.hh.

◆ info()

virtual std::ostream& hp2D::PolyEdgeMax::info ( std::ostream &  os) const
inlineprotectedvirtual

Returns information in an output stream.

Reimplemented from hp2D::PolyEdgeRule.

Definition at line 75 of file edgeMinMax.hh.

◆ pEdge()

virtual void hp2D::PolyEdgeMax::pEdge ( ushort &  p,
ushort  pInner 
) const
inlinevirtual

Adapt polynomial degree on an edge p according to the value on the.

Implements hp2D::PolyEdgeRule.

Definition at line 71 of file edgeMinMax.hh.

◆ pFromChildren()

virtual void hp2D::PolyEdgeMax::pFromChildren ( ushort &  p,
ushort  pChild 
) const
inlinevirtual

Adapt polynomial degree on edge depending in polynomial degree on a child.

Reimplemented from hp2D::PolyEdgeRule.

Definition at line 65 of file edgeMinMax.hh.

◆ pUnderChildren()

virtual void hp2D::PolyEdgeMax::pUnderChildren ( ushort &  p,
ushort  pChild 
) const
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 59 of file edgeMinMax.hh.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich