Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dcloptions.c88 app_ctx->cont_steps = 0; in ProcessCommandLineOptions()
89 …ontinue", "Continue from previous solution", NULL, app_ctx->cont_steps, &app_ctx->cont_steps, NULL… in ProcessCommandLineOptions()
95 if (option_set && app_ctx->cont_steps == 0) app_ctx->cont_steps = -1; // Read time from file in ProcessCommandLineOptions()
H A Dsetupts.c288 (user->app_ctx->cont_steps == step_no && step_no != 0)) { in TSMonitor_NS()
344 if (app_ctx->cont_steps) { // continue from previous timestep data in TSSolve_NS()
352 PetscCheck(app_ctx->cont_steps != -1, comm, PETSC_ERR_ARG_INCOMP, in TSSolve_NS()
356 PetscCall(TSSetStepNumber(*ts, app_ctx->cont_steps)); in TSSolve_NS()
H A Dmisc.c239 PetscCall(LoadFluidsBinaryVec(comm, viewer, Q, &app_ctx->cont_time, &app_ctx->cont_steps)); in SetupICsFromBinary()
441 if (user->app_ctx->cont_steps) { in PrintRunInfo()
447 … user->app_ctx->cont_file, user->app_ctx->cont_steps, user->app_ctx->cont_time)); in PrintRunInfo()
H A Dturb_spanstats.c600 if (steps == user->app_ctx->cont_steps) PetscFunctionReturn(PETSC_SUCCESS); in TSMonitor_TurbulenceStatistics()
/libCEED/examples/fluids/
H A Dnavierstokes.c229 if (app_ctx->cont_steps) { in main()
H A Dnavierstokes.h96 PetscInt cont_steps; member