![]() |
OpenLB 1.8.1
|
#include <postProcessing.h>
Inheritance diagram for olb::PostProcessorGenerator3D< T, DESCRIPTOR >:
Collaboration diagram for olb::PostProcessorGenerator3D< T, DESCRIPTOR >:Public Member Functions | |
| PostProcessorGenerator3D (int x0_, int x1_, int y0_, int y1_, int z0_, int z1_) | |
| virtual | ~PostProcessorGenerator3D () |
| void | shift (int deltaX, int deltaY, int deltaZ, int iC_=-1) |
| void | shift (LatticeR< 3 > delta, int iC_=-1) |
| bool | extract (int x0_, int x1_, int y0_, int y1_, int z0_, int z1_) |
| bool | extract (LatticeR< 3 > lower, LatticeR< 3 > upper) |
| void | reset (int x0_, int x1_, int y0_, int y1_, int z0_, int z1_) |
| void | reset (LatticeR< 3 > lower, LatticeR< 3 > upper) |
| virtual PostProcessor3D< T, DESCRIPTOR > * | generate () const =0 |
| virtual PostProcessorGenerator3D< T, DESCRIPTOR > * | clone () const =0 |
Protected Attributes | |
| int | x0 |
| int | x1 |
| int | y0 |
| int | y1 |
| int | z0 |
| int | z1 |
| int | iC |
| olb::PostProcessorGenerator3D< T, DESCRIPTOR >::PostProcessorGenerator3D | ( | int | x0_, |
| int | x1_, | ||
| int | y0_, | ||
| int | y1_, | ||
| int | z0_, | ||
| int | z1_ ) |
Definition at line 212 of file postProcessing.hh.
|
inlinevirtual |
Definition at line 162 of file postProcessing.h.
|
pure virtual |
Implemented in olb::ConvectionBoundaryProcessorGenerator3D< T, DESCRIPTOR >, olb::ExtendedFdPlaneBoundaryProcessorGenerator3D< T, DESCRIPTOR, direction, orientation >, olb::PartialSlipBoundaryProcessorGenerator3D< T, DESCRIPTOR >, olb::SlipBoundaryProcessorGenerator3D< T, DESCRIPTOR >, olb::VelocityBounceBackPostProcessorGenerator3D< T, DESCRIPTOR >, olb::VelocityBouzidiLinearPostProcessorGenerator3D< T, DESCRIPTOR >, olb::WallFunctionBoundaryProcessorGenerator3D< T, DESCRIPTOR >, olb::ZeroDistributionBoundaryProcessorGenerator3D< T, DESCRIPTOR >, olb::ZeroVelocityBounceBackPostProcessorGenerator3D< T, DESCRIPTOR >, and olb::ZeroVelocityBouzidiLinearPostProcessorGenerator3D< T, DESCRIPTOR >.
| bool olb::PostProcessorGenerator3D< T, DESCRIPTOR >::extract | ( | int | x0_, |
| int | x1_, | ||
| int | y0_, | ||
| int | y1_, | ||
| int | z0_, | ||
| int | z1_ ) |
Definition at line 244 of file postProcessing.hh.
References olb::util::intersect().
Here is the call graph for this function:| bool olb::PostProcessorGenerator3D< T, DESCRIPTOR >::extract | ( | LatticeR< 3 > | lower, |
| LatticeR< 3 > | upper ) |
Definition at line 266 of file postProcessing.hh.
|
pure virtual |
Implemented in olb::ConvectionBoundaryProcessorGenerator3D< T, DESCRIPTOR >, olb::ExtendedFdPlaneBoundaryProcessorGenerator3D< T, DESCRIPTOR, direction, orientation >, olb::PartialSlipBoundaryProcessorGenerator3D< T, DESCRIPTOR >, olb::SlipBoundaryProcessorGenerator3D< T, DESCRIPTOR >, olb::VelocityBounceBackPostProcessorGenerator3D< T, DESCRIPTOR >, olb::VelocityBouzidiLinearPostProcessorGenerator3D< T, DESCRIPTOR >, olb::WallFunctionBoundaryProcessorGenerator3D< T, DESCRIPTOR >, olb::ZeroDistributionBoundaryProcessorGenerator3D< T, DESCRIPTOR >, olb::ZeroVelocityBounceBackPostProcessorGenerator3D< T, DESCRIPTOR >, and olb::ZeroVelocityBouzidiLinearPostProcessorGenerator3D< T, DESCRIPTOR >.
| void olb::PostProcessorGenerator3D< T, DESCRIPTOR >::reset | ( | int | x0_, |
| int | x1_, | ||
| int | y0_, | ||
| int | y1_, | ||
| int | z0_, | ||
| int | z1_ ) |
| void olb::PostProcessorGenerator3D< T, DESCRIPTOR >::reset | ( | LatticeR< 3 > | lower, |
| LatticeR< 3 > | upper ) |
| void olb::PostProcessorGenerator3D< T, DESCRIPTOR >::shift | ( | int | deltaX, |
| int | deltaY, | ||
| int | deltaZ, | ||
| int | iC_ = -1 ) |
| void olb::PostProcessorGenerator3D< T, DESCRIPTOR >::shift | ( | LatticeR< 3 > | delta, |
| int | iC_ = -1 ) |
|
protected |
Definition at line 172 of file postProcessing.h.
|
protected |
Definition at line 172 of file postProcessing.h.
|
protected |
Definition at line 172 of file postProcessing.h.
|
protected |
Definition at line 172 of file postProcessing.h.
|
protected |
Definition at line 172 of file postProcessing.h.
|
protected |
Definition at line 172 of file postProcessing.h.
|
protected |
Definition at line 172 of file postProcessing.h.