|
quadgrid 0.1
simple cartesian quad grid with particles for c++/octave
|
#include <particles_imp.h>
Public Member Functions | |
| p2gd_helper_t (const PVAR_t x_, const PVAR_t y_, const GVAR_t M_, GVAR_t gvar_, const P2C_t ptcl_to_grd_, const idx_t nrows_, const real_t hx_, const real_t hy_, const DPROPX_t dpropx_, const DPROPY_t dpropy_, const DPROPAREA_t dproparea_, bool apply_mass_) | |
| DEVICE 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 DPROPX_t | dpropx |
| const DPROPY_t | dpropy |
| const DPROPAREA_t | dproparea |
| const P2C_t | ptcl_to_grd |
| const idx_t | nrows |
| const real_t | hx |
| const real_t | hy |
| GVAR_t | M |
| GVAR_t | gvar |
| bool | apply_mass |
Definition at line 133 of file particles_imp.h.
|
private |
Definition at line 136 of file particles_imp.h.
|
inline |
Definition at line 153 of file particles_imp.h.
|
inline |
Definition at line 162 of file particles_imp.h.
|
private |
Definition at line 149 of file particles_imp.h.
|
private |
Definition at line 141 of file particles_imp.h.
|
private |
Definition at line 139 of file particles_imp.h.
|
private |
Definition at line 140 of file particles_imp.h.
|
private |
Definition at line 147 of file particles_imp.h.
|
private |
Definition at line 144 of file particles_imp.h.
|
private |
Definition at line 145 of file particles_imp.h.
|
private |
Definition at line 146 of file particles_imp.h.
|
private |
Definition at line 143 of file particles_imp.h.
|
private |
Definition at line 142 of file particles_imp.h.
|
private |
Definition at line 137 of file particles_imp.h.
|
private |
Definition at line 138 of file particles_imp.h.