Searched refs:xint_tmp (Results 1 – 1 of 1) sorted by relevance
195 PetscScalar *xint_tmp; in DMDAGetWireBasketInterpolation() local199 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() local521 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()