Lines Matching refs:app_ctx
94 PetscErrorCode RegressionTest(AppCtx app_ctx, Vec Q) { in RegressionTest() argument
103 …PetscCheck(strcmp(app_ctx->test_file_path, "") != 0, comm, PETSC_ERR_FILE_READ, "File for regressi… in RegressionTest()
104 PetscCall(PetscViewerBinaryOpen(comm, app_ctx->test_file_path, FILE_MODE_READ, &viewer)); in RegressionTest()
114 if (error > app_ctx->test_tol) { in RegressionTest()
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()
173 PetscCall(RegressionTest(honee->app_ctx, Q)); in PostProcess()
283 PetscCall(problem->print_info(honee, problem, honee->app_ctx)); in PrintRunInfo()
338 if (honee->app_ctx->use_continue_file) { in PrintRunInfo()
344 … honee->app_ctx->cont_file, honee->app_ctx->cont_steps, honee->app_ctx->cont_time)); in PrintRunInfo()
349 const CeedInt num_P = honee->app_ctx->degree + 1, num_Q = num_P + honee->app_ctx->q_extra; in PrintRunInfo()