Home
last modified time | relevance | path

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

/petsc/src/dm/impls/da/
H A Dgr2.c29 ZoomCtx *zctx = (ZoomCtx *)ctx; in VecView_MPI_Draw_DA2d_Zoom() local
36 m = zctx->m; in VecView_MPI_Draw_DA2d_Zoom()
37 n = zctx->n; in VecView_MPI_Draw_DA2d_Zoom()
38 dof = zctx->dof; in VecView_MPI_Draw_DA2d_Zoom()
39 k = zctx->k; in VecView_MPI_Draw_DA2d_Zoom()
40 xy = zctx->xy; in VecView_MPI_Draw_DA2d_Zoom()
41 v = zctx->v; in VecView_MPI_Draw_DA2d_Zoom()
42 min = zctx->min; in VecView_MPI_Draw_DA2d_Zoom()
43 max = zctx->max; in VecView_MPI_Draw_DA2d_Zoom()
71 if (zctx->showgrid) { in VecView_MPI_Draw_DA2d_Zoom()
[all …]