Home
last modified time | relevance | path

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

/honee/src/spanstats/
H A Dcflpe.c191 …PetscInt collect_interval = spanstats->collect_interval, viewer_interval = ctx->view_inte… in TSMonitor_SpanwiseStatisticsCflPe() local
202 if (steps % collect_interval == 0 || run_processing_and_viewer) { in TSMonitor_SpanwiseStatisticsCflPe()
H A Dturbulence.c214 …PetscInt collect_interval = spanstats->collect_interval, viewer_interval = ctx->view_inte… in TSMonitor_SpanwiseStatisticsTurbulence() local
224 if (steps % collect_interval == 0 || run_processing_and_viewer) { in TSMonitor_SpanwiseStatisticsTurbulence()
H A Dspanstats.c367 spanstats_->collect_interval = 1; in SpanwiseStatisticsSetupInitialize()
368 …PetscCall(PetscOptionsGetInt(NULL, prefix, "-collect_interval", &spanstats_->collect_interval, NUL… in SpanwiseStatisticsSetupInitialize()
/honee/include/
H A Dspanstats.h21 PetscInt collect_interval; member