#include <postProcess.hh>
Public Member Functions | |
virtual void | operator() (const Element< F > &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. | |
Abstract class for per cell postprocessing. An instance of a derived class is called on each cell for the per cell postprocessing. You don't have to do this by hand, only pass an instance of a derived class to the application operator of GlobalPostprocess.
Definition at line 38 of file postProcess.hh.
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Reimplemented in graphics::BaseOutputCell< F >, graphics::BaseOutputCell< Real >, graphics::BaseOutputCell< typename concepts::Realtype< F >::type >, graphics::BaseDataCell< F, G >, graphics::BaseElementFormulaCell< F, G >, graphics::BaseFormulaCell< F, G >, graphics::BaseMeshCell, graphics::MatrixCounterCell, graphics::MatrixBaseElementFormulaCell< F, G >, graphics::MatrixSolutionEvaluationCell< F, G >, graphics::VertexList, hp2D::APrioriRefinement, hp3D::APrioriRefinement, concepts::HRefinement< F, dim >, concepts::PRefinement< F, dim >, concepts::CellIntegral< F >, concepts::CellFaceIntegral< F >, and concepts::CellEdgeIntegral< F >.
|
pure virtual |
Application operator. This application operator has to be overloaded to post process a mesh.
cell | Current cell |
Implemented in concepts::HRefinement< F, dim >, concepts::PRefinement< F, dim >, concepts::CellFaceIntegral< F >, concepts::CellEdgeIntegral< F >, graphics::DataDXCounts, graphics::DataDXCoordinates, graphics::DataDXConnections, graphics::DataDXData, graphics::BaseDataCell< F, G >, graphics::BaseElementFormulaCell< F, G >, graphics::BaseFormulaCell< F, G >, graphics::BaseMeshCell, graphics::DataGnuplotCell< F >, graphics::DataMatlabCell, graphics::MatrixCounterCell, graphics::MatrixSpaceOutputCell< G >, graphics::MatrixSpaceOutputCell< Real >, graphics::MatrixBaseElementFormulaCell< F, G >, graphics::MatrixSolutionEvaluationCell< F, G >, graphics::MatrixBaseMeshCell, graphics::MeshDATCell< F >, graphics::MeshDXCell< F >, graphics::BoundaryDXCell< F >, graphics::MeshEPSCell< F >, graphics::MeshGnuplotCell< F >, graphics::MeshMatlabCell< F >, graphics::MeshTecplotCell< F >, graphics::TopologyDottyCell< F >, graphics::VertexList, hp1D::RefineOrRaise< F >, hp2D::APrioriRefinement, hp2D::APrioriRefinementNew, hp3D::APrioriRefinement, hp3D::RefineOrRaise< F, G >, graphics::BaseOutputCell< F >, graphics::BaseOutputCell< Real >, graphics::BaseOutputCell< typename concepts::Realtype< F >::type >, graphics::MatrixBasisOutputCell< G >, graphics::MatrixBasisOutputCell< Real >, and graphics::MatrixBasisOutputCell< typename concepts::Realtype< F >::type >.
|
pure virtual |
Application operator. This application operator has to be overloaded to post process a space.
elm | Current element |
Implemented in graphics::DataGnuplotCell< F >, graphics::MeshDATCell< F >, graphics::MeshDXCell< F >, graphics::BoundaryDXCell< F >, graphics::MeshGnuplotCell< F >, graphics::MeshMatlabCell< F >, graphics::MeshTecplotCell< F >, graphics::TopologyDottyCell< F >, hp1D::RefineOrRaise< F >, hp3D::RefineOrRaise< F, G >, graphics::BaseOutputCell< F >, concepts::HRefinement< F, dim >, concepts::PRefinement< F, dim >, concepts::CellFaceIntegral< F >, and concepts::CellEdgeIntegral< F >.