concepts::GlobalPostprocess< F > Class Template Reference

Global Postprocessing. More...

#include <postProcess.hh>

Inheritance diagram for concepts::GlobalPostprocess< F >:
concepts::OutputOperator

Public Member Functions

 GlobalPostprocess (const Space< F > &spc)
 Constructor. More...
 
 GlobalPostprocess (Mesh &msh)
 Constructor. More...
 
void operator() (CellPostprocess< F > &perCell) const
 Application operator. More...
 

Protected Member Functions

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

Private Attributes

Meshmsh_
 The mesh. More...
 
const Space< F > * spc_
 The space. More...
 

Detailed Description

template<class F = Real>
class concepts::GlobalPostprocess< F >

Global Postprocessing.

The application operator calls the application operator of the object for the per cell postprocessing on each cell.

Data which is needed for the postprocessing (eg. the solution, an output stream etc.) should be included in the class which does the real work, ie. a derived class from CellPostprocess.

See also
CellPostprocess
Author
Philipp Frauenfelder, 2000

Definition at line 70 of file postProcess.hh.

Constructor & Destructor Documentation

◆ GlobalPostprocess() [1/2]

template<class F = Real>
concepts::GlobalPostprocess< F >::GlobalPostprocess ( const Space< F > &  spc)

Constructor.

Parameters
spcSpace over which the application operator should loop.

◆ GlobalPostprocess() [2/2]

template<class F = Real>
concepts::GlobalPostprocess< F >::GlobalPostprocess ( Mesh msh)

Constructor.

Parameters
mshMesh over which the application operator should loop.

Member Function Documentation

◆ info()

template<class F = Real>
virtual std::ostream& concepts::GlobalPostprocess< F >::info ( std::ostream &  os) const
protectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

◆ operator()()

template<class F = Real>
void concepts::GlobalPostprocess< F >::operator() ( CellPostprocess< F > &  perCell) const

Application operator.

It calls the application operator of perCell on each cell.

Parameters
perCellThe application operator of this class is called on each element.

Member Data Documentation

◆ msh_

template<class F = Real>
Mesh* concepts::GlobalPostprocess< F >::msh_
private

The mesh.

Definition at line 96 of file postProcess.hh.

◆ spc_

template<class F = Real>
const Space<F>* concepts::GlobalPostprocess< F >::spc_
private

The space.

Definition at line 93 of file postProcess.hh.


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