Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dshocktube.c44 problem->print_info = PRINT_SHOCKTUBE; in NS_SHOCKTUBE()
H A Dadvection.c119 problem->print_info = PRINT_ADVECTION; in NS_ADVECTION()
132 problem->print_info = PRINT_ADVECTION; in NS_ADVECTION()
H A Deulervortex.c46 problem->print_info = PRINT_EULER_VORTEX; in NS_EULER_VORTEX()
H A Dnewtonian.c236 problem->print_info = PRINT_NEWTONIAN; in NS_NEWTONIAN_IG()
/libCEED/examples/fluids/
H A Dnavierstokes.h240 PetscErrorCode (*print_info)(User, ProblemData, AppCtx); member
/libCEED/examples/fluids/src/
H A Dmisc.c391 PetscCall(problem->print_info(user, problem, user->app_ctx)); in PrintRunInfo()