|
quadgrid 0.1
simple cartesian quad grid with particles for c++/octave
|
#include <drift_diffusion.h>
Public Member Functions | |
| p2g_step1 (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 dprop1_, const PVAR_t dprop2_, bool apply_mass_) | |
| DEVICE void | operator() (idx_t ip) |
| p2g_step1 (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 dprop1_, const PVAR_t dprop2_, 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 | |
| const PVAR_t | x |
| const PVAR_t | y |
| const PVAR_t | dprop1 |
| const PVAR_t | dprop2 |
| 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 58 of file drift_diffusion.h.
|
private |
Definition at line 61 of file drift_diffusion.h.
|
private |
Definition at line 75 of file taylor_dispersion.h.
|
inline |
Definition at line 76 of file drift_diffusion.h.
|
inline |
Definition at line 90 of file taylor_dispersion.h.
|
inline |
Definition at line 86 of file drift_diffusion.h.
|
inline |
Definition at line 100 of file taylor_dispersion.h.
|
private |
Definition at line 72 of file drift_diffusion.h.
|
private |
Definition at line 64 of file drift_diffusion.h.
|
private |
Definition at line 65 of file drift_diffusion.h.
|
private |
Definition at line 71 of file drift_diffusion.h.
|
private |
Definition at line 68 of file drift_diffusion.h.
|
private |
Definition at line 69 of file drift_diffusion.h.
|
private |
Definition at line 70 of file drift_diffusion.h.
|
private |
Definition at line 67 of file drift_diffusion.h.
|
private |
Definition at line 66 of file drift_diffusion.h.
|
private |
Definition at line 62 of file drift_diffusion.h.
|
private |
Definition at line 63 of file drift_diffusion.h.