|
quadgrid 0.1
simple cartesian quad grid with particles for c++/octave
|
#include <drift_diffusion.h>
Public Member Functions | |
| p2gd_step2 (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 real_t D_, const PVAR_t dpropx_, const PVAR_t dpropy_, bool apply_mass_) | |
| DEVICE void | operator() (idx_t ip) |
| p2gd_step2 (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 real_t D_, const PVAR_t dpropx_, const PVAR_t dpropy_, 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 | dpropx |
| const PVAR_t | dpropy |
| const P2C_t | ptcl_to_grd |
| const idx_t | nrows |
| const real_t | hx |
| const real_t | hy |
| const real_t | D |
| GVAR_t | M |
| GVAR_t | gvar |
| bool | apply_mass |
Definition at line 105 of file drift_diffusion.h.
|
private |
Definition at line 108 of file drift_diffusion.h.
|
private |
Definition at line 122 of file taylor_dispersion.h.
|
inline |
Definition at line 125 of file drift_diffusion.h.
|
inline |
|
inline |
Definition at line 134 of file drift_diffusion.h.
|
inline |
Definition at line 148 of file taylor_dispersion.h.
|
private |
Definition at line 121 of file drift_diffusion.h.
|
private |
Definition at line 117 of file drift_diffusion.h.
|
private |
Definition at line 111 of file drift_diffusion.h.
|
private |
Definition at line 112 of file drift_diffusion.h.
|
private |
Definition at line 119 of file drift_diffusion.h.
|
private |
Definition at line 115 of file drift_diffusion.h.
|
private |
Definition at line 116 of file drift_diffusion.h.
|
private |
Definition at line 118 of file drift_diffusion.h.
|
private |
Definition at line 114 of file drift_diffusion.h.
|
private |
Definition at line 113 of file drift_diffusion.h.
|
private |
Definition at line 109 of file drift_diffusion.h.
|
private |
Definition at line 110 of file drift_diffusion.h.