Searched refs:cont_steps (Results 1 – 6 of 6) sorted by relevance
148 …PetscCall(HoneeLoadInitialCondition(app_ctx->cont_file, &app_ctx->cont_steps, &app_ctx->cont_time,… in main()
301 (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()
344 … honee->app_ctx->cont_file, honee->app_ctx->cont_steps, honee->app_ctx->cont_time)); in PrintRunInfo()
198 if (steps == honee->app_ctx->cont_steps) PetscFunctionReturn(PETSC_SUCCESS); in TSMonitor_SpanwiseStatisticsCflPe()
220 if (steps == honee->app_ctx->cont_steps) PetscFunctionReturn(PETSC_SUCCESS); in TSMonitor_SpanwiseStatisticsTurbulence()
89 PetscInt cont_steps; member