Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
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 Dcloptions.c55 app_ctx->test_type = TESTTYPE_NONE; in ProcessCommandLineOptions()
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()
H A Dturb_spanstats.c611 if (user->app_ctx->test_type == TESTTYPE_NONE) { in TSMonitor_TurbulenceStatistics()
/libCEED/examples/fluids/
H A Dnavierstokes.c298 if (app_ctx->test_type != TESTTYPE_NONE) { in main()
H A Dnavierstokes.h56 TESTTYPE_NONE = 0, enumerator