Searched refs:collect_interval (Results 1 – 4 of 4) sorted by relevance
191 …PetscInt collect_interval = spanstats->collect_interval, viewer_interval = ctx->view_inte… in TSMonitor_SpanwiseStatisticsCflPe() local202 if (steps % collect_interval == 0 || run_processing_and_viewer) { in TSMonitor_SpanwiseStatisticsCflPe()
214 …PetscInt collect_interval = spanstats->collect_interval, viewer_interval = ctx->view_inte… in TSMonitor_SpanwiseStatisticsTurbulence() local224 if (steps % collect_interval == 0 || run_processing_and_viewer) { in TSMonitor_SpanwiseStatisticsTurbulence()
367 spanstats_->collect_interval = 1; in SpanwiseStatisticsSetupInitialize()368 …PetscCall(PetscOptionsGetInt(NULL, prefix, "-collect_interval", &spanstats_->collect_interval, NUL… in SpanwiseStatisticsSetupInitialize()
21 PetscInt collect_interval; member