Searched refs:cont_steps (Results 1 – 6 of 6) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | cloptions.c | 88 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 D | setupts.c | 288 (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 D | misc.c | 239 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 D | turb_spanstats.c | 600 if (steps == user->app_ctx->cont_steps) PetscFunctionReturn(PETSC_SUCCESS); in TSMonitor_TurbulenceStatistics()
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.c | 229 if (app_ctx->cont_steps) { in main()
|
| H A D | navierstokes.h | 96 PetscInt cont_steps; member
|