Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::FormulaPMLBoxRestriction< F, G > Class Template Referenceabstract
Inheritance diagram for concepts::FormulaPMLBoxRestriction< F, G >:
concepts::ElementFormula< F, G > concepts::ElementFormula< F, G > concepts::Cloneable concepts::OutputOperator concepts::Cloneable concepts::OutputOperator

Public Types

typedefvalue_type
 

Public Member Functions

 FormulaPMLBoxRestriction (RCP< concepts::FormulaPMLPowerSigma< Real > > sigma_x, RCP< concepts::FormulaPMLPowerSigma< Real > > sigma_y, RCP< concepts::ElementFormula< F, G > > formula)
 
virtualoperator() (const ElementWithCell< Real > &elm, const Real3d &p, const Real t=0.0) const
 
virtualoperator() (const ElementWithCell< Real > &elm, const Real2d &p, const Real t=0.0) const
 
virtualoperator() (const ElementWithCell< Real > &elm, const Real 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
 
virtual FormulaPMLBoxRestrictionclone () const
 Virtual copy constructor.
 
 FormulaPMLBoxRestriction (RCP< FormulaPMLPowerSigma< Real > > sigma_x, RCP< FormulaPMLPowerSigma< Real > > sigma_y, RCP< ElementFormula< F, G > > formula)
 
virtualoperator() (const ElementWithCell< Real > &elm, const Real3d &p, const Real t=0.0) const
 
virtualoperator() (const ElementWithCell< Real > &elm, const Real2d &p, const Real t=0.0) const
 
virtualoperator() (const ElementWithCell< Real > &elm, const Real 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
 
virtual FormulaPMLBoxRestrictionclone () const
 Virtual copy constructor.
 
virtualoperator() (const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const =0
 
virtualoperator() (const ElementWithCell< G > &elm, const Real2d &p, const Real t=0.0) const =0
 
virtualoperator() (const ElementWithCell< G > &elm, const Real3d &p, const Real t=0.0) const =0
 

Protected Member Functions

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

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

template<typename F , typename G = typename Realtype<F>::type>
typedef F concepts::ElementFormula< F, G >::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/2]

template<class F , typename G = typename Realtype<F>::type>
virtual FormulaPMLBoxRestriction * concepts::FormulaPMLBoxRestriction< F, G >::clone ( ) const
inlinevirtual

Virtual copy constructor.

Implements concepts::ElementFormula< F, G >.

Definition at line 802 of file pml_formula.h.

◆ clone() [2/2]

template<class F , typename G = typename Realtype<F>::type>
virtual FormulaPMLBoxRestriction * concepts::FormulaPMLBoxRestriction< F, G >::clone ( ) const
inlinevirtual

Virtual copy constructor.

Implements concepts::ElementFormula< F, G >.

Definition at line 404 of file pml_formula.hh.

◆ 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]

◆ operator()() [2/11]

◆ operator()() [3/11]

◆ operator()() [4/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()() [5/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()() [6/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()() [7/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()() [8/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()() [9/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()() [10/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()() [11/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.


The documentation for this class was generated from the following files: