|
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.
Macros | |
| #define | PICURV_TEST_ERR_ENVIRONMENT PETSC_ERR_USER_INPUT |
Functions | |
| static PetscErrorCode | TestEnvironmentVisible (void) |
| Test-local routine. | |
| static PetscErrorCode | TestBasicPetscObjects (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_install_check.c.
| #define PICURV_TEST_ERR_ENVIRONMENT PETSC_ERR_USER_INPUT |
Definition at line 13 of file test_install_check.c.
|
static |
Test-local routine.
Definition at line 19 of file test_install_check.c.
|
static |
Test-local routine.
Definition at line 32 of file test_install_check.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Entry point for this unit-test binary.
Definition at line 67 of file test_install_check.c.