Lines Matching refs:dactx
37 DMDAGhostedGLVisViewerCtx *dactx; in DMDAGetNumElementsGhosted() local
46 PetscCall(DMGetApplicationContext(da, &dactx)); in DMDAGetNumElementsGhosted()
47 if (dactx->ll) { in DMDAGetNumElementsGhosted()
93 DMDAGhostedGLVisViewerCtx *dactx; in DMDASampleGLVisFields_Private() local
102 PetscCall(DMGetApplicationContext(da, &dactx)); in DMDASampleGLVisFields_Private()
109 if (dactx->ll) { in DMDASampleGLVisFields_Private()
149 DMDAGhostedGLVisViewerCtx *dactx; in DMSetUpGLVisViewer_DMDA() local
156 PetscCall(PetscNew(&dactx)); in DMSetUpGLVisViewer_DMDA()
157 dactx->ll = PETSC_TRUE; /* default to match elements layout obtained by DMDAGetElements */ in DMSetUpGLVisViewer_DMDA()
159 …sBool("-viewer_glvis_dm_da_ll", "Left-looking subdomain view", NULL, dactx->ll, &dactx->ll, NULL)); in DMSetUpGLVisViewer_DMDA()
187 PetscCall(DMSetApplicationContext(daview, dactx)); in DMSetUpGLVisViewer_DMDA()
246 DMDAGhostedGLVisViewerCtx *dactx; in DMSetUpGLVisViewer_DMDA() local
256 PetscCall(DMGetApplicationContext(daview, &dactx)); in DMSetUpGLVisViewer_DMDA()
474 DMDAGhostedGLVisViewerCtx *dactx; in DMDAView_GLVis_ASCII() local
476 PetscCall(DMGetApplicationContext(da, &dactx)); in DMDAView_GLVis_ASCII()
481 if (dactx->ll) { in DMDAView_GLVis_ASCII()