Home
last modified time | relevance | path

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

/libCEED/examples/fluids/
H A Dnavierstokes.h272 PetscErrorCode PrintRunInfo(User user, Physics phys_ctx, ProblemData problem, TS ts);
/libCEED/examples/fluids/src/
H A Dsetupts.c372 if (app_ctx->test_type == TESTTYPE_NONE) PetscCall(PrintRunInfo(user, user->phys, problem, *ts)); in TSSolve_NS()
H A Dmisc.c372 PetscErrorCode PrintRunInfo(User user, Physics phys_ctx, ProblemData problem, TS ts) { in PrintRunInfo() function