|
quadgrid 0.1
simple cartesian quad grid with particles for c++/octave
|
#include <drift_diffusion.h>
Public Member Functions | |
| g2pd_step4 (PVAR_t x_, PVAR_t y_, const GVAR_t M_, const GVAR_t gvar1_, const GVAR_t gvar2_, const GVAR_t gvar3_, const GVAR_t gvar4_, const P2C_t ptcl_to_grd_, const idx_t nrows_, const real_t hx_, const real_t hy_, PVAR_t dprop_, bool apply_mass_) | |
| DEVICE void | operator() (idx_t ip) |
Private Types | |
| using | idx_t = particles_t::idx_t |
Private Attributes | |
| PVAR_t | x |
| PVAR_t | y |
| const GVAR_t | M |
| const GVAR_t | gvar1 |
| const GVAR_t | gvar2 |
| const GVAR_t | gvar3 |
| const GVAR_t | gvar4 |
| const P2C_t | ptcl_to_grd |
| const idx_t | nrows |
| const real_t | hx |
| const real_t | hy |
| PVAR_t | dprop |
| bool | apply_mass |
Definition at line 199 of file drift_diffusion.h.
|
private |
Definition at line 202 of file drift_diffusion.h.
|
inline |
Definition at line 216 of file drift_diffusion.h.
|
inline |
Definition at line 226 of file drift_diffusion.h.
|
private |
Definition at line 212 of file drift_diffusion.h.
|
private |
Definition at line 211 of file drift_diffusion.h.
|
private |
Definition at line 206 of file drift_diffusion.h.
|
private |
Definition at line 206 of file drift_diffusion.h.
|
private |
Definition at line 206 of file drift_diffusion.h.
|
private |
Definition at line 206 of file drift_diffusion.h.
|
private |
Definition at line 209 of file drift_diffusion.h.
|
private |
Definition at line 210 of file drift_diffusion.h.
|
private |
Definition at line 205 of file drift_diffusion.h.
|
private |
Definition at line 208 of file drift_diffusion.h.
|
private |
Definition at line 207 of file drift_diffusion.h.
|
private |
Definition at line 203 of file drift_diffusion.h.
|
private |
Definition at line 204 of file drift_diffusion.h.