Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dturb_spanstats.c509 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()
H A Dcloptions.c146 …r_turbulence_spanstats_viewer", "Viewer for the statistics", NULL, &app_ctx->turb_spanstats_viewer, in ProcessCommandLineOptions()
/libCEED/examples/fluids/
H A Dnavierstokes.c332 PetscCall(PetscViewerDestroy(&app_ctx->turb_spanstats_viewer)); in main()
H A Dnavierstokes.h114 PetscViewer turb_spanstats_viewer; member