|
quadgrid 0.1
simple cartesian quad grid with particles for c++/octave
|
#include <particles_imp.h>
Public Member Functions | |
| p2g_helper_t (const PVAR_t x_, const PVAR_t y_, 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 PVAR_t dprop_, 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 PVAR_t | dprop |
| 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 18 of file particles_imp.h.
|
private |
Definition at line 21 of file particles_imp.h.
|
inline |
Definition at line 36 of file particles_imp.h.
|
inline |
Definition at line 45 of file particles_imp.h.
|
private |
Definition at line 32 of file particles_imp.h.
|
private |
Definition at line 24 of file particles_imp.h.
|
private |
Definition at line 30 of file particles_imp.h.
|
private |
Definition at line 27 of file particles_imp.h.
|
private |
Definition at line 28 of file particles_imp.h.
|
private |
Definition at line 29 of file particles_imp.h.
|
private |
Definition at line 26 of file particles_imp.h.
|
private |
Definition at line 25 of file particles_imp.h.
|
private |
Definition at line 22 of file particles_imp.h.
|
private |
Definition at line 23 of file particles_imp.h.