Searched refs:cont_time (Results 1 – 4 of 4) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | setupts.c | 348 if (app_ctx->cont_time <= 0) { // Legacy files did not include step number and time in TSSolve_NS() 350 PetscCall(PetscViewerBinaryRead(viewer, &app_ctx->cont_time, 1, &count, PETSC_REAL)); in TSSolve_NS() 355 PetscCall(TSSetTime(*ts, app_ctx->cont_time * user->units->second)); in TSSolve_NS() 366 CeedScalar previous_time = app_ctx->cont_time * user->units->second; in TSSolve_NS()
|
| H A D | misc.c | 239 PetscCall(LoadFluidsBinaryVec(comm, viewer, Q, &app_ctx->cont_time, &app_ctx->cont_steps)); in SetupICsFromBinary() 447 … user->app_ctx->cont_file, user->app_ctx->cont_steps, user->app_ctx->cont_time)); in PrintRunInfo()
|
| H A D | turb_spanstats.c | 576 PetscReal summing_duration = solution_time - user->app_ctx->cont_time; in ProcessStatistics()
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.h | 97 PetscReal cont_time; member
|