|
quadgrid 0.1
simple cartesian quad grid with particles for c++/octave
|
#include <drift_diffusion.h>
Public Member Functions | |
| g2p_step3 (PVAR_t x_, PVAR_t y_, const GVAR_t M_, const GVAR_t gvar1_, const GVAR_t gvar2_, 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) |
| g2p_step3 (PVAR_t x_, PVAR_t y_, const GVAR_t M_, const GVAR_t gvar1_, const GVAR_t gvar2_, 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 |
| 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 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 155 of file drift_diffusion.h.
|
private |
Definition at line 158 of file drift_diffusion.h.
|
private |
Definition at line 172 of file taylor_dispersion.h.
|
inline |
Definition at line 173 of file drift_diffusion.h.
|
inline |
Definition at line 187 of file taylor_dispersion.h.
|
inline |
Definition at line 182 of file drift_diffusion.h.
|
inline |
Definition at line 196 of file taylor_dispersion.h.
|
private |
Definition at line 169 of file drift_diffusion.h.
|
private |
Definition at line 168 of file drift_diffusion.h.
|
private |
Definition at line 162 of file drift_diffusion.h.
|
private |
Definition at line 163 of file drift_diffusion.h.
|
private |
Definition at line 166 of file drift_diffusion.h.
|
private |
Definition at line 167 of file drift_diffusion.h.
|
private |
Definition at line 161 of file drift_diffusion.h.
|
private |
Definition at line 165 of file drift_diffusion.h.
|
private |
Definition at line 164 of file drift_diffusion.h.
|
private |
Definition at line 159 of file drift_diffusion.h.
|
private |
Definition at line 160 of file drift_diffusion.h.