![]() |
OpenLB 1.8.1
|
#include <offBoundaryPostProcessors2D.h>
Inheritance diagram for olb::BoundaryStreamPostProcessorGenerator2D< T, DESCRIPTOR >:
Collaboration diagram for olb::BoundaryStreamPostProcessorGenerator2D< T, DESCRIPTOR >:Public Member Functions | |
| BoundaryStreamPostProcessorGenerator2D (int x_, int y_, const bool _streamDirections[DESCRIPTOR::q]) | |
| PostProcessor2D< T, DESCRIPTOR > * | generate () const override |
| PostProcessorGenerator2D< T, DESCRIPTOR > * | clone () const override |
Public Member Functions inherited from olb::PostProcessorGenerator2D< T, DESCRIPTOR > | |
| 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) |
Additional Inherited Members | |
Protected Attributes inherited from olb::PostProcessorGenerator2D< T, DESCRIPTOR > | |
| int | x0 |
| int | x1 |
| int | y0 |
| int | y1 |
Definition at line 198 of file offBoundaryPostProcessors2D.h.
| olb::BoundaryStreamPostProcessorGenerator2D< T, DESCRIPTOR >::BoundaryStreamPostProcessorGenerator2D | ( | int | x_, |
| int | y_, | ||
| const bool | _streamDirections[DESCRIPTOR::q] ) |
Definition at line 380 of file offBoundaryPostProcessors2D.hh.
|
overridevirtual |
Implements olb::PostProcessorGenerator2D< T, DESCRIPTOR >.
Definition at line 400 of file offBoundaryPostProcessors2D.hh.
|
overridevirtual |
Implements olb::PostProcessorGenerator2D< T, DESCRIPTOR >.
Definition at line 392 of file offBoundaryPostProcessors2D.hh.