Searched refs:dm_viz (Results 1 – 4 of 4) sorted by relevance
197 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()
144 user->dm_viz = dm_hierarchy[user->app_ctx->viz_refine]; in VizRefineDM()
321 PetscCall(DMDestroy(&user->dm_viz)); in main()
173 DM dm_viz; member