concepts::ComposeFormulaVecEntry< F, DIM, G > Class Template Referenceabstract

#include <pml_formula.h>

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

Public Types

typedef F value_type
 

Public Member Functions

virtual ComposeFormulaVecEntryclone () const
 Virtual constructor. More...
 
virtual ComposeFormulaVecEntryclone () const
 Virtual constructor. More...
 
virtual ElementFormula< F, typename Realtype< F >::type > * clone () const=0
 Virtual copy constructor. More...
 
 ComposeFormulaVecEntry (RCP< const ElementFormula< concepts::Point< F, DIM >, G > > vf, int index)
 
 ComposeFormulaVecEntry (RCP< const ElementFormula< Point< F, DIM >, G > > vf, int index)
 
virtual F operator() (const concepts::ElementWithCell< G > &elm, const concepts::Real2d &p, const Real t=0.0) const
 
virtual F operator() (const concepts::ElementWithCell< G > &elm, const concepts::Real3d &p, const Real t=0.0) const
 
virtual F operator() (const concepts::ElementWithCell< G > &elm, const Real p, const Real t=0.0) const
 
virtual F operator() (const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const
 
virtual F operator() (const ElementWithCell< G > &elm, const Real2d &p, const Real t=0.0) const
 
virtual F operator() (const ElementWithCell< G > &elm, const Real3d &p, 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...
 

Public Attributes

int index
 
RCP< const ElementFormula< concepts::Point< F, DIM >, G > > vf
 
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. More...
 
virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream. More...
 

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

typedef F concepts::ElementFormula< F, typename Realtype< F >::type >::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/3]

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

◆ clone() [2/3]

template<class F , uint DIM, typename G = typename Realtype<F>::type>
virtual ComposeFormulaVecEntry* concepts::ComposeFormulaVecEntry< F, DIM, 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 356 of file sources.hh.

◆ clone() [3/3]

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

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

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

Definition at line 336 of file pml_formula.h.

◆ operator()() [2/9]

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

Definition at line 342 of file pml_formula.h.

◆ operator()() [3/9]

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

Definition at line 330 of file pml_formula.h.

◆ operator()() [4/9]

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

Definition at line 360 of file sources.hh.

◆ operator()() [5/9]

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

Definition at line 366 of file sources.hh.

◆ operator()() [6/9]

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

Definition at line 372 of file sources.hh.

◆ operator()() [7/9]

virtual F concepts::ElementFormula< F, typename Realtype< F >::type >::operator() ( const ElementWithCell< typename Realtype< F >::type > &  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()() [8/9]

virtual F concepts::ElementFormula< F, typename Realtype< F >::type >::operator() ( const ElementWithCell< typename Realtype< F >::type > &  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()() [9/9]

virtual F concepts::ElementFormula< F, typename Realtype< F >::type >::operator() ( const ElementWithCell< typename Realtype< F >::type > &  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

◆ 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:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich