Lines Matching refs:xlocal
18 Vec xlocal; member
26 PetscCall(VecDestroy(&ctx->xlocal)); in DMDAFieldDestroyGLVisViewerCtx_Private()
100 PetscCall(VecGetDM(ctx->xlocal, &da)); in DMDASampleGLVisFields_Private()
103 PetscCall(VecGetBlockSize(ctx->xlocal, &bs)); in DMDASampleGLVisFields_Private()
104 PetscCall(DMGlobalToLocalBegin(da, (Vec)oX, INSERT_VALUES, ctx->xlocal)); in DMDASampleGLVisFields_Private()
105 PetscCall(DMGlobalToLocalEnd(da, (Vec)oX, INSERT_VALUES, ctx->xlocal)); in DMDASampleGLVisFields_Private()
117 PetscCall(VecGetArrayRead(ctx->xlocal, &array)); in DMDASampleGLVisFields_Private()
137 PetscCall(VecRestoreArrayRead(ctx->xlocal, &array)); in DMDASampleGLVisFields_Private()
248 Vec xlocal, *Ufield; in DMSetUpGLVisViewer_DMDA() local
257 PetscCall(DMCreateLocalVector(daview, &xlocal)); in DMSetUpGLVisViewer_DMDA()
314 ctx->xlocal = xlocal; in DMSetUpGLVisViewer_DMDA()