Searched refs:test_type (Results 1 – 10 of 10) sorted by relevance
| /honee/src/ |
| H A D | cloptions.c | 105 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 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() 172 if (honee->app_ctx->test_type == TESTTYPE_SOLVER) { in PostProcess()
|
| H A D | differential_filter.c | 353 …if (honee->app_ctx->test_type == TESTTYPE_DIFF_FILTER) PetscCall(RegressionTest(honee->app_ctx, Fi… in TSMonitor_DifferentialFilter()
|
| /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() 236 … } else if (honee->app_ctx->test_type == TESTTYPE_SPANSTATS && reason != TS_CONVERGED_ITERATING) { 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() 258 … if (honee->app_ctx->test_type == TESTTYPE_TURB_SPANSTATS && reason != TS_CONVERGED_ITERATING) { in TSMonitor_SpanwiseStatisticsTurbulence()
|
| /honee/examples/ |
| H A D | navierstokes.c | 171 if (app_ctx->test_type != TESTTYPE_NONE) { in main()
|
| /honee/problems/ |
| H A D | blasius.c | 225 …PetscCheck((honee->phys->state_var == STATEVAR_CONSERVATIVE) || (honee->app_ctx->test_type == TEST… in NS_BLASIUS()
|
| /honee/include/ |
| H A D | navierstokes.h | 99 TestType test_type; member
|
| /honee/doc/ |
| H A D | runtime_options.md | 149 * - `-test_type`
|