Searched refs:dactx (Results 1 – 1 of 1) sorted by relevance
37 DMDAGhostedGLVisViewerCtx *dactx; in DMDAGetNumElementsGhosted() local46 PetscCall(DMGetApplicationContext(da, &dactx)); in DMDAGetNumElementsGhosted()47 if (dactx->ll) { in DMDAGetNumElementsGhosted()93 DMDAGhostedGLVisViewerCtx *dactx; in DMDASampleGLVisFields_Private() local102 PetscCall(DMGetApplicationContext(da, &dactx)); in DMDASampleGLVisFields_Private()109 if (dactx->ll) { in DMDASampleGLVisFields_Private()149 DMDAGhostedGLVisViewerCtx *dactx; in DMSetUpGLVisViewer_DMDA() local156 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()[all …]