Go to the source code of this file.
|
| 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 > |
| |
|
| namespace | olb |
| | Top level namespace for all of OpenLB.
|
| |
| namespace | olb::fd |
| |
|
| 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))
|
| |