OpenLB 1.7
Loading...
Searching...
No Matches
List of all members
olb::LocalPostProcessor2D< T, DESCRIPTOR > Struct Template Reference

#include <postProcessing.h>

+ Inheritance diagram for olb::LocalPostProcessor2D< T, DESCRIPTOR >:
+ Collaboration diagram for olb::LocalPostProcessor2D< T, DESCRIPTOR >:

Additional Inherited Members

- Public Member Functions inherited from olb::PostProcessor2D< T, DESCRIPTOR >
 PostProcessor2D ()
 
virtual ~PostProcessor2D ()
 
virtual void process (BlockLattice< T, DESCRIPTOR > &blockLattice)=0
 Execute post-processing step.
 
virtual void processSubDomain (BlockLattice< T, DESCRIPTOR > &blockLattice, int x0_, int x1_, int y0_, int y1_)=0
 Execute post-processing step on a sublattice.
 
virtual int extent () const =0
 Extent of application area (0 for purely local operations)
 
virtual int extent (int direction) const =0
 Extent of application area along a direction (0 or 1)
 
std::string & getName ()
 read and write access to name
 
std::string const & getName () const
 read only access to name
 
int getPriority () const
 read only access to priority
 
- Protected Attributes inherited from olb::PostProcessor2D< T, DESCRIPTOR >
int _priority
 

Detailed Description

template<typename T, typename DESCRIPTOR>
struct olb::LocalPostProcessor2D< T, DESCRIPTOR >

Definition at line 105 of file postProcessing.h.


The documentation for this struct was generated from the following file: