concepts::GlobalPostprocess< F > Class Template Reference
Global Postprocessing. More...
#include <postProcess.hh>
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 | |
Mesh * | msh_ |
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
Definition at line 70 of file postProcess.hh.
Constructor & Destructor Documentation
◆ GlobalPostprocess() [1/2]
concepts::GlobalPostprocess< F >::GlobalPostprocess | ( | const Space< F > & | spc | ) |
Constructor.
- Parameters
-
spc Space over which the application operator should loop.
◆ GlobalPostprocess() [2/2]
concepts::GlobalPostprocess< F >::GlobalPostprocess | ( | Mesh & | msh | ) |
Constructor.
- Parameters
-
msh Mesh over which the application operator should loop.
Member Function Documentation
◆ info()
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
◆ operator()()
void concepts::GlobalPostprocess< F >::operator() | ( | CellPostprocess< F > & | perCell | ) | const |
Application operator.
It calls the application operator of perCell on each cell.
- Parameters
-
perCell The application operator of this class is called on each element.
Member Data Documentation
◆ msh_
|
private |
The mesh.
Definition at line 96 of file postProcess.hh.
◆ spc_
|
private |
The space.
Definition at line 93 of file postProcess.hh.
The documentation for this class was generated from the following file:
- space/postProcess.hh