Home
last modified time | relevance | path

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

/honee/problems/
H A Dshocktube.c119 problem->compute_exact_solution_error = PETSC_FALSE; in NS_SHOCKTUBE()
H A Deulervortex.c75 problem->compute_exact_solution_error = PETSC_TRUE; in NS_EULER_VORTEX()
H A Dadvection.c553 problem->compute_exact_solution_error = PETSC_TRUE; in NS_ADVECTION()
559 problem->compute_exact_solution_error = PETSC_FALSE; in NS_ADVECTION()
H A Dnewtonian.c534 problem->compute_exact_solution_error = PETSC_FALSE; in NS_NEWTONIAN_IG()
/honee/include/
H A Dnavierstokes.h240 bool compute_exact_solution_error; member
/honee/src/
H A Dmisc.c156 if (problem->compute_exact_solution_error && honee->app_ctx->test_type == TESTTYPE_NONE) { in PostProcess()