Home
last modified time | relevance | path

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

/honee/examples/
H A Dnavierstokes.c148 …cCall(HoneeLoadInitialCondition(app_ctx->cont_file, &app_ctx->cont_steps, &app_ctx->cont_time, Q)); in main()
/honee/include/
H A Dnavierstokes.h90 PetscReal cont_time; member
/honee/src/
H A Dmisc.c344 … honee->app_ctx->cont_file, honee->app_ctx->cont_steps, honee->app_ctx->cont_time)); in PrintRunInfo()
H A Dsetupts.c458 PetscCall(TSSetTime(*ts, app_ctx->cont_time * honee->units->second)); in TSSolve_NS()
/honee/src/spanstats/
H A Dspanstats.c455 PetscReal summing_duration = solution_time - honee->app_ctx->cont_time; in SpanwiseStatisticsProcess()