#include <integral.hh>
 
  
| Public Member Functions | |
| CellEdgeIntegral (F &val, const concepts::Formula< F > &formula, const std::set< uint > *attributes=0) | |
| virtual void | operator() (const Element< Real > &elm) | 
| virtual void | operator() (const Cell &cell) | 
| Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const | 
| Returns information in an output stream. | |
| Protected Attributes | |
| F & | val_ | 
| Integration value. | |
| const concepts::Formula< F > & | formula_ | 
| Formula to integrate. | |
| const std::set< uint > * | attributes_ | 
| Attributes, which contribute. | |
Integral over a edge, evaluated on a cell
Definition at line 364 of file integral.hh.
| concepts::CellEdgeIntegral< F >::CellEdgeIntegral | ( | 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 | 
| 
 | protectedvirtual | 
Returns information in an output stream.
Reimplemented from concepts::CellIntegral< F >.
| 
 | virtual | 
Application operator. This application operator has to be overloaded to post process a mesh.
| cell | Current cell | 
Implements concepts::CellPostprocess< Real >.
| 
 | virtual | 
Application operator. This application operator has to be overloaded to post process a space.
| elm | Current element | 
Implements concepts::CellPostprocess< Real >.
| 
 | protectedinherited | 
Attributes, which contribute.
Definition at line 332 of file integral.hh.
| 
 | protectedinherited | 
Formula to integrate.
Definition at line 330 of file integral.hh.
| 
 | protectedinherited | 
Integration value.
Definition at line 328 of file integral.hh.