|
PICurv 0.1.0
A Parallel Particle-In-Cell Solver for Curvilinear LES
|
C unit tests for interpolation and signed-distance geometry helpers. More...
Go to the source code of this file.
Functions | |
| static PetscErrorCode | TestScalarInterpolationConstantField (void) |
| Tests scalar interpolation on a constant field. | |
| static PetscErrorCode | TestVectorInterpolationConstantField (void) |
| Tests vector interpolation on a constant field. | |
| static PetscErrorCode | TestSignedDistanceAndClassification (void) |
| Tests signed-distance computation and inside/outside classification. | |
| int | main (int argc, char **argv) |
| Runs the unit-geometry PETSc test binary. | |
C unit tests for interpolation and signed-distance geometry helpers.
Definition in file test_geometry.c.
|
static |
Tests scalar interpolation on a constant field.
Definition at line 14 of file test_geometry.c.
|
static |
Tests vector interpolation on a constant field.
Definition at line 44 of file test_geometry.c.
|
static |
Tests signed-distance computation and inside/outside classification.
Definition at line 76 of file test_geometry.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Runs the unit-geometry PETSc test binary.
Definition at line 107 of file test_geometry.c.