Home
last modified time | relevance | path

Searched refs:oXf (Results 1 – 1 of 1) 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
119 PetscCall(VecGetBlockSize((Vec)oXf[f], &bss[f])); in DMDASampleGLVisFields_Private()
120 PetscCall(VecGetArray((Vec)oXf[f], &arrayf[f])); in DMDASampleGLVisFields_Private()
121 PetscCall(VecGetLocalSize((Vec)oXf[f], &nfs[f])); in DMDASampleGLVisFields_Private()
136 for (f = 0; f < nf; f++) PetscCall(VecRestoreArray((Vec)oXf[f], &arrayf[f])); in DMDASampleGLVisFields_Private()