|
PICurv 0.1.0
A Parallel Particle-In-Cell Solver for Curvilinear LES
|
C unit tests for VTK output preparation and file writing helpers. More...
Go to the source code of this file.
Functions | |
| static PetscErrorCode | TestPrepareOutputCoordinatesSubsamplesInteriorGrid (void) |
| Tests coordinate extraction with interior-grid subsampling. | |
| static PetscErrorCode | TestPrepareOutputEulerianFieldDataSubsamplesScalar (void) |
| Tests Eulerian scalar field extraction with subsampling. | |
| static PetscErrorCode | TestPrepareOutputParticleDataSubsampling (void) |
| Tests particle-data extraction with output subsampling. | |
| static PetscErrorCode | TestCreateVTKFileFromMetadataWritesStructuredGrid (void) |
| Tests structured-grid VTK file creation from assembled metadata. | |
| int | main (int argc, char **argv) |
| Runs the unit-post-vtk PETSc test binary. | |
C unit tests for VTK output preparation and file writing helpers.
Definition in file test_vtk_io.c.
|
static |
Tests coordinate extraction with interior-grid subsampling.
Definition at line 16 of file test_vtk_io.c.
|
static |
Tests Eulerian scalar field extraction with subsampling.
Definition at line 54 of file test_vtk_io.c.
|
static |
Tests particle-data extraction with output subsampling.
Definition at line 88 of file test_vtk_io.c.
|
static |
Tests structured-grid VTK file creation from assembled metadata.
Definition at line 148 of file test_vtk_io.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Runs the unit-post-vtk PETSc test binary.
Definition at line 201 of file test_vtk_io.c.