Searched refs:isfield (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexglvis.c | 45 IS globalNum, isfield; in DMSetUpGLVisViewer_Plex() local 152 …ISCreateGeneral(PetscObjectComm((PetscObject)xlocal), Nv * Nc, idxs, PETSC_USE_POINTER, &isfield)); in DMSetUpGLVisViewer_Plex() 164 …CreateGeneral(PetscObjectComm((PetscObject)xlocal), totc * Nc, idxs, PETSC_USE_POINTER, &isfield)); in DMSetUpGLVisViewer_Plex() 166 PetscCall(VecScatterCreate(xlocal, isfield, xfield, NULL, &ctx->scctx[ctx->nf])); in DMSetUpGLVisViewer_Plex() 168 PetscCall(ISDestroy(&isfield)); in DMSetUpGLVisViewer_Plex() 191 …ll(ISCreateGeneral(PetscObjectComm((PetscObject)xlocal), totc, idxs, PETSC_USE_POINTER, &isfield)); in DMSetUpGLVisViewer_Plex() 192 PetscCall(VecScatterCreate(xlocal, isfield, xfield, NULL, &ctx->scctx[ctx->nf])); in DMSetUpGLVisViewer_Plex() 194 PetscCall(ISDestroy(&isfield)); in DMSetUpGLVisViewer_Plex()
|