|
PICurv 0.1.0
A Parallel Particle-In-Cell Solver for Curvilinear LES
|
C unit tests for grid bounding-box helper routines. More...
Go to the source code of this file.
Functions | |
| static PetscErrorCode | TestComputeLocalBoundingBoxUniformGrid (void) |
| Tests local bounding-box construction on a uniform grid. | |
| static PetscErrorCode | TestGatherAndBroadcastBoundingBoxes (void) |
| Tests collective gather and broadcast of rank-local bounding boxes. | |
| int | main (int argc, char **argv) |
| Runs the unit-grid PETSc test binary. | |
C unit tests for grid bounding-box helper routines.
Definition in file test_grid.c.
|
static |
Tests local bounding-box construction on a uniform grid.
Definition at line 15 of file test_grid.c.
|
static |
Tests collective gather and broadcast of rank-local bounding boxes.
Definition at line 41 of file test_grid.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Runs the unit-grid PETSc test binary.
Definition at line 83 of file test_grid.c.