|
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 | TestScalarInterpolationConstantField (void) |
| Test-local routine. | |
| static PetscErrorCode | TestVectorInterpolationConstantField (void) |
| Test-local routine. | |
| static PetscErrorCode | TestSignedDistanceAndClassification (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_geometry.c.
|
static |
Test-local routine.
Definition at line 14 of file test_geometry.c.
|
static |
Test-local routine.
Definition at line 44 of file test_geometry.c.
|
static |
Test-local routine.
Definition at line 76 of file test_geometry.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Entry point for this unit-test binary.
Definition at line 107 of file test_geometry.c.