|
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 | DestroyBoundaryHandler (BoundaryCondition **bc_ptr) |
| Test-local routine. | |
| static PetscErrorCode | TestCanRankServiceFaceMatchesInletWhenDefined (void) |
| Test-local routine. | |
| static PetscErrorCode | TestCanRankServiceInletFaceRequiresDefinition (void) |
| Test-local routine. | |
| static PetscErrorCode | TestBoundaryConditionFactoryAssignments (void) |
| Test-local routine. | |
| static PetscErrorCode | TestBoundaryConditionFactoryImplementedHandlerMatrix (void) |
| Test-local routine. | |
| static PetscErrorCode | TestBoundaryConditionFactoryRejectsUnsupportedHandler (void) |
| Test-local routine. | |
| static PetscErrorCode | TestGetDeterministicFaceGridLocationFaceMatrix (void) |
| Test-local routine. | |
| static PetscErrorCode | TestGetRandomCellAndLogicalCoordsOnInletFaceMatrix (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_boundaries.c.
|
static |
Test-local routine.
Definition at line 13 of file test_boundaries.c.
|
static |
Test-local routine.
Definition at line 31 of file test_boundaries.c.
|
static |
Test-local routine.
Definition at line 62 of file test_boundaries.c.
|
static |
Test-local routine.
Definition at line 85 of file test_boundaries.c.
|
static |
Test-local routine.
Definition at line 113 of file test_boundaries.c.
|
static |
Test-local routine.
Definition at line 146 of file test_boundaries.c.
|
static |
Test-local routine.
Definition at line 166 of file test_boundaries.c.
|
static |
Test-local routine.
Definition at line 212 of file test_boundaries.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Entry point for this unit-test binary.
Definition at line 284 of file test_boundaries.c.