OpenLB 1.8.1
Loading...
Searching...
No Matches
olb::ExtendedStraightFdBoundaryProcessorGenerator2D< T, DESCRIPTOR, direction, orientation > Class Template Reference

#include <extendedFiniteDifferenceBoundary2D.h>

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

Public Member Functions

 ExtendedStraightFdBoundaryProcessorGenerator2D (int x0_, int x1_, int y0_, int y1_)
 
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
 

Detailed Description

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

Definition at line 62 of file extendedFiniteDifferenceBoundary2D.h.

Constructor & Destructor Documentation

◆ ExtendedStraightFdBoundaryProcessorGenerator2D()

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

Definition at line 173 of file extendedFiniteDifferenceBoundary2D.hh.

175 : PostProcessorGenerator2D<T,DESCRIPTOR>(x0_, x1_, y0_, y1_)
176{ }
PostProcessorGenerator2D(int x0_, int x1_, int y0_, int y1_)

Member Function Documentation

◆ clone()

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

◆ generate()

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

Implements olb::PostProcessorGenerator2D< T, DESCRIPTOR >.

Definition at line 180 of file extendedFiniteDifferenceBoundary2D.hh.

181{
182 return new ExtendedStraightFdBoundaryPostProcessor2D<T,DESCRIPTOR,direction,orientation>
183 ( this->x0, this->x1, this->y0, this->y1 );
184}

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