OpenLB 1.7
Loading...
Searching...
No Matches
Public Member Functions | List of all members
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 69 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 174 of file extendedFiniteDifferenceBoundary2D.hh.

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

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

Implements olb::PostProcessorGenerator2D< T, DESCRIPTOR >.

Definition at line 189 of file extendedFiniteDifferenceBoundary2D.hh.

190{
191 return new ExtendedStraightFdBoundaryProcessorGenerator2D<T,DESCRIPTOR,direction,orientation>
192 (this->x0, this->x1, this->y0, this->y1);
193}

◆ 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 181 of file extendedFiniteDifferenceBoundary2D.hh.

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

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