Home
last modified time | relevance | path

Searched refs:test_type (Results 1 – 10 of 10) sorted by relevance

/honee/src/ !
H A Dcloptions.c105 app_ctx->test_type = TESTTYPE_NONE; in ProcessCommandLineOptions()
106 … of test to run", NULL, TestTypes, (PetscEnum)app_ctx->test_type, (PetscEnum *)&app_ctx->test_type, in ProcessCommandLineOptions()
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()
172 if (honee->app_ctx->test_type == TESTTYPE_SOLVER) { in PostProcess()
H A Ddifferential_filter.c353 …if (honee->app_ctx->test_type == TESTTYPE_DIFF_FILTER) PetscCall(RegressionTest(honee->app_ctx, Fi… in TSMonitor_DifferentialFilter()
/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()
236 … } else if (honee->app_ctx->test_type == TESTTYPE_SPANSTATS && reason != TS_CONVERGED_ITERATING) { 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()
258 … if (honee->app_ctx->test_type == TESTTYPE_TURB_SPANSTATS && reason != TS_CONVERGED_ITERATING) { in TSMonitor_SpanwiseStatisticsTurbulence()
/honee/examples/ !
H A Dnavierstokes.c171 if (app_ctx->test_type != TESTTYPE_NONE) { in main()
/honee/problems/ !
H A Dblasius.c225 …PetscCheck((honee->phys->state_var == STATEVAR_CONSERVATIVE) || (honee->app_ctx->test_type == TEST… in NS_BLASIUS()
/honee/include/ !
H A Dnavierstokes.h99 TestType test_type; member
/honee/doc/ !
H A Druntime_options.md149 * - `-test_type`