Integral over a face, evaluated on a cell. More...
#include <integral.hh>


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 > | |
| F | compute_ (const G &elm) |
Integral over a face, evaluated on a cell.
Definition at line 225 of file integral.hh.
| concepts::CellFaceIntegral< F >::CellFaceIntegral | ( | F & | val, |
| const concepts::Formula< F > & | formula, | ||
| const std::set< uint > * | attributes = 0 |
||
| ) |
Constructor.
| val | integration value, to add the contribution of this cell to |
| formula | formula to integrate |
| attributes | attributes, which contribute |
| F concepts::CellFaceIntegral< F >::compute_ | ( | const G & | elm | ) | [private] |
| virtual std::ostream& concepts::CellFaceIntegral< F >::info | ( | std::ostream & | os | ) | const [protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::CellIntegral< 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.
| elm | Current element |
Implements concepts::CellPostprocess< Real >.
| virtual void concepts::CellFaceIntegral< F >::operator() | ( | const Cell & | cell | ) | [virtual] |
Application operator.
This application operator has to be overloaded to post process a mesh.
| cell | Current cell |
Implements concepts::CellPostprocess< Real >.
const std::set<uint>* concepts::CellIntegral< F >::attributes_ [protected, inherited] |
Attributes, which contribute.
Definition at line 217 of file integral.hh.
const concepts::Formula<F>& concepts::CellIntegral< F >::formula_ [protected, inherited] |
Formula to integrate.
Definition at line 215 of file integral.hh.
F& concepts::CellIntegral< F >::val_ [protected, inherited] |
Integration value.
Definition at line 213 of file integral.hh.