Home
last modified time | relevance | path

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

/honee/examples/
H A Dnavierstokes.c148 …PetscCall(HoneeLoadInitialCondition(app_ctx->cont_file, &app_ctx->cont_steps, &app_ctx->cont_time,… in main()
/honee/src/
H A Dsetupts.c301 (honee->app_ctx->cont_steps == step_no && step_no != 0)) { in TSMonitor_NS()
457 if (app_ctx->cont_steps) { // continue from previous timestep data in TSSolve_NS()
459 PetscCall(TSSetStepNumber(*ts, app_ctx->cont_steps)); in TSSolve_NS()
H A Dmisc.c344 … honee->app_ctx->cont_file, honee->app_ctx->cont_steps, honee->app_ctx->cont_time)); in PrintRunInfo()
/honee/src/spanstats/
H A Dcflpe.c198 if (steps == honee->app_ctx->cont_steps) PetscFunctionReturn(PETSC_SUCCESS); in TSMonitor_SpanwiseStatisticsCflPe()
H A Dturbulence.c220 if (steps == honee->app_ctx->cont_steps) PetscFunctionReturn(PETSC_SUCCESS); in TSMonitor_SpanwiseStatisticsTurbulence()
/honee/include/
H A Dnavierstokes.h89 PetscInt cont_steps; member