OpenLB 1.7
Loading...
Searching...
No Matches
Public Member Functions | List of all members
olb::ExtendedFdPlaneBoundaryProcessorGenerator3D< T, DESCRIPTOR, direction, orientation > Class Template Reference

#include <extendedFiniteDifferenceBoundary3D.h>

+ Inheritance diagram for olb::ExtendedFdPlaneBoundaryProcessorGenerator3D< T, DESCRIPTOR, direction, orientation >:
+ Collaboration diagram for olb::ExtendedFdPlaneBoundaryProcessorGenerator3D< T, DESCRIPTOR, direction, orientation >:

Public Member Functions

 ExtendedFdPlaneBoundaryProcessorGenerator3D (int x0_, int x1_, int y0_, int y1_, int z0_, int z1_)
 
PostProcessor3D< T, DESCRIPTOR > * generate () const override
 
PostProcessorGenerator3D< T, DESCRIPTOR > * clone () const override
 
- Public Member Functions inherited from olb::PostProcessorGenerator3D< T, DESCRIPTOR >
 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)
 

Additional Inherited Members

- Protected Attributes inherited from olb::PostProcessorGenerator3D< T, DESCRIPTOR >
int x0
 
int x1
 
int y0
 
int y1
 
int z0
 
int z1
 
int iC
 

Detailed Description

template<typename T, typename DESCRIPTOR, int direction, int orientation>
class olb::ExtendedFdPlaneBoundaryProcessorGenerator3D< T, DESCRIPTOR, direction, orientation >

Definition at line 66 of file extendedFiniteDifferenceBoundary3D.h.

Constructor & Destructor Documentation

◆ ExtendedFdPlaneBoundaryProcessorGenerator3D()

template<typename T , typename DESCRIPTOR , int direction, int orientation>
olb::ExtendedFdPlaneBoundaryProcessorGenerator3D< T, DESCRIPTOR, direction, orientation >::ExtendedFdPlaneBoundaryProcessorGenerator3D ( int x0_,
int x1_,
int y0_,
int y1_,
int z0_,
int z1_ )

Definition at line 196 of file extendedFiniteDifferenceBoundary3D.hh.

198 : PostProcessorGenerator3D<T,DESCRIPTOR>(x0_, x1_, y0_, y1_, z0_, z1_)
199{ }

Member Function Documentation

◆ clone()

template<typename T , typename DESCRIPTOR , int direction, int orientation>
PostProcessorGenerator3D< T, DESCRIPTOR > * olb::ExtendedFdPlaneBoundaryProcessorGenerator3D< T, DESCRIPTOR, direction, orientation >::clone ( ) const
overridevirtual

Implements olb::PostProcessorGenerator3D< T, DESCRIPTOR >.

Definition at line 211 of file extendedFiniteDifferenceBoundary3D.hh.

212{
213 return new ExtendedFdPlaneBoundaryProcessorGenerator3D<T,DESCRIPTOR,direction,orientation>
214 (this->x0, this->x1, this->y0, this->y1, this->z0, this->z1);
215}

◆ generate()

template<typename T , typename DESCRIPTOR , int direction, int orientation>
PostProcessor3D< T, DESCRIPTOR > * olb::ExtendedFdPlaneBoundaryProcessorGenerator3D< T, DESCRIPTOR, direction, orientation >::generate ( ) const
overridevirtual

Implements olb::PostProcessorGenerator3D< T, DESCRIPTOR >.

Definition at line 203 of file extendedFiniteDifferenceBoundary3D.hh.

204{
205 return new ExtendedFdPlaneBoundaryPostProcessor3D<T,DESCRIPTOR,direction,orientation>
206 (this->x0, this->x1, this->y0, this->y1, this->z0, this->z1);
207}

The documentation for this class was generated from the following files: