Class documentation of Concepts

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

Public Types

typedefvalue_type
 

Public Member Functions

 ComposeFormulaVecEntry (RCP< const ElementFormula< concepts::Point< F, DIM >, G > > vf, int index)
 
virtual ComposeFormulaVecEntryclone () const
 Virtual copy constructor.
 
virtualoperator() (const concepts::ElementWithCell< G > &elm, const Real p, const Real t=0.0) const
 
virtualoperator() (const concepts::ElementWithCell< G > &elm, const concepts::Real2d &p, const Real t=0.0) const
 
virtualoperator() (const concepts::ElementWithCell< G > &elm, const concepts::Real3d &p, const Real t=0.0) const
 
 ComposeFormulaVecEntry (RCP< const ElementFormula< Point< F, DIM >, G > > vf, int index)
 
virtual ComposeFormulaVecEntryclone () const
 Virtual copy constructor.
 
virtualoperator() (const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const
 
virtualoperator() (const ElementWithCell< G > &elm, const Real2d &p, const Real t=0.0) const
 
virtualoperator() (const ElementWithCell< G > &elm, const Real3d &p, const Real t=0.0) const
 

Public Attributes

RCP< const ElementFormula< concepts::Point< F, DIM >, G > > vf
 
int index
 
RCP< const ElementFormula< Point< F, DIM >, G > > vf
 

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, uint DIM, typename G = typename Realtype<F>::type>
class concepts::ComposeFormulaVecEntry< F, DIM, G >

Definition at line 315 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

◆ ComposeFormulaVecEntry() [1/2]

template<class F , uint DIM, typename G = typename Realtype<F>::type>
concepts::ComposeFormulaVecEntry< F, DIM, G >::ComposeFormulaVecEntry ( RCP< const ElementFormula< concepts::Point< F, DIM >, G > >  vf,
int  index 
)
inline

Definition at line 318 of file pml_formula.h.

◆ ComposeFormulaVecEntry() [2/2]

template<class F , uint DIM, typename G = typename Realtype<F>::type>
concepts::ComposeFormulaVecEntry< F, DIM, G >::ComposeFormulaVecEntry ( RCP< const ElementFormula< Point< F, DIM >, G > >  vf,
int  index 
)
inline

Definition at line 348 of file sources.hh.

Member Function Documentation

◆ clone() [1/2]

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

Virtual copy constructor.

Implements concepts::ElementFormula< F, G >.

Definition at line 326 of file pml_formula.h.

◆ clone() [2/2]

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

Virtual copy constructor.

Implements concepts::ElementFormula< F, G >.

Definition at line 356 of file sources.hh.

◆ info() [1/2]

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

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 348 of file pml_formula.h.

◆ info() [2/2]

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

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 378 of file sources.hh.

◆ operator()() [1/6]

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

Evaluates the formula.

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

Implements concepts::ElementFormula< F, G >.

Definition at line 336 of file pml_formula.h.

◆ operator()() [2/6]

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

Evaluates the formula.

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

Implements concepts::ElementFormula< F, G >.

Definition at line 342 of file pml_formula.h.

◆ operator()() [3/6]

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

Evaluates the formula.

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

Implements concepts::ElementFormula< F, G >.

Definition at line 330 of file pml_formula.h.

◆ operator()() [4/6]

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

Evaluates the formula.

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

Implements concepts::ElementFormula< F, G >.

Definition at line 360 of file sources.hh.

◆ operator()() [5/6]

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

Evaluates the formula.

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

Implements concepts::ElementFormula< F, G >.

Definition at line 366 of file sources.hh.

◆ operator()() [6/6]

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

Evaluates the formula.

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

Implements concepts::ElementFormula< F, G >.

Definition at line 372 of file sources.hh.

Member Data Documentation

◆ index

template<class F , uint DIM, typename G = typename Realtype<F>::type>
int concepts::ComposeFormulaVecEntry< F, DIM, G >::index

Definition at line 353 of file pml_formula.h.

◆ vf [1/2]

template<class F , uint DIM, typename G = typename Realtype<F>::type>
RCP<const ElementFormula< concepts::Point<F, DIM>, G> > concepts::ComposeFormulaVecEntry< F, DIM, G >::vf

Definition at line 352 of file pml_formula.h.

◆ vf [2/2]

template<class F , uint DIM, typename G = typename Realtype<F>::type>
RCP<const ElementFormula< Point<F, DIM>, G> > concepts::ComposeFormulaVecEntry< F, DIM, G >::vf

Definition at line 382 of file sources.hh.


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