|
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 | TestShouldWriteDataOutput (void) |
| Test-local routine. | |
| static PetscErrorCode | TestVerifyPathExistence (void) |
| Test-local routine. | |
| static PetscErrorCode | TestWriteAndReadSimulationFields (void) |
| Test-local routine. | |
| static PetscErrorCode | TestParsePostProcessingSettings (void) |
| Test-local routine. | |
| static PetscErrorCode | TestTrimWhitespace (void) |
| Test-local routine. | |
| static PetscErrorCode | TestBoundaryConditionStringParsers (void) |
| Test-local routine. | |
| static PetscErrorCode | TestValidateBCHandlerForBCType (void) |
| Test-local routine. | |
| static PetscErrorCode | TestParseScalingInformation (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_io.c.
|
static |
Test-local routine.
Definition at line 16 of file test_io.c.
|
static |
Test-local routine.
Definition at line 33 of file test_io.c.
|
static |
Test-local routine.
Definition at line 60 of file test_io.c.
|
static |
Test-local routine.
Definition at line 98 of file test_io.c.
|
static |
Test-local routine.
Definition at line 137 of file test_io.c.
|
static |
Test-local routine.
Definition at line 156 of file test_io.c.
|
static |
Test-local routine.
Definition at line 178 of file test_io.c.
|
static |
Test-local routine.
Definition at line 193 of file test_io.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Entry point for this unit-test binary.
Definition at line 229 of file test_io.c.