Home
last modified time | relevance | path

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

/honee/src/
H A Dsetupts.c214 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()
H A Dhonee.c97 PetscCall(DMDestroy(&honee_->dm_viz)); in HoneeDestroy()
H A Dsetupdm.c156 honee->dm_viz = dm_hierarchy[honee->app_ctx->viz_refine]; in VizRefineDM()
/honee/include/
H A Dnavierstokes.h156 DM dm_viz; member