|
PICurv 0.1.0
A Parallel Particle-In-Cell Solver for Curvilinear LES
|
C unit tests for particle walking-search helper routines. More...
Go to the source code of this file.
Functions | |
| static PetscErrorCode | TestCheckCellWithinLocalGrid (void) |
| Tests whether a cell index lies within the local grid ownership range. | |
| static PetscErrorCode | TestInitializeTraversalParameters (void) |
| Tests initialization of traversal parameters for particle search. | |
| static PetscErrorCode | TestRetrieveCurrentCell (void) |
| Tests retrieval of the current cell from logical particle coordinates. | |
| int | main (int argc, char **argv) |
| Runs the unit-particles PETSc test binary. | |
C unit tests for particle walking-search helper routines.
Definition in file test_particle_kernels.c.
|
static |
Tests whether a cell index lies within the local grid ownership range.
Definition at line 13 of file test_particle_kernels.c.
|
static |
Tests initialization of traversal parameters for particle search.
Definition at line 35 of file test_particle_kernels.c.
|
static |
Tests retrieval of the current cell from logical particle coordinates.
Definition at line 64 of file test_particle_kernels.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Runs the unit-particles PETSc test binary.
Definition at line 89 of file test_particle_kernels.c.