Searched refs:stats (Results 1 – 2 of 2) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | turb_spanstats.c | 543 PetscErrorCode ProcessStatistics(User user, Vec stats) { in ProcessStatistics() argument 583 PetscCall(KSPSolve(user_stats.ksp, RHS, stats)); in ProcessStatistics() 593 Vec stats; in TSMonitor_TurbulenceStatistics() local 609 PetscCall(DMGetGlobalVector(user->spanstats.dm, &stats)); in TSMonitor_TurbulenceStatistics() 610 PetscCall(ProcessStatistics(user, stats)); in TSMonitor_TurbulenceStatistics() 613 PetscCall(VecView(stats, user->app_ctx->turb_spanstats_viewer)); in TSMonitor_TurbulenceStatistics() 617 PetscCall(RegressionTest(user->app_ctx, stats)); in TSMonitor_TurbulenceStatistics() 621 PetscCall(VecDuplicate(stats, &error)); in TSMonitor_TurbulenceStatistics() 622 PetscCall(ApplyCeedOperatorGlobalToGlobal(stats, error, user->spanstats.mms_error_ctx)); in TSMonitor_TurbulenceStatistics() 628 PetscCall(DMRestoreGlobalVector(user->spanstats.dm, &stats)); in TSMonitor_TurbulenceStatistics()
|
| /libCEED/examples/fluids/ |
| H A D | index.md | 383 When stats are written out to file, this running sum is then divided by $T_f - T_0$ to get the time…
|