Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dsetupts.c197 if (user->dm_viz) { in WriteOutput()
202 PetscCall(DMGetGlobalVector(user->dm_viz, &Q_refined)); in WriteOutput()
203 PetscCall(DMGetLocalVector(user->dm_viz, &Q_refined_loc)); in WriteOutput()
208 PetscCall(DMGlobalToLocal(user->dm_viz, Q_refined, INSERT_VALUES, Q_refined_loc)); in WriteOutput()
215 PetscCall(DMRestoreLocalVector(user->dm_viz, &Q_refined_loc)); in WriteOutput()
216 PetscCall(DMRestoreGlobalVector(user->dm_viz, &Q_refined)); in WriteOutput()
H A Dsetupdm.c144 user->dm_viz = dm_hierarchy[user->app_ctx->viz_refine]; in VizRefineDM()
/libCEED/examples/fluids/
H A Dnavierstokes.c321 PetscCall(DMDestroy(&user->dm_viz)); in main()
H A Dnavierstokes.h173 DM dm_viz; member