Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/wb/
H A Dwb.c195 PetscScalar *xint_tmp; in DMDAGetWireBasketInterpolation() local
199 PetscCall(MatDenseGetArray(Xint_tmp, &xint_tmp)); in DMDAGetWireBasketInterpolation()
204 PetscCall(VecPlaceArray(b, xint_tmp + i * Nint)); in DMDAGetWireBasketInterpolation()
211 PetscCall(MatDenseRestoreArray(Xint_tmp, &xint_tmp)); in DMDAGetWireBasketInterpolation()
517 PetscScalar *xint_tmp; in DMDAGetFaceInterpolation() local
521 PetscCall(MatDenseGetArray(Xint_tmp, &xint_tmp)); in DMDAGetFaceInterpolation()
526 PetscCall(VecPlaceArray(b, xint_tmp + i * Nint)); in DMDAGetFaceInterpolation()
533 PetscCall(MatDenseRestoreArray(Xint_tmp, &xint_tmp)); in DMDAGetFaceInterpolation()