![]() |
OpenLB 1.8.1
|
#include <postProcessing.h>
Inheritance diagram for olb::PostProcessorGenerator2D< T, DESCRIPTOR >:
Collaboration diagram for olb::PostProcessorGenerator2D< T, DESCRIPTOR >:Public Member Functions | |
| PostProcessorGenerator2D (int x0_, int x1_, int y0_, int y1_) | |
| virtual | ~PostProcessorGenerator2D () |
| void | shift (int deltaX, int deltaY) |
| void | shift (LatticeR< 2 > delta) |
| bool | extract (int x0_, int x1_, int y0_, int y1_) |
| bool | extract (LatticeR< 2 > lower, LatticeR< 2 > upper) |
| void | reset (int x0_, int x1_, int y0_, int y1_) |
| void | reset (LatticeR< 2 > lower, LatticeR< 2 > upper) |
| virtual PostProcessor2D< T, DESCRIPTOR > * | generate () const =0 |
| virtual PostProcessorGenerator2D< T, DESCRIPTOR > * | clone () const =0 |
Protected Attributes | |
| int | x0 |
| int | x1 |
| int | y0 |
| int | y1 |
| olb::PostProcessorGenerator2D< T, DESCRIPTOR >::PostProcessorGenerator2D | ( | int | x0_, |
| int | x1_, | ||
| int | y0_, | ||
| int | y1_ ) |
Definition at line 53 of file postProcessing.hh.
|
inlinevirtual |
Definition at line 73 of file postProcessing.h.
|
pure virtual |
Implemented in olb::AntiBounceBackPostProcessorGenerator2D< T, DESCRIPTOR >, olb::BoundaryStreamPostProcessorGenerator2D< T, DESCRIPTOR >, olb::ExtendedStraightFdBoundaryProcessorGenerator2D< T, DESCRIPTOR, direction, orientation >, olb::SlipBoundaryProcessorGenerator2D< T, DESCRIPTOR >, olb::VelocityBounceBackPostProcessorGenerator2D< T, DESCRIPTOR >, olb::VelocityBouzidiLinearPostProcessorGenerator2D< T, DESCRIPTOR >, olb::ZeroVelocityBounceBackPostProcessorGenerator2D< T, DESCRIPTOR >, and olb::ZeroVelocityBouzidiLinearPostProcessorGenerator2D< T, DESCRIPTOR >.
| bool olb::PostProcessorGenerator2D< T, DESCRIPTOR >::extract | ( | int | x0_, |
| int | x1_, | ||
| int | y0_, | ||
| int | y1_ ) |
Definition at line 77 of file postProcessing.hh.
References olb::util::intersect().
Here is the call graph for this function:| bool olb::PostProcessorGenerator2D< T, DESCRIPTOR >::extract | ( | LatticeR< 2 > | lower, |
| LatticeR< 2 > | upper ) |
Definition at line 97 of file postProcessing.hh.
|
pure virtual |
Implemented in olb::AntiBounceBackPostProcessorGenerator2D< T, DESCRIPTOR >, olb::BoundaryStreamPostProcessorGenerator2D< T, DESCRIPTOR >, olb::ExtendedStraightFdBoundaryProcessorGenerator2D< T, DESCRIPTOR, direction, orientation >, olb::SlipBoundaryProcessorGenerator2D< T, DESCRIPTOR >, olb::VelocityBounceBackPostProcessorGenerator2D< T, DESCRIPTOR >, olb::VelocityBouzidiLinearPostProcessorGenerator2D< T, DESCRIPTOR >, olb::ZeroVelocityBounceBackPostProcessorGenerator2D< T, DESCRIPTOR >, and olb::ZeroVelocityBouzidiLinearPostProcessorGenerator2D< T, DESCRIPTOR >.
| void olb::PostProcessorGenerator2D< T, DESCRIPTOR >::reset | ( | int | x0_, |
| int | x1_, | ||
| int | y0_, | ||
| int | y1_ ) |
| void olb::PostProcessorGenerator2D< T, DESCRIPTOR >::reset | ( | LatticeR< 2 > | lower, |
| LatticeR< 2 > | upper ) |
| void olb::PostProcessorGenerator2D< T, DESCRIPTOR >::shift | ( | int | deltaX, |
| int | deltaY ) |
| void olb::PostProcessorGenerator2D< T, DESCRIPTOR >::shift | ( | LatticeR< 2 > | delta | ) |
|
protected |
Definition at line 83 of file postProcessing.h.
|
protected |
Definition at line 83 of file postProcessing.h.
|
protected |
Definition at line 83 of file postProcessing.h.
|
protected |
Definition at line 83 of file postProcessing.h.