|
| template<typename TYPE , typename CELL , typename P , typename V = typename CELL::value_t, typename DESCRIPTOR = typename CELL::descriptor_t> |
| void | compute (CELL &cell, P &p) any_platform |
| |
| template<typename TYPE , typename CELL , typename P > |
| void | define (CELL &cell, const P &p) any_platform |
| |
| template<typename TYPE , typename CELL > |
| void | initialize (CELL &cell) any_platform |
| |
| template<typename TYPE , typename CELL , typename P > |
| void | inverseShift (CELL &cell, P &p) any_platform |
| |
template<int direction, int orientation>
struct olb::momenta::VelocityBoundaryPressure< direction, orientation >
Pressure computation for fixed velocity boundary.
Definition at line 350 of file elements.h.