![]() |
OpenLB 1.8.1
|
#include <extendedFiniteDifferenceBoundary3D.h>
Public Member Functions | |
ExtendedFdPlaneBoundaryPostProcessor3D (int x0_, int x1_, int y0_, int y1_, int z0_, int z1_) | |
int | extent () const override |
Extent of application area (0 for purely local operations) | |
int | extent (int whichDirection) const override |
Extent of application area along a direction (0 or 1) | |
void | process (BlockLattice< T, DESCRIPTOR > &blockLattice) override |
Execute post-processing step. | |
void | processSubDomain (BlockLattice< T, DESCRIPTOR > &blockLattice, int x0_, int x1_, int y0_, int y1_, int z0_, int z1_) override |
Execute post-processing step on a sublattice. | |
![]() | |
PostProcessor3D () | |
virtual | ~PostProcessor3D () |
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 | |
Additional Inherited Members | |
![]() | |
int | _priority |
Definition at line 34 of file extendedFiniteDifferenceBoundary3D.h.
olb::ExtendedFdPlaneBoundaryPostProcessor3D< T, DESCRIPTOR, direction, orientation >::ExtendedFdPlaneBoundaryPostProcessor3D | ( | int | x0_, |
int | x1_, | ||
int | y0_, | ||
int | y1_, | ||
int | z0_, | ||
int | z1_ ) |
Definition at line 36 of file extendedFiniteDifferenceBoundary3D.hh.
References olb::PostProcessor3D< T, DESCRIPTOR >::getName(), and OLB_PRECONDITION.
|
inlineoverridevirtual |
Extent of application area (0 for purely local operations)
Implements olb::PostProcessor3D< T, DESCRIPTOR >.
Definition at line 37 of file extendedFiniteDifferenceBoundary3D.h.
|
inlineoverridevirtual |
Extent of application area along a direction (0 or 1)
Implements olb::PostProcessor3D< T, DESCRIPTOR >.
Definition at line 41 of file extendedFiniteDifferenceBoundary3D.h.
|
overridevirtual |
Execute post-processing step.
Implements olb::PostProcessor3D< T, DESCRIPTOR >.
Definition at line 163 of file extendedFiniteDifferenceBoundary3D.hh.
|
overridevirtual |
Execute post-processing step on a sublattice.
Implements olb::PostProcessor3D< T, DESCRIPTOR >.
Definition at line 45 of file extendedFiniteDifferenceBoundary3D.hh.
References olb::descriptors::c(), olb::descriptors::invCs2(), olb::util::normSqr(), and olb::descriptors::t().