Home
last modified time | relevance | path

Searched refs:PrintRunInfo (Results 1 – 3 of 3) sorted by relevance

/honee/include/
H A Dnavierstokes.h267 PetscErrorCode PrintRunInfo(Honee honee, Physics phys_ctx, ProblemData problem, TS ts);
/honee/src/
H A Dmisc.c264 PetscErrorCode PrintRunInfo(Honee honee, Physics phys_ctx, ProblemData problem, TS ts) { in PrintRunInfo() function
H A Dsetupts.c497 …if (app_ctx->test_type == TESTTYPE_NONE) PetscCall(PrintRunInfo(honee, honee->phys, problem, *ts)); in TSSolve_NS()