Searched refs:stats (Results 1 – 5 of 5) sorted by relevance
| /honee/src/spanstats/ |
| H A D | turbulence.c | 211 Vec stats; in TSMonitor_SpanwiseStatisticsTurbulence() local 229 PetscCall(DMGetGlobalVector(spanstats->dm, &stats)); in TSMonitor_SpanwiseStatisticsTurbulence() 230 PetscCall(SpanwiseStatisticsProcess(honee, spanstats, stats)); in TSMonitor_SpanwiseStatisticsTurbulence() 233 PetscCall(VecView(stats, ctx->viewer)); in TSMonitor_SpanwiseStatisticsTurbulence() 259 PetscCall(RegressionTest(honee->app_ctx, stats)); in TSMonitor_SpanwiseStatisticsTurbulence() 263 PetscCall(VecDuplicate(stats, &error)); in TSMonitor_SpanwiseStatisticsTurbulence() 264 PetscCall(ApplyCeedOperatorGlobalToGlobal(stats, error, spanstats->mms_error_ctx)); in TSMonitor_SpanwiseStatisticsTurbulence() 270 PetscCall(DMRestoreGlobalVector(spanstats->dm, &stats)); in TSMonitor_SpanwiseStatisticsTurbulence()
|
| H A D | cflpe.c | 188 Vec stats; in TSMonitor_SpanwiseStatisticsCflPe() local 209 PetscCall(DMGetGlobalVector(spanstats->dm, &stats)); in TSMonitor_SpanwiseStatisticsCflPe() 210 PetscCall(SpanwiseStatisticsProcess(honee, spanstats, stats)); in TSMonitor_SpanwiseStatisticsCflPe() 214 PetscCall(VecView(stats, ctx->viewer)); in TSMonitor_SpanwiseStatisticsCflPe() 237 PetscCall(RegressionTest(honee->app_ctx, stats)); in TSMonitor_SpanwiseStatisticsCflPe() 240 PetscCall(DMRestoreGlobalVector(spanstats->dm, &stats)); in TSMonitor_SpanwiseStatisticsCflPe()
|
| H A D | spanstats.c | 423 PetscErrorCode SpanwiseStatisticsProcess(Honee honee, SpanStatsCtx spanstats, Vec stats) { in SpanwiseStatisticsProcess() argument 462 PetscCall(KSPSolve(spanstats->ksp, RHS, stats)); in SpanwiseStatisticsProcess()
|
| /honee/include/ |
| H A D | spanstats.h | 39 PetscErrorCode SpanwiseStatisticsProcess(Honee honee, SpanStatsCtx spanstats, Vec stats);
|
| /honee/doc/ |
| H A D | auxiliary.md | 68 When stats are written out to file, this running sum is then divided by $T_f - T_0$ to get the time…
|