#include <integral.hh>
Public Member Functions | |
CellIntegral (F &val, const Formula< F > &formula, const std::set< uint > *attributes=0) | |
virtual void | operator() (const Element< Real > &elm)=0 |
virtual void | operator() (const Cell &cell)=0 |
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, evaluated on a cell
Definition at line 316 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 |
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::CellPostprocess< Real >.
Reimplemented in concepts::CellFaceIntegral< F >, and concepts::CellEdgeIntegral< F >.
|
pure virtualinherited |
Application operator. This application operator has to be overloaded to post process a mesh.
cell | Current cell |
Implemented in concepts::CellFaceIntegral< F >, concepts::CellEdgeIntegral< F >, graphics::DataDXCounts, graphics::DataDXCoordinates, graphics::DataDXConnections, graphics::DataDXData, graphics::DataMatlabCell, graphics::MatrixCounterCell, graphics::MeshEPSCell< F >, graphics::VertexList, hp2D::APrioriRefinement, hp2D::APrioriRefinementNew, and hp3D::APrioriRefinement.
|
pure virtualinherited |
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 >.
|
protected |
Attributes, which contribute.
Definition at line 332 of file integral.hh.
|
protected |
Formula to integrate.
Definition at line 330 of file integral.hh.
|
protected |
Integration value.
Definition at line 328 of file integral.hh.