Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dsetupts.c198 Vec Q_refined, Q_refined_loc; in WriteOutput() local
203 PetscCall(DMGetLocalVector(user->dm_viz, &Q_refined_loc)); in WriteOutput()
204 PetscCall(PetscObjectSetName((PetscObject)Q_refined_loc, "Refined")); in WriteOutput()
207 PetscCall(VecZeroEntries(Q_refined_loc)); in WriteOutput()
208 PetscCall(DMGlobalToLocal(user->dm_viz, Q_refined, INSERT_VALUES, Q_refined_loc)); in WriteOutput()
214 PetscCall(VecView(Q_refined_loc, viewer_refined)); in WriteOutput()
215 PetscCall(DMRestoreLocalVector(user->dm_viz, &Q_refined_loc)); in WriteOutput()