Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexglvis.c11 VecScatter *scctx; member
20 for (i = 0; i < ctx->nf; i++) PetscCall(VecScatterDestroy(&ctx->scctx[i])); in DestroyGLVisViewerCtx_Private()
21 PetscCall(PetscFree(ctx->scctx)); in DestroyGLVisViewerCtx_Private()
33 …PetscCall(VecScatterBegin(ctx->scctx[f], (Vec)oX, (Vec)oXfield[f], INSERT_VALUES, SCATTER_FORWARD)… in DMPlexSampleGLVisFields_Private()
34 … PetscCall(VecScatterEnd(ctx->scctx[f], (Vec)oX, (Vec)oXfield[f], INSERT_VALUES, SCATTER_FORWARD)); in DMPlexSampleGLVisFields_Private()
94 PetscCall(PetscCalloc1(maxfields, &ctx->scctx)); in DMSetUpGLVisViewer_Plex()
166 PetscCall(VecScatterCreate(xlocal, isfield, xfield, NULL, &ctx->scctx[ctx->nf])); in DMSetUpGLVisViewer_Plex()
192 PetscCall(VecScatterCreate(xlocal, isfield, xfield, NULL, &ctx->scctx[ctx->nf])); in DMSetUpGLVisViewer_Plex()