Searched refs:dm_viz (Results 1 – 4 of 4) sorted by relevance
214 if (honee->dm_viz) { in WriteOutput()219 PetscCall(DMGetGlobalVector(honee->dm_viz, &Q_refined)); in WriteOutput()220 PetscCall(DMGetLocalVector(honee->dm_viz, &Q_refined_loc)); in WriteOutput()225 PetscCall(DMGlobalToLocal(honee->dm_viz, Q_refined, INSERT_VALUES, Q_refined_loc)); in WriteOutput()232 PetscCall(DMRestoreLocalVector(honee->dm_viz, &Q_refined_loc)); in WriteOutput()233 PetscCall(DMRestoreGlobalVector(honee->dm_viz, &Q_refined)); in WriteOutput()
97 PetscCall(DMDestroy(&honee_->dm_viz)); in HoneeDestroy()
156 honee->dm_viz = dm_hierarchy[honee->app_ctx->viz_refine]; in VizRefineDM()
156 DM dm_viz; member