Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dcloptions.c55 app_ctx->test_type = TESTTYPE_NONE; in ProcessCommandLineOptions()
56 …f test to run", NULL, TestTypes, (PetscEnum)(app_ctx->test_type), (PetscEnum *)&app_ctx->test_type, in ProcessCommandLineOptions()
H A Dsetupts.c324 if (app_ctx->test_type == TESTTYPE_NONE) PetscCall(TSSetErrorIfStepFails(*ts, PETSC_FALSE)); in TSSolve_NS()
358 if (app_ctx->test_type == TESTTYPE_NONE) { in TSSolve_NS()
372 if (app_ctx->test_type == TESTTYPE_NONE) PetscCall(PrintRunInfo(user, user->phys, problem, *ts)); in TSSolve_NS()
407 if (app_ctx->test_type == TESTTYPE_NONE) { in TSSolve_NS()
H A Dmisc.c207 if (problem->compute_exact_solution_error && user->app_ctx->test_type == TESTTYPE_NONE) { in PostProcess()
214 if (user->app_ctx->test_type == TESTTYPE_NONE) { in PostProcess()
223 if (user->app_ctx->test_type == TESTTYPE_SOLVER) { in PostProcess()
H A Dturb_spanstats.c611 if (user->app_ctx->test_type == TESTTYPE_NONE) { in TSMonitor_TurbulenceStatistics()
616 if (user->app_ctx->test_type == TESTTYPE_TURB_SPANSTATS && reason != TS_CONVERGED_ITERATING) { in TSMonitor_TurbulenceStatistics()
H A Ddifferential_filter.c324 …if (user->app_ctx->test_type == TESTTYPE_DIFF_FILTER) PetscCall(RegressionTest(user->app_ctx, Filt… in TSMonitor_DifferentialFilter()
/libCEED/examples/fluids/
H A Dnavierstokes.c298 if (app_ctx->test_type != TESTTYPE_NONE) { in main()
H A Dnavierstokes.h107 TestType test_type; member
H A DREADME.md42 * - `-test_type`
/libCEED/examples/fluids/problems/
H A Dblasius.c363 …PetscCheck((user->phys->state_var == STATEVAR_CONSERVATIVE) || (user->app_ctx->test_type == TESTTY… in NS_BLASIUS()