Searched refs:oXf (Results 1 – 1 of 1) sorted by relevance
89 static PetscErrorCode DMDASampleGLVisFields_Private(PetscObject oX, PetscInt nf, PetscObject oXf[],… in DMDASampleGLVisFields_Private() argument119 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()