Searched refs:compute_exact_solution_error (Results 1 – 6 of 6) sorted by relevance
43 problem->compute_exact_solution_error = PETSC_FALSE; in NS_SHOCKTUBE()
118 problem->compute_exact_solution_error = PETSC_TRUE; in NS_ADVECTION()131 problem->compute_exact_solution_error = PETSC_FALSE; in NS_ADVECTION()
45 problem->compute_exact_solution_error = PETSC_TRUE; in NS_EULER_VORTEX()
235 problem->compute_exact_solution_error = PETSC_FALSE; in NS_NEWTONIAN_IG()
236 bool compute_exact_solution_error; member
207 if (problem->compute_exact_solution_error && user->app_ctx->test_type == TESTTYPE_NONE) { in PostProcess()