Home
last modified time | relevance | path

Searched refs:Q_refined (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
202 PetscCall(DMGetGlobalVector(user->dm_viz, &Q_refined)); in WriteOutput()
206 PetscCall(MatInterpolate(user->interp_viz, Q, Q_refined)); in WriteOutput()
208 PetscCall(DMGlobalToLocal(user->dm_viz, Q_refined, INSERT_VALUES, Q_refined_loc)); in WriteOutput()
213 …PetscCall(PetscViewerVTKOpen(PetscObjectComm((PetscObject)Q_refined), file_path_refined, FILE_MODE… in WriteOutput()
216 PetscCall(DMRestoreGlobalVector(user->dm_viz, &Q_refined)); in WriteOutput()