Lines Matching refs:rxint

28   const PetscScalar     *rxint;  in DMDAGetWireBasketInterpolation()  local
218 PetscCall(MatDenseGetArrayRead(Xint, &rxint)); in DMDAGetWireBasketInterpolation()
221 for (j = 0; j < 26; j++) tmp += rxint[i + j * Nint]; in DMDAGetWireBasketInterpolation()
225 PetscCall(MatDenseRestoreArrayRead(Xint, &rxint)); in DMDAGetWireBasketInterpolation()
324 PetscCall(MatDenseGetArrayRead(Xint, &rxint)); in DMDAGetWireBasketInterpolation()
325 PetscCall(MatSetValues(*P, Nint, IIint, 26, gl, rxint, INSERT_VALUES)); in DMDAGetWireBasketInterpolation()
326 PetscCall(MatDenseRestoreArrayRead(Xint, &rxint)); in DMDAGetWireBasketInterpolation()
327 PetscCall(MatDenseGetArrayRead(Xsurf, &rxint)); in DMDAGetWireBasketInterpolation()
328 PetscCall(MatSetValues(*P, Nsurf, IIsurf, 26, gl, rxint, INSERT_VALUES)); in DMDAGetWireBasketInterpolation()
329 PetscCall(MatDenseRestoreArrayRead(Xsurf, &rxint)); in DMDAGetWireBasketInterpolation()
376 const PetscScalar *rxint; in DMDAGetFaceInterpolation() local
540 PetscCall(MatDenseGetArrayRead(Xint, &rxint)); in DMDAGetFaceInterpolation()
543 for (j = 0; j < 6; j++) tmp += rxint[i + j * Nint]; in DMDAGetFaceInterpolation()
547 PetscCall(MatDenseRestoreArrayRead(Xint, &rxint)); in DMDAGetFaceInterpolation()
613 PetscCall(MatDenseGetArrayRead(Xint, &rxint)); in DMDAGetFaceInterpolation()
614 PetscCall(MatSetValues(*P, Nint, IIint, 6, gl, rxint, INSERT_VALUES)); in DMDAGetFaceInterpolation()
615 PetscCall(MatDenseRestoreArrayRead(Xint, &rxint)); in DMDAGetFaceInterpolation()
616 PetscCall(MatDenseGetArrayRead(Xsurf, &rxint)); in DMDAGetFaceInterpolation()
617 PetscCall(MatSetValues(*P, Nsurf, IIsurf, 6, gl, rxint, INSERT_VALUES)); in DMDAGetFaceInterpolation()
618 PetscCall(MatDenseRestoreArrayRead(Xsurf, &rxint)); in DMDAGetFaceInterpolation()