|
PICurv 0.1.0
A Parallel Particle-In-Cell Solver for Curvilinear LES
|
C test module for PICurv. More...
#include "test_support.h"#include "BC_Handlers.h"#include "ParticleMotion.h"#include "ParticlePhysics.h"#include "ParticleSwarm.h"#include "initialcondition.h"#include "les.h"#include "runloop.h"#include "setup.h"#include "wallfunction.h"Go to the source code of this file.
Functions | |
| static PetscErrorCode | TestDistributeParticlesRemainderHandling (void) |
| Test-local routine. | |
| static PetscErrorCode | TestIsParticleInsideBoundingBoxBasicCases (void) |
| Test-local routine. | |
| static PetscErrorCode | TestUpdateParticleWeightsComputesExpectedRatios (void) |
| Test-local routine. | |
| static PetscErrorCode | TestUpdateParticlePositionWithoutBrownianContribution (void) |
| Test-local routine. | |
| static PetscErrorCode | TestUpdateParticleFieldIEMRelaxation (void) |
| Test-local routine. | |
| static PetscErrorCode | TestSetInitialInteriorFieldIgnoresNonUcontRequest (void) |
| Test-local routine. | |
| static PetscErrorCode | TestSetInitialInteriorFieldConstantProfileOnZInlet (void) |
| Test-local routine. | |
| static PetscErrorCode | TestWallNoSlipAndFreeSlipHelpers (void) |
| Test-local routine. | |
| static PetscErrorCode | TestWallModelScalarHelpers (void) |
| Test-local routine. | |
| static PetscErrorCode | TestValidateDrivenFlowConfigurationNoDrivenHandlers (void) |
| Test-local routine. | |
| static PetscErrorCode | TestComputeSmagorinskyConstantConstantModel (void) |
| Test-local routine. | |
| static PetscErrorCode | TestUpdateSolverHistoryVectorsShiftsStates (void) |
| Test-local routine. | |
| static PetscErrorCode | TestGetOwnedCellRangeSingleRankAccounting (void) |
| Test-local routine. | |
| static PetscErrorCode | TestComputeAndStoreNeighborRanksSingleRank (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_runtime_kernels.c.
|
static |
Test-local routine.
Definition at line 21 of file test_runtime_kernels.c.
|
static |
Test-local routine.
Definition at line 40 of file test_runtime_kernels.c.
|
static |
Test-local routine.
Definition at line 69 of file test_runtime_kernels.c.
|
static |
Test-local routine.
Definition at line 92 of file test_runtime_kernels.c.
|
static |
Test-local routine.
Definition at line 126 of file test_runtime_kernels.c.
|
static |
Test-local routine.
Definition at line 152 of file test_runtime_kernels.c.
|
static |
Test-local routine.
Definition at line 171 of file test_runtime_kernels.c.
|
static |
Test-local routine.
Definition at line 202 of file test_runtime_kernels.c.
|
static |
Test-local routine.
Definition at line 225 of file test_runtime_kernels.c.
|
static |
Test-local routine.
Definition at line 249 of file test_runtime_kernels.c.
|
static |
Test-local routine.
Definition at line 264 of file test_runtime_kernels.c.
|
static |
Test-local routine.
Definition at line 287 of file test_runtime_kernels.c.
|
static |
Test-local routine.
Definition at line 326 of file test_runtime_kernels.c.
|
static |
Test-local routine.
Definition at line 354 of file test_runtime_kernels.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Entry point for this unit-test binary.
Definition at line 377 of file test_runtime_kernels.c.