|
PICurv 0.1.0
A Parallel Particle-In-Cell Solver for Curvilinear LES
|
C test module for PICurv. More...
Go to the source code of this file.
Functions | |
| static PetscErrorCode | TestCheckCellWithinLocalGrid (void) |
| Test-local routine. | |
| static PetscErrorCode | TestInitializeTraversalParameters (void) |
| Test-local routine. | |
| static PetscErrorCode | TestRetrieveCurrentCell (void) |
| Test-local routine. | |
| int | main (int argc, char **argv) |
| Entry point for this unit-test binary. | |
C test module for PICurv.
Definition in file test_particle_kernels.c.
|
static |
Test-local routine.
Definition at line 13 of file test_particle_kernels.c.
|
static |
Test-local routine.
Definition at line 35 of file test_particle_kernels.c.
|
static |
Test-local routine.
Definition at line 64 of file test_particle_kernels.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Entry point for this unit-test binary.
Definition at line 89 of file test_particle_kernels.c.