concepts::FormulaPMLBoxRestriction< F, G > Class Template Referenceabstract

#include <pml_formula.h>

Inheritance diagram for concepts::FormulaPMLBoxRestriction< F, G >:
concepts::ElementFormula< F, typename Realtype< F >::type > concepts::Cloneable concepts::OutputOperator

Public Types

typedef F value_type
 

Public Member Functions

virtual FormulaPMLBoxRestrictionclone () const
 Virtual constructor. More...
 
virtual FormulaPMLBoxRestrictionclone () const
 Virtual constructor. More...
 
virtual ElementFormula< F, typename Realtype< F >::type > * clone () const=0
 Virtual copy constructor. More...
 
 FormulaPMLBoxRestriction (RCP< concepts::FormulaPMLPowerSigma< Real > > sigma_x, RCP< concepts::FormulaPMLPowerSigma< Real > > sigma_y, RCP< concepts::ElementFormula< F, G > > formula)
 
 FormulaPMLBoxRestriction (RCP< FormulaPMLPowerSigma< Real > > sigma_x, RCP< FormulaPMLPowerSigma< Real > > sigma_y, RCP< ElementFormula< F, G > > formula)
 
virtual F operator() (const ElementWithCell< Real > &elm, const Real p, const Real t=0.0) const
 
virtual F operator() (const ElementWithCell< Real > &elm, const Real p, const Real t=0.0) const
 
virtual F operator() (const ElementWithCell< Real > &elm, const Real2d &p, const Real t=0.0) const
 
virtual F operator() (const ElementWithCell< Real > &elm, const Real2d &p, const Real t=0.0) const
 
virtual F operator() (const ElementWithCell< Real > &elm, const Real3d &p, const Real t=0.0) const
 
virtual F operator() (const ElementWithCell< Real > &elm, const Real3d &p, const Real t=0.0) const
 
template<class RealNd >
operator() (const ElementWithCell< Real > &elm, const RealNd &p, Real2d px, const Real t=0.0) const
 
template<class RealNd >
operator() (const ElementWithCell< Real > &elm, const RealNd &p, Real2d px, const Real t=0.0) const
 
virtual F operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real p, const Real t=0.0) const=0
 Evaluates the formula. More...
 
virtual F operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real2d &p, const Real t=0.0) const=0
 Evaluates the formula. More...
 
virtual F operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real3d &p, const Real t=0.0) const=0
 Evaluates the formula. More...
 

Protected Member Functions

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

Private Attributes

RCP< concepts::ElementFormula< F > > formula
 
RCP< ElementFormula< F > > formula
 
RCP< concepts::FormulaPMLPowerSigma< Real > > sigma_x
 
RCP< FormulaPMLPowerSigma< Real > > sigma_x
 
RCP< concepts::FormulaPMLPowerSigma< Real > > sigma_y
 
RCP< FormulaPMLPowerSigma< Real > > sigma_y
 

Detailed Description

template<class F, typename G = typename Realtype<F>::type>
class concepts::FormulaPMLBoxRestriction< F, G >

Definition at line 758 of file pml_formula.h.

Member Typedef Documentation

◆ value_type

typedef F concepts::ElementFormula< F, typename Realtype< F >::type >::value_type
inherited

Definition at line 37 of file elementFormula.hh.

Constructor & Destructor Documentation

◆ FormulaPMLBoxRestriction() [1/2]

template<class F , typename G = typename Realtype<F>::type>
concepts::FormulaPMLBoxRestriction< F, G >::FormulaPMLBoxRestriction ( RCP< concepts::FormulaPMLPowerSigma< Real > >  sigma_x,
RCP< concepts::FormulaPMLPowerSigma< Real > >  sigma_y,
RCP< concepts::ElementFormula< F, G > >  formula 
)
inline

Definition at line 760 of file pml_formula.h.

◆ FormulaPMLBoxRestriction() [2/2]

template<class F , typename G = typename Realtype<F>::type>
concepts::FormulaPMLBoxRestriction< F, G >::FormulaPMLBoxRestriction ( RCP< FormulaPMLPowerSigma< Real > >  sigma_x,
RCP< FormulaPMLPowerSigma< Real > >  sigma_y,
RCP< ElementFormula< F, G > >  formula 
)
inline

Definition at line 362 of file pml_formula.hh.

Member Function Documentation

◆ clone() [1/3]

template<class F , typename G = typename Realtype<F>::type>
virtual FormulaPMLBoxRestriction* concepts::FormulaPMLBoxRestriction< F, G >::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 802 of file pml_formula.h.

◆ clone() [2/3]

template<class F , typename G = typename Realtype<F>::type>
virtual FormulaPMLBoxRestriction* concepts::FormulaPMLBoxRestriction< F, G >::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 404 of file pml_formula.hh.

◆ clone() [3/3]

virtual ElementFormula<F,typename Realtype< F >::type >* concepts::ElementFormula< F, typename Realtype< F >::type >::clone ( ) const
pure virtualinherited

◆ info() [1/2]

template<class F , typename G = typename Realtype<F>::type>
virtual std::ostream& concepts::FormulaPMLBoxRestriction< F, G >::info ( std::ostream &  os) const
inlineprotectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 807 of file pml_formula.h.

◆ info() [2/2]

template<class F , typename G = typename Realtype<F>::type>
virtual std::ostream& concepts::FormulaPMLBoxRestriction< F, G >::info ( std::ostream &  os) const
inlineprotectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 409 of file pml_formula.hh.

◆ operator()() [1/11]

template<class F , typename G = typename Realtype<F>::type>
virtual F concepts::FormulaPMLBoxRestriction< F, G >::operator() ( const ElementWithCell< Real > &  elm,
const Real  p,
const Real  t = 0.0 
) const
inlinevirtual

Definition at line 782 of file pml_formula.h.

◆ operator()() [2/11]

template<class F , typename G = typename Realtype<F>::type>
virtual F concepts::FormulaPMLBoxRestriction< F, G >::operator() ( const ElementWithCell< Real > &  elm,
const Real  p,
const Real  t = 0.0 
) const
inlinevirtual

Definition at line 384 of file pml_formula.hh.

◆ operator()() [3/11]

template<class F , typename G = typename Realtype<F>::type>
virtual F concepts::FormulaPMLBoxRestriction< F, G >::operator() ( const ElementWithCell< Real > &  elm,
const Real2d p,
const Real  t = 0.0 
) const
inlinevirtual

Definition at line 776 of file pml_formula.h.

◆ operator()() [4/11]

template<class F , typename G = typename Realtype<F>::type>
virtual F concepts::FormulaPMLBoxRestriction< F, G >::operator() ( const ElementWithCell< Real > &  elm,
const Real2d p,
const Real  t = 0.0 
) const
inlinevirtual

Definition at line 378 of file pml_formula.hh.

◆ operator()() [5/11]

template<class F , typename G = typename Realtype<F>::type>
virtual F concepts::FormulaPMLBoxRestriction< F, G >::operator() ( const ElementWithCell< Real > &  elm,
const Real3d p,
const Real  t = 0.0 
) const
inlinevirtual

Definition at line 770 of file pml_formula.h.

◆ operator()() [6/11]

template<class F , typename G = typename Realtype<F>::type>
virtual F concepts::FormulaPMLBoxRestriction< F, G >::operator() ( const ElementWithCell< Real > &  elm,
const Real3d p,
const Real  t = 0.0 
) const
inlinevirtual

Definition at line 372 of file pml_formula.hh.

◆ operator()() [7/11]

template<class F , typename G = typename Realtype<F>::type>
template<class RealNd >
F concepts::FormulaPMLBoxRestriction< F, G >::operator() ( const ElementWithCell< Real > &  elm,
const RealNd &  p,
Real2d  px,
const Real  t = 0.0 
) const
inline

Definition at line 789 of file pml_formula.h.

◆ operator()() [8/11]

template<class F , typename G = typename Realtype<F>::type>
template<class RealNd >
F concepts::FormulaPMLBoxRestriction< F, G >::operator() ( const ElementWithCell< Real > &  elm,
const RealNd &  p,
Real2d  px,
const Real  t = 0.0 
) const
inline

Definition at line 391 of file pml_formula.hh.

◆ operator()() [9/11]

virtual F concepts::ElementFormula< F, typename Realtype< F >::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

Implemented in concepts::ElementFormulaContainer< F >, and concepts::ElementFormulaContainer< F, typename Realtype< F >::type >.

◆ operator()() [10/11]

virtual F concepts::ElementFormula< F, typename Realtype< F >::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

Implemented in concepts::ElementFormulaContainer< F >, and concepts::ElementFormulaContainer< F, typename Realtype< F >::type >.

◆ operator()() [11/11]

virtual F concepts::ElementFormula< F, typename Realtype< F >::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

Implemented in concepts::ElementFormulaContainer< F >, and concepts::ElementFormulaContainer< F, typename Realtype< F >::type >.

Member Data Documentation

◆ formula [1/2]

template<class F , typename G = typename Realtype<F>::type>
RCP<concepts::ElementFormula<F> > concepts::FormulaPMLBoxRestriction< F, G >::formula
private

Definition at line 813 of file pml_formula.h.

◆ formula [2/2]

template<class F , typename G = typename Realtype<F>::type>
RCP<ElementFormula<F> > concepts::FormulaPMLBoxRestriction< F, G >::formula
private

Definition at line 415 of file pml_formula.hh.

◆ sigma_x [1/2]

template<class F , typename G = typename Realtype<F>::type>
RCP<concepts::FormulaPMLPowerSigma<Real> > concepts::FormulaPMLBoxRestriction< F, G >::sigma_x
private

Definition at line 811 of file pml_formula.h.

◆ sigma_x [2/2]

template<class F , typename G = typename Realtype<F>::type>
RCP<FormulaPMLPowerSigma<Real> > concepts::FormulaPMLBoxRestriction< F, G >::sigma_x
private

Definition at line 413 of file pml_formula.hh.

◆ sigma_y [1/2]

template<class F , typename G = typename Realtype<F>::type>
RCP<concepts::FormulaPMLPowerSigma<Real> > concepts::FormulaPMLBoxRestriction< F, G >::sigma_y
private

Definition at line 812 of file pml_formula.h.

◆ sigma_y [2/2]

template<class F , typename G = typename Realtype<F>::type>
RCP<FormulaPMLPowerSigma<Real> > concepts::FormulaPMLBoxRestriction< F, G >::sigma_y
private

Definition at line 414 of file pml_formula.hh.


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