|
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 | TestSetupPostProcessSwarmRegistersPipelineFields (void) |
| Test-local routine. | |
| static PetscErrorCode | TestEulerianDataProcessingPipelineRunsConfiguredKernels (void) |
| Test-local routine. | |
| static PetscErrorCode | TestParticleDataProcessingPipelineComputesSpecificKE (void) |
| Test-local routine. | |
| static PetscErrorCode | TestGlobalStatisticsPipelineWritesMSDCSV (void) |
| Test-local routine. | |
| static PetscErrorCode | TestWriteEulerianFileWritesVTS (void) |
| Test-local routine. | |
| static PetscErrorCode | TestWriteParticleFileWritesVTP (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_postprocessor.c.
|
static |
Test-local routine.
Definition at line 16 of file test_postprocessor.c.
|
static |
Test-local routine.
Definition at line 45 of file test_postprocessor.c.
|
static |
Test-local routine.
Definition at line 75 of file test_postprocessor.c.
|
static |
Test-local routine.
Definition at line 113 of file test_postprocessor.c.
|
static |
Test-local routine.
Definition at line 161 of file test_postprocessor.c.
|
static |
Test-local routine.
Definition at line 189 of file test_postprocessor.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Entry point for this unit-test binary.
Definition at line 234 of file test_postprocessor.c.