Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Protected Member Functions | Protected Attributes
concepts::CellIntegral< F > Class Template Reference

Integral, evaluated on a cell. More...

#include <integral.hh>

Inheritance diagram for concepts::CellIntegral< F >:
Inheritance graph
[legend]
Collaboration diagram for concepts::CellIntegral< F >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CellIntegral (F &val, const Formula< F > &formula, const std::set< uint > *attributes=0)
 Constructor.
virtual void operator() (const Cell &cell)=0
 Application operator.
virtual void operator() (const Element< Real > &elm)=0
 Application operator.

Protected Member Functions

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

Protected Attributes

const std::set< uint > * attributes_
 Attributes, which contribute.
const concepts::Formula< F > & formula_
 Formula to integrate.
F & val_
 Integration value.

Detailed Description

template<class F>
class concepts::CellIntegral< F >

Integral, evaluated on a cell.

Definition at line 201 of file integral.hh.


Constructor & Destructor Documentation

template<class F >
concepts::CellIntegral< F >::CellIntegral ( F &  val,
const Formula< F > &  formula,
const std::set< uint > *  attributes = 0 
)

Constructor.

Parameters:
valintegration value, to add the contribution of this cell to
formulaformula to integrate
attributesattributes, which contribute

Member Function Documentation

template<class F >
virtual std::ostream& concepts::CellIntegral< F >::info ( std::ostream &  os) const [protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::CellPostprocess< Real >.

Reimplemented in concepts::CellFaceIntegral< F >, and concepts::CellEdgeIntegral< F >.

virtual void concepts::CellPostprocess< Real >::operator() ( const Cell cell) [pure virtual, inherited]
virtual void concepts::CellPostprocess< Real >::operator() ( const Element< Real > &  elm) [pure virtual, inherited]

Application operator.

This application operator has to be overloaded to post process a space.

Parameters:
elmCurrent element

Implemented in concepts::CellFaceIntegral< F >, and concepts::CellEdgeIntegral< F >.


Member Data Documentation

template<class F >
const std::set<uint>* concepts::CellIntegral< F >::attributes_ [protected]

Attributes, which contribute.

Definition at line 217 of file integral.hh.

template<class F >
const concepts::Formula<F>& concepts::CellIntegral< F >::formula_ [protected]

Formula to integrate.

Definition at line 215 of file integral.hh.

template<class F >
F& concepts::CellIntegral< F >::val_ [protected]

Integration value.

Definition at line 213 of file integral.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)