Searched refs:TESTTYPE_NONE (Results 1 – 7 of 7) sorted by relevance
| /honee/src/ |
| H A D | setupts.c | 437 if (app_ctx->test_type == TESTTYPE_NONE) PetscCall(TSSetErrorIfStepFails(*ts, PETSC_FALSE)); in TSSolve_NS() 474 if (app_ctx->test_type == TESTTYPE_NONE) PetscCall(TSMonitorSet(*ts, TSMonitor_NS, honee, NULL)); in TSSolve_NS() 497 …if (app_ctx->test_type == TESTTYPE_NONE) PetscCall(PrintRunInfo(honee, honee->phys, problem, *ts)); in TSSolve_NS() 539 if (app_ctx->test_type == TESTTYPE_NONE) { in TSSolve_NS()
|
| H A D | misc.c | 156 if (problem->compute_exact_solution_error && honee->app_ctx->test_type == TESTTYPE_NONE) { in PostProcess() 163 if (honee->app_ctx->test_type == TESTTYPE_NONE) { in PostProcess()
|
| H A D | cloptions.c | 105 app_ctx->test_type = TESTTYPE_NONE; in ProcessCommandLineOptions()
|
| /honee/src/spanstats/ |
| H A D | cflpe.c | 157 …PetscCheck(!is_ascii || honee->app_ctx->test_type != TESTTYPE_NONE, PetscObjectComm((PetscObject)t… in SpanwiseStatisticsSetup_CflPe() 212 if (honee->app_ctx->test_type == TESTTYPE_NONE) { in TSMonitor_SpanwiseStatisticsCflPe()
|
| H A D | turbulence.c | 159 …PetscCheck(!is_ascii || honee->app_ctx->test_type != TESTTYPE_NONE, PetscObjectComm((PetscObject)t… in SpanwiseStatisticsSetup_Turbulence() 231 if (honee->app_ctx->test_type == TESTTYPE_NONE) { in TSMonitor_SpanwiseStatisticsTurbulence()
|
| /honee/examples/ |
| H A D | navierstokes.c | 171 if (app_ctx->test_type != TESTTYPE_NONE) { in main()
|
| /honee/include/ |
| H A D | navierstokes.h | 43 TESTTYPE_NONE = 0, enumerator
|