|
| template<typename TYPE , typename CELL , typename RHO , typename V = typename CELL::value_t, typename DESCRIPTOR = typename CELL::descriptor_t> |
| void | compute (CELL &cell, RHO &rho) any_platform |
| |
| template<typename TYPE , typename CELL , typename RHO > |
| void | define (CELL &cell, const RHO &rho) any_platform |
| |
| template<typename TYPE , typename CELL > |
| void | initialize (CELL &cell) any_platform |
| |
| template<typename TYPE , typename CELL , typename RHO > |
| void | inverseShift (CELL &cell, RHO &rho) any_platform |
| |
template<int normalX, int normalY, int normalZ>
struct olb::momenta::InnerCornerDensity3D< normalX, normalY, normalZ >
Definition at line 400 of file elements.h.
template<int normalX, int normalY, int normalZ>
template<typename TYPE , typename CELL , typename RHO , typename V = typename CELL::value_t, typename DESCRIPTOR = typename CELL::descriptor_t>
Definition at line 402 of file elements.h.
403 {
404 V u[DESCRIPTOR::d];
405 TYPE().computeU(cell, u);
409 rho = (rhoX + rhoY + rhoZ) / V(3);
410 }
V velocityBMRho(CELL &cell, const U &u) any_platform
References olb::momenta::velocityBMRho().