concepts::CellIntegral< F > Class Template Referenceabstract
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. More... | |
virtual void | operator() (const Cell &cell)=0 |
Application operator. More... | |
virtual void | operator() (const Element< Real > &elm)=0 |
Application operator. More... | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Protected Attributes | |
const std::set< uint > * | attributes_ |
Attributes, which contribute. More... | |
const concepts::Formula< F > & | formula_ |
Formula to integrate. More... | |
F & | val_ |
Integration value. More... | |
Detailed Description
template<class F>
class concepts::CellIntegral< F >
Integral, evaluated on a cell.
Definition at line 316 of file integral.hh.
Constructor & Destructor Documentation
◆ CellIntegral()
concepts::CellIntegral< F >::CellIntegral | ( | F & | val, |
const Formula< F > & | formula, | ||
const std::set< uint > * | attributes = 0 |
||
) |
Constructor.
- Parameters
-
val integration value, to add the contribution of this cell to formula formula to integrate attributes attributes, which contribute
Member Function Documentation
◆ info()
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::CellPostprocess< Real >.
Reimplemented in concepts::CellEdgeIntegral< F >, and concepts::CellFaceIntegral< F >.
◆ operator()() [1/2]
|
pure virtualinherited |
Application operator.
This application operator has to be overloaded to post process a mesh.
- Parameters
-
cell Current cell
Implemented in graphics::MatrixBasisOutputCell< G >, graphics::MatrixBasisOutputCell< Real >, graphics::BaseOutputCell< F >, graphics::BaseOutputCell< Real >, hp3D::APrioriRefinement, hp2D::APrioriRefinementNew, hp2D::APrioriRefinement, graphics::VertexList, graphics::MeshEPSCell< F >, graphics::MatrixBaseMeshCell, graphics::MatrixSpaceOutputCell< G >, graphics::MatrixSpaceOutputCell< Real >, graphics::MatrixCounterCell, graphics::DataMatlabCell, graphics::BaseMeshCell, graphics::DataDXData, graphics::DataDXConnections, graphics::DataDXCoordinates, graphics::DataDXCounts, concepts::CellEdgeIntegral< F >, and concepts::CellFaceIntegral< F >.
◆ operator()() [2/2]
|
pure virtualinherited |
Application operator.
This application operator has to be overloaded to post process a space.
- Parameters
-
elm Current element
Implemented in concepts::CellEdgeIntegral< F >, and concepts::CellFaceIntegral< F >.
Member Data Documentation
◆ attributes_
|
protected |
Attributes, which contribute.
Definition at line 332 of file integral.hh.
◆ formula_
|
protected |
Formula to integrate.
Definition at line 330 of file integral.hh.
◆ val_
|
protected |
Integration value.
Definition at line 328 of file integral.hh.
The documentation for this class was generated from the following file:
- space/integral.hh