Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexglvis.c43 Vec xlocal, xfield, *Ufield; in DMSetUpGLVisViewer_Plex() local
144 PetscCall(VecCreateSeq(PETSC_COMM_SELF, Nv * Nc, &xfield)); in DMSetUpGLVisViewer_Plex()
156 PetscCall(VecCreateSeq(PETSC_COMM_SELF, Nc * totc, &xfield)); in DMSetUpGLVisViewer_Plex()
166 PetscCall(VecScatterCreate(xlocal, isfield, xfield, NULL, &ctx->scctx[ctx->nf])); in DMSetUpGLVisViewer_Plex()
167 PetscCall(VecDestroy(&xfield)); in DMSetUpGLVisViewer_Plex()
183 PetscCall(VecCreateSeq(PETSC_COMM_SELF, totc, &xfield)); in DMSetUpGLVisViewer_Plex()
192 PetscCall(VecScatterCreate(xlocal, isfield, xfield, NULL, &ctx->scctx[ctx->nf])); in DMSetUpGLVisViewer_Plex()
193 PetscCall(VecDestroy(&xfield)); in DMSetUpGLVisViewer_Plex()