Home
last modified time | relevance | path

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

/honee/problems/
H A Dshocktube.c120 problem->print_info = PRINT_SHOCKTUBE; in NS_SHOCKTUBE()
H A Deulervortex.c76 problem->print_info = PRINT_EULER_VORTEX; in NS_EULER_VORTEX()
H A Dadvection.c546 problem->print_info = PRINT_ADVECTION; in NS_ADVECTION()
H A Dnewtonian.c535 problem->print_info = PRINT_NEWTONIAN; in NS_NEWTONIAN_IG()
/honee/include/
H A Dnavierstokes.h247 PetscErrorCode (*print_info)(Honee, ProblemData, AppCtx); member
/honee/src/
H A Dmisc.c283 PetscCall(problem->print_info(honee, problem, honee->app_ctx)); in PrintRunInfo()