concepts::CellPostprocess< F > Class Template Referenceabstract

Abstract class for per cell postprocessing. More...

#include <postProcess.hh>

Inheritance diagram for concepts::CellPostprocess< F >:
concepts::OutputOperator concepts::HRefinement< F, dim > concepts::PRefinement< F, dim > graphics::BoundaryDXCell< F > graphics::DataGnuplotCell< F > graphics::MeshDATCell< F > graphics::MeshDXCell< F > graphics::MeshGnuplotCell< F > graphics::MeshMatlabCell< F > graphics::MeshTecplotCell< F > graphics::TopologyDottyCell< F > hp1D::RefineOrRaise< F > hp3D::RefineOrRaise< F, G >

Public Member Functions

virtual void operator() (const Cell &cell)=0
 Application operator. More...
 
virtual void operator() (const Element< F > &elm)=0
 Application operator. More...
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream. More...
 

Detailed Description

template<class F>
class concepts::CellPostprocess< F >

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.

See also
GlobalPostprocess to see how this class can be used.
Author
Philipp Frauenfelder, 2000

Definition at line 38 of file postProcess.hh.

Member Function Documentation

◆ info()

◆ operator()() [1/2]

template<class F >
virtual void concepts::CellPostprocess< F >::operator() ( const Cell cell)
pure virtual

◆ operator()() [2/2]


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich