Home
last modified time | relevance | path

Searched refs:cont_time (Results 1 – 4 of 4) sorted by relevance

/libCEED/examples/fluids/src/
H A Dsetupts.c348 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 Dmisc.c239 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 Dturb_spanstats.c576 PetscReal summing_duration = solution_time - user->app_ctx->cont_time; in ProcessStatistics()
/libCEED/examples/fluids/
H A Dnavierstokes.h97 PetscReal cont_time; member