Searched refs:compute_exact_solution_error (Results 1 – 6 of 6) sorted by relevance
119 problem->compute_exact_solution_error = PETSC_FALSE; in NS_SHOCKTUBE()
75 problem->compute_exact_solution_error = PETSC_TRUE; in NS_EULER_VORTEX()
553 problem->compute_exact_solution_error = PETSC_TRUE; in NS_ADVECTION()559 problem->compute_exact_solution_error = PETSC_FALSE; in NS_ADVECTION()
534 problem->compute_exact_solution_error = PETSC_FALSE; in NS_NEWTONIAN_IG()
240 bool compute_exact_solution_error; member
156 if (problem->compute_exact_solution_error && honee->app_ctx->test_type == TESTTYPE_NONE) { in PostProcess()