Home
last modified time | relevance | path

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

/petsc/src/dm/impls/da/
H A Dgrglvis.c37 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()
[all …]