#include <elements.h>
|
| template<typename TYPE , typename CELL , typename RHO , 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 |
| |
Definition at line 128 of file elements.h.
◆ compute()
template<typename TYPE , typename CELL , typename RHO , typename DESCRIPTOR = typename CELL::descriptor_t>
| void olb::momenta::OneDensity::compute |
( |
CELL & | cell, |
|
|
RHO & | rho ) |
|
inline |
◆ define()
template<typename TYPE , typename CELL , typename RHO >
| void olb::momenta::OneDensity::define |
( |
CELL & | cell, |
|
|
const RHO & | rho ) |
|
inline |
◆ getName()
| static std::string olb::momenta::OneDensity::getName |
( |
| ) |
|
|
inlinestatic |
Definition at line 144 of file elements.h.
144 {
145 return "OneDensity";
146 }
◆ initialize()
template<typename TYPE , typename CELL >
| void olb::momenta::OneDensity::initialize |
( |
CELL & | cell | ) |
|
|
inline |
◆ inverseShift()
template<typename TYPE , typename CELL , typename RHO >
| void olb::momenta::OneDensity::inverseShift |
( |
CELL & | cell, |
|
|
RHO & | rho ) |
|
inline |
The documentation for this struct was generated from the following file: