OpenLB 1.7
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
finiteDifference3D.h File Reference
#include "finiteDifference.h"
+ Include dependency graph for finiteDifference3D.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  olb::fd::DirectedGradients3D< T, DESCRIPTOR, direction, orientation, deriveDirection, orthogonal >
 
struct  olb::fd::DirectedGradients3D< T, DESCRIPTOR, direction, orientation, deriveDirection, true >
 
struct  olb::fd::DirectedGradients3D< T, DESCRIPTOR, direction, orientation, deriveDirection, false >
 

Namespaces

namespace  olb
 Top level namespace for all of OpenLB.
 
namespace  olb::fd
 

Functions

template<typename T >
constexpr T olb::fd::laplacian3D (T u_xm1, T u_ym1, T u_zm1, T u_0, T u_xp1, T u_yp1, T u_zp1) any_platform
 Second order Laplacian (symmetric, u_xp1 = u(x+1,y,z))
 
template<typename T >
constexpr T olb::fd::laplacian3D (T u_xm2, T u_ym2, T u_zm2, T u_xm1, T u_ym1, T u_zm1, T u_0, T u_xp1, T u_yp1, T u_zp1, T u_xp2, T u_yp2, T u_zp2) any_platform
 Forth order Laplacian (symmetric, u_xp1 = u(x+1,y,z))