|
quadgrid 0.1
simple cartesian quad grid with particles for c++/octave
|
Template class for the implementation g2pd method. More...
#include <particles_imp.h>
Public Member Functions | |
| g2pd_helper_t (const PVAR_t x_, const PVAR_t y_, const GVAR_t M_, const GVAR_t gvar_, const P2C_t ptcl_to_grd_, const idx_t nrows_, const double hx_, const double hy_, PVAR_t dpropx_, PVAR_t dpropy_, bool apply_mass_) | |
| void | operator() (idx_t ip) |
Private Types | |
| using | idx_t = particles_t::idx_t |
Private Attributes | |
| const PVAR_t | x |
| const PVAR_t | y |
| const GVAR_t | M |
| const GVAR_t | gvar |
| const P2C_t | ptcl_to_grd |
| const idx_t | nrows |
| const double | hx |
| const double | hy |
| PVAR_t | dpropx |
| PVAR_t | dpropy |
| bool | apply_mass |
Template class for the implementation g2pd method.
|
private |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |