|
quadgrid 0.1
simple cartesian quad grid with particles for c++/octave
|
Template class for the update of ptcl_to_grd mapping. More...
#include <particles.h>
Public Member Functions | |
| ptcl_to_grd_update_t (P2G_t ptcl_to_grd_, const COORD_t x_, const COORD_t y_, double hx_, double hy_, const idx_t nrows_) | |
| void | operator() (particles_t::idx_t ii) |
Private Types | |
| using | idx_t = particles_t::idx_t |
Private Attributes | |
| P2G_t | ptcl_to_grd |
| const COORD_t | x |
| const COORD_t | y |
| const double | hx |
| const double | hy |
| const idx_t | nrows |
Template class for the update of ptcl_to_grd mapping.
|
private |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |