Searched refs:totc (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexglvis.c | 50 PetscInt f, maxfields, nfields, c, totc, totdofs, Nv, cum, i; in DMSetUpGLVisViewer_Plex() local 67 for (c = cStart, totc = 0; c < cEnd; c++) { in DMSetUpGLVisViewer_Plex() 71 totc++; in DMSetUpGLVisViewer_Plex() 154 nlocal[ctx->nf] = Nc * totc; in DMSetUpGLVisViewer_Plex() 156 PetscCall(VecCreateSeq(PETSC_COMM_SELF, Nc * totc, &xfield)); in DMSetUpGLVisViewer_Plex() 164 …PetscCall(ISCreateGeneral(PetscObjectComm((PetscObject)xlocal), totc * Nc, idxs, PETSC_USE_POINTER… in DMSetUpGLVisViewer_Plex() 180 nlocal[ctx->nf] = totc; in DMSetUpGLVisViewer_Plex() 183 PetscCall(VecCreateSeq(PETSC_COMM_SELF, totc, &xfield)); in DMSetUpGLVisViewer_Plex() 191 …PetscCall(ISCreateGeneral(PetscObjectComm((PetscObject)xlocal), totc, idxs, PETSC_USE_POINTER, &is… in DMSetUpGLVisViewer_Plex()
|