estimator::PolynomialDegrees< dim > Class Template Referenceabstract

#include <refinementGraphics.hh>

Inheritance diagram for estimator::PolynomialDegrees< dim >:
concepts::PiecewiseFormulaBase< Real > concepts::ElementFormula< Real, concepts::Realtype< Real >::type > concepts::Cloneable concepts::OutputOperator

Public Types

typedef concepts::Realtype< Real >::type G
 
typedef Real value_type
 

Public Member Functions

virtual PolynomialDegrees< dim > * clone () const
 Virtual constructor. More...
 
virtual PiecewiseFormulaBase< Real > * clone () const=0
 Virtual constructor. More...
 
virtual Real & dflt_value ()
 Gives default value. More...
 
virtual const Real & dflt_value () const
 Gives default value. More...
 
virtual Real operator() (const concepts::Connector &cntr, const concepts::Real2d &p, const Real t=0.0) const
 
virtual Real operator() (const concepts::Connector &cntr, const concepts::Real3d &p, const Real t=0.0) const
 
virtual Real operator() (const concepts::Connector &cntr, const Real p, const Real t=0.0) const
 
virtual Real operator() (const Connector &cntr, const Real p, const Real t=0.0) const=0
 Gives the value in an particular cell on a particular point. More...
 
virtual Real operator() (const Connector &cntr, const Real2d &p, const Real t=0.0) const=0
 
virtual Real operator() (const Connector &cntr, const Real3d &p, const Real t=0.0) const=0
 
virtual Real operator() (const ElementWithCell< concepts::Realtype< Real >::type > &elm, const Real p, const Real t=0.0) const=0
 Evaluates the formula. More...
 
virtual Real operator() (const ElementWithCell< concepts::Realtype< Real >::type > &elm, const Real2d &p, const Real t=0.0) const=0
 Evaluates the formula. More...
 
virtual Real operator() (const ElementWithCell< concepts::Realtype< Real >::type > &elm, const Real3d &p, const Real t=0.0) const=0
 Evaluates the formula. More...
 
virtual Real operator() (const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const
 
virtual Real operator() (const ElementWithCell< G > &elm, const Real2d &p, const Real t=0.0) const
 
virtual Real operator() (const ElementWithCell< G > &elm, const Real3d &p, const Real t=0.0) const
 
template<class F = Real>
 PolynomialDegrees (const concepts::SpaceOnCells< F > &space)
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream. More...
 

Private Attributes

concepts::HashMap< const concepts::Connector * > cntr_
 
Real dflt_value_
 default value More...
 
concepts::HashMap< concepts::Array< ushort > > p_
 

Detailed Description

template<ushort dim = 2>
class estimator::PolynomialDegrees< dim >

Definition at line 15 of file refinementGraphics.hh.

Member Typedef Documentation

◆ G

typedef concepts::Realtype<Real >::type concepts::PiecewiseFormulaBase< Real >::G
inherited

Definition at line 45 of file piecewiseFormula.hh.

◆ value_type

typedef Real concepts::ElementFormula< Real , concepts::Realtype< Real >::type >::value_type
inherited

Definition at line 37 of file elementFormula.hh.

Constructor & Destructor Documentation

◆ PolynomialDegrees()

template<ushort dim = 2>
template<class F = Real>
estimator::PolynomialDegrees< dim >::PolynomialDegrees ( const concepts::SpaceOnCells< F > &  space)
inline

Definition at line 19 of file refinementGraphics.hh.

Member Function Documentation

◆ clone() [1/2]

template<ushort dim = 2>
virtual PolynomialDegrees<dim>* estimator::PolynomialDegrees< dim >::clone ( ) const
inlinevirtual

Virtual constructor.

Returns a pointer to a copy of itself. The caller is responsible to destroy this copy.

Implements concepts::Cloneable.

Definition at line 118 of file refinementGraphics.hh.

◆ clone() [2/2]

virtual PiecewiseFormulaBase<Real >* concepts::PiecewiseFormulaBase< Real >::clone ( ) const
pure virtualinherited

Virtual constructor.

Returns a pointer to a copy of itself. The caller is responsible to destroy this copy.

Implements concepts::ElementFormula< Real, concepts::Realtype< Real >::type >.

Implemented in concepts::PiecewiseFormulaFun< Real, Real >, concepts::PiecewiseFormula< Real >, and concepts::PiecewiseConstFormula< Real >.

◆ dflt_value() [1/2]

virtual Real & concepts::PiecewiseFormulaBase< Real >::dflt_value ( )
inlinevirtualinherited

Gives default value.

Definition at line 83 of file piecewiseFormula.hh.

◆ dflt_value() [2/2]

virtual const Real & concepts::PiecewiseFormulaBase< Real >::dflt_value ( ) const
inlinevirtualinherited

Gives default value.

Definition at line 81 of file piecewiseFormula.hh.

◆ info()

template<ushort dim = 2>
virtual std::ostream& estimator::PolynomialDegrees< dim >::info ( std::ostream &  os) const
inlineprotectedvirtual

Returns information in an output stream.

Reimplemented from concepts::PiecewiseFormulaBase< Real >.

Definition at line 121 of file refinementGraphics.hh.

◆ operator()() [1/12]

template<ushort dim = 2>
virtual Real estimator::PolynomialDegrees< dim >::operator() ( const concepts::Connector cntr,
const concepts::Real2d p,
const Real  t = 0.0 
) const
inlinevirtual

Definition at line 88 of file refinementGraphics.hh.

◆ operator()() [2/12]

template<ushort dim = 2>
virtual Real estimator::PolynomialDegrees< dim >::operator() ( const concepts::Connector cntr,
const concepts::Real3d p,
const Real  t = 0.0 
) const
inlinevirtual

Definition at line 103 of file refinementGraphics.hh.

◆ operator()() [3/12]

template<ushort dim = 2>
virtual Real estimator::PolynomialDegrees< dim >::operator() ( const concepts::Connector cntr,
const Real  p,
const Real  t = 0.0 
) const
inlinevirtual

Definition at line 73 of file refinementGraphics.hh.

◆ operator()() [4/12]

virtual Real concepts::PiecewiseFormulaBase< Real >::operator() ( const Connector cntr,
const Real  p,
const Real  t = 0.0 
) const
pure virtualinherited

Gives the value in an particular cell on a particular point.

Parameters
celltopological cell
pphysical coordinates
ttime

Implemented in concepts::PiecewiseFormulaFun< Real, Real >, concepts::PiecewiseFormula< Real >, concepts::PiecewiseConstDynArrayFormula< F >, concepts::PiecewiseConstFormula< F >, and concepts::PiecewiseConstFormula< Real >.

◆ operator()() [5/12]

◆ operator()() [6/12]

◆ operator()() [7/12]

virtual Real concepts::ElementFormula< Real , concepts::Realtype< Real >::type >::operator() ( const ElementWithCell< G > &  elm,
const Real  p,
const Real  t = 0.0 
) const
pure virtualinherited

Evaluates the formula.

Parameters
elmElement
pPoint in space in local element coordinates
tPoint in time

◆ operator()() [8/12]

virtual Real concepts::ElementFormula< Real , concepts::Realtype< Real >::type >::operator() ( const ElementWithCell< G > &  elm,
const Real2d p,
const Real  t = 0.0 
) const
pure virtualinherited

Evaluates the formula.

Parameters
elmElement
pPoint in space in local element coordinates
tPoint in time

◆ operator()() [9/12]

virtual Real concepts::ElementFormula< Real , concepts::Realtype< Real >::type >::operator() ( const ElementWithCell< G > &  elm,
const Real3d p,
const Real  t = 0.0 
) const
pure virtualinherited

Evaluates the formula.

Parameters
elmElement
pPoint in space in local element coordinates
tPoint in time

◆ operator()() [10/12]

virtual Real concepts::PiecewiseFormulaBase< Real >::operator() ( const ElementWithCell< G > &  elm,
const Real  p,
const Real  t = 0.0 
) const
inlinevirtualinherited

Definition at line 52 of file piecewiseFormula.hh.

◆ operator()() [11/12]

virtual Real concepts::PiecewiseFormulaBase< Real >::operator() ( const ElementWithCell< G > &  elm,
const Real2d p,
const Real  t = 0.0 
) const
inlinevirtualinherited

Definition at line 57 of file piecewiseFormula.hh.

◆ operator()() [12/12]

virtual Real concepts::PiecewiseFormulaBase< Real >::operator() ( const ElementWithCell< G > &  elm,
const Real3d p,
const Real  t = 0.0 
) const
inlinevirtualinherited

Definition at line 63 of file piecewiseFormula.hh.

Member Data Documentation

◆ cntr_

template<ushort dim = 2>
concepts::HashMap<const concepts::Connector*> estimator::PolynomialDegrees< dim >::cntr_
private

Definition at line 129 of file refinementGraphics.hh.

◆ dflt_value_

Real concepts::PiecewiseFormulaBase< Real >::dflt_value_
privateinherited

default value

Definition at line 88 of file piecewiseFormula.hh.

◆ p_

template<ushort dim = 2>
concepts::HashMap<concepts::Array<ushort> > estimator::PolynomialDegrees< dim >::p_
private

Definition at line 126 of file refinementGraphics.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