Searched refs:turb_spanstats_viewer (Results 1 – 4 of 4) sorted by relevance
509 PetscCall(PetscViewerGetType(user->app_ctx->turb_spanstats_viewer, &viewer_type)); in TurbulenceStatisticsSetup()512 …PetscCall(PetscViewerSetOptionsPrefix(user->app_ctx->turb_spanstats_viewer, "ts_monitor_turbulence… in TurbulenceStatisticsSetup()513 PetscCall(PetscViewerSetFromOptions(user->app_ctx->turb_spanstats_viewer)); in TurbulenceStatisticsSetup()612 …PetscCall(PetscViewerPushFormat(user->app_ctx->turb_spanstats_viewer, user->app_ctx->turb_spanstat… in TSMonitor_TurbulenceStatistics()613 PetscCall(VecView(stats, user->app_ctx->turb_spanstats_viewer)); in TSMonitor_TurbulenceStatistics()614 PetscCall(PetscViewerPopFormat(user->app_ctx->turb_spanstats_viewer)); in TSMonitor_TurbulenceStatistics()
146 …r_turbulence_spanstats_viewer", "Viewer for the statistics", NULL, &app_ctx->turb_spanstats_viewer, in ProcessCommandLineOptions()
332 PetscCall(PetscViewerDestroy(&app_ctx->turb_spanstats_viewer)); in main()
114 PetscViewer turb_spanstats_viewer; member