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

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

Integral over a face, evaluated on a cell. More...

#include <integral.hh>

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

List of all members.

Public Member Functions

 CellFaceIntegral (F &val, const concepts::Formula< F > &formula, const std::set< uint > *attributes=0)
 Constructor.
virtual void operator() (const Cell &cell)
 Application operator.
virtual void operator() (const Element< Real > &elm)
 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.

Private Member Functions

template<class G >
compute_ (const G &elm)

Detailed Description

template<class F>
class concepts::CellFaceIntegral< F >

Integral over a face, evaluated on a cell.

Definition at line 225 of file integral.hh.


Constructor & Destructor Documentation

template<class F >
concepts::CellFaceIntegral< F >::CellFaceIntegral ( F &  val,
const concepts::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 >
template<class G >
F concepts::CellFaceIntegral< F >::compute_ ( const G &  elm) [private]
template<class F >
virtual std::ostream& concepts::CellFaceIntegral< F >::info ( std::ostream &  os) const [protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::CellIntegral< F >.

template<class F >
virtual void concepts::CellFaceIntegral< F >::operator() ( const Element< Real > &  elm) [virtual]

Application operator.

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

Parameters:
elmCurrent element

Implements concepts::CellPostprocess< Real >.

template<class F >
virtual void concepts::CellFaceIntegral< F >::operator() ( const Cell cell) [virtual]

Application operator.

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

Parameters:
cellCurrent cell

Implements concepts::CellPostprocess< Real >.


Member Data Documentation

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

Attributes, which contribute.

Definition at line 217 of file integral.hh.

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

Formula to integrate.

Definition at line 215 of file integral.hh.

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

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)