Home
last modified time | relevance | path

Searched refs:TESTTYPE_NONE (Results 1 – 7 of 7) sorted by relevance

/honee/src/
H A Dsetupts.c437 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 Dmisc.c156 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 Dcloptions.c105 app_ctx->test_type = TESTTYPE_NONE; in ProcessCommandLineOptions()
/honee/src/spanstats/
H A Dcflpe.c157 …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 Dturbulence.c159 …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 Dnavierstokes.c171 if (app_ctx->test_type != TESTTYPE_NONE) { in main()
/honee/include/
H A Dnavierstokes.h43 TESTTYPE_NONE = 0, enumerator