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


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. | |
Integral, evaluated on a cell.
Definition at line 201 of file integral.hh.
| concepts::CellIntegral< F >::CellIntegral | ( | F & | val, |
| const 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 |
| 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] |
Application operator.
This application operator has to be overloaded to post process a mesh.
| cell | Current cell |
Implemented in RandomizeRefinement, EvaluateEa_of_x, CellA_M_alpha_of_x, CellA_M_of_x_MC, graphics::BaseMeshCell, graphics::DataDXCounts, graphics::DataDXCoordinates, graphics::DataDXConnections, graphics::DataDXData, graphics::DataMatlabCell, graphics::MeshEPSCell< F >, graphics::VertexList, hp2D::APrioriRefinement, hp2D::APrioriRefinementNew, hp3D::APrioriRefinement, concepts::CellFaceIntegral< F >, concepts::CellEdgeIntegral< F >, and graphics::BaseOutputCell< Real >.
| 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.
| elm | Current element |
Implemented in concepts::CellFaceIntegral< F >, and concepts::CellEdgeIntegral< F >.
const std::set<uint>* concepts::CellIntegral< F >::attributes_ [protected] |
Attributes, which contribute.
Definition at line 217 of file integral.hh.
const concepts::Formula<F>& concepts::CellIntegral< F >::formula_ [protected] |
Formula to integrate.
Definition at line 215 of file integral.hh.
F& concepts::CellIntegral< F >::val_ [protected] |
Integration value.
Definition at line 213 of file integral.hh.