OpenLB 1.7
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
olb::fd::DirectedGradients2D< T, DESCRIPTOR, direction, orientation, orthogonal > Struct Template Reference

#include <finiteDifference2D.h>

+ Collaboration diagram for olb::fd::DirectedGradients2D< T, DESCRIPTOR, direction, orientation, orthogonal >:

Static Public Member Functions

static void interpolateVector (T velDeriv[DESCRIPTOR::d], BlockLattice< T, DESCRIPTOR > const &blockLattice, int iX, int iY)
 
static void interpolateScalar (T &rhoDeriv, BlockLattice< T, DESCRIPTOR > const &blockLattice, int iX, int iY)
 
template<typename CELL >
static void interpolateVector (T velDeriv[DESCRIPTOR::d], CELL &cell) any_platform
 

Detailed Description

template<typename T, typename DESCRIPTOR, int direction, int orientation, bool orthogonal>
struct olb::fd::DirectedGradients2D< T, DESCRIPTOR, direction, orientation, orthogonal >

Definition at line 73 of file finiteDifference2D.h.

Member Function Documentation

◆ interpolateScalar()

template<typename T , typename DESCRIPTOR , int direction, int orientation, bool orthogonal>
static void olb::fd::DirectedGradients2D< T, DESCRIPTOR, direction, orientation, orthogonal >::interpolateScalar ( T & rhoDeriv,
BlockLattice< T, DESCRIPTOR > const & blockLattice,
int iX,
int iY )
static

◆ interpolateVector() [1/2]

template<typename T , typename DESCRIPTOR , int direction, int orientation, bool orthogonal>
static void olb::fd::DirectedGradients2D< T, DESCRIPTOR, direction, orientation, orthogonal >::interpolateVector ( T velDeriv[DESCRIPTOR::d],
BlockLattice< T, DESCRIPTOR > const & blockLattice,
int iX,
int iY )
static
+ Here is the caller graph for this function:

◆ interpolateVector() [2/2]

template<typename T , typename DESCRIPTOR , int direction, int orientation, bool orthogonal>
template<typename CELL >
static void olb::fd::DirectedGradients2D< T, DESCRIPTOR, direction, orientation, orthogonal >::interpolateVector ( T velDeriv[DESCRIPTOR::d],
CELL & cell )
static

The documentation for this struct was generated from the following file: