Home
last modified time | relevance | path

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

/honee/src/
H A Dsetupts.c215 Vec Q_refined, Q_refined_loc; in WriteOutput() local
219 PetscCall(DMGetGlobalVector(honee->dm_viz, &Q_refined)); in WriteOutput()
223 PetscCall(MatInterpolate(honee->interp_viz, Q, Q_refined)); in WriteOutput()
225 PetscCall(DMGlobalToLocal(honee->dm_viz, Q_refined, INSERT_VALUES, Q_refined_loc)); in WriteOutput()
230 …PetscCall(PetscViewerVTKOpen(PetscObjectComm((PetscObject)Q_refined), file_path_refined, FILE_MODE… in WriteOutput()
233 PetscCall(DMRestoreGlobalVector(honee->dm_viz, &Q_refined)); in WriteOutput()