Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dshocktube.c43 problem->compute_exact_solution_error = PETSC_FALSE; in NS_SHOCKTUBE()
H A Dadvection.c118 problem->compute_exact_solution_error = PETSC_TRUE; in NS_ADVECTION()
131 problem->compute_exact_solution_error = PETSC_FALSE; in NS_ADVECTION()
H A Deulervortex.c45 problem->compute_exact_solution_error = PETSC_TRUE; in NS_EULER_VORTEX()
H A Dnewtonian.c235 problem->compute_exact_solution_error = PETSC_FALSE; in NS_NEWTONIAN_IG()
/libCEED/examples/fluids/
H A Dnavierstokes.h236 bool compute_exact_solution_error; member
/libCEED/examples/fluids/src/
H A Dmisc.c207 if (problem->compute_exact_solution_error && user->app_ctx->test_type == TESTTYPE_NONE) { in PostProcess()