Searched refs:Q_refined_loc (Results 1 – 1 of 1) sorted by relevance
215 Vec Q_refined, Q_refined_loc; in WriteOutput() local220 PetscCall(DMGetLocalVector(honee->dm_viz, &Q_refined_loc)); in WriteOutput()221 PetscCall(PetscObjectSetName((PetscObject)Q_refined_loc, "Refined")); in WriteOutput()224 PetscCall(VecZeroEntries(Q_refined_loc)); in WriteOutput()225 PetscCall(DMGlobalToLocal(honee->dm_viz, Q_refined, INSERT_VALUES, Q_refined_loc)); in WriteOutput()231 PetscCall(VecView(Q_refined_loc, viewer_refined)); in WriteOutput()232 PetscCall(DMRestoreLocalVector(honee->dm_viz, &Q_refined_loc)); in WriteOutput()