Home
last modified time | relevance | path

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

/petsc/src/dm/impls/da/
H A Dgrglvis.c89 static PetscErrorCode DMDASampleGLVisFields_Private(PetscObject oX, PetscInt nf, PetscObject oXf[],… in DMDASampleGLVisFields_Private() argument
101 PetscCheck(da, PetscObjectComm(oX), PETSC_ERR_ARG_WRONG, "Vector not generated from a DMDA"); 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()
/petsc/src/dm/impls/plex/
H A Dplexglvis.c26 static PetscErrorCode DMPlexSampleGLVisFields_Private(PetscObject oX, PetscInt nf, PetscObject oXfi… in DMPlexSampleGLVisFields_Private() argument
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()
/petsc/src/dm/impls/composite/
H A Dpack.c1307 static PetscErrorCode DMCompositeSampleGLVisFields_Private(PetscObject oX, PetscInt nf, PetscObject… in DMCompositeSampleGLVisFields_Private() argument
1309 Vec X = (Vec)oX; in DMCompositeSampleGLVisFields_Private()