Lines Matching refs:Xint
21 Mat Xint, Xsurf, Xint_tmp; in DMDAGetWireBasketInterpolation() local
62 PetscCall(MatCreateSeqDense(MPI_COMM_SELF, Nint, 26, NULL, &Xint)); in DMDAGetWireBasketInterpolation()
191 PetscCall(MatMatSolve(iAii, Xint_tmp, Xint)); in DMDAGetWireBasketInterpolation()
197 PetscCall(MatDenseGetArray(Xint, &xint)); in DMDAGetWireBasketInterpolation()
210 PetscCall(MatDenseRestoreArray(Xint, &xint)); in DMDAGetWireBasketInterpolation()
218 PetscCall(MatDenseGetArrayRead(Xint, &rxint)); in DMDAGetWireBasketInterpolation()
225 PetscCall(MatDenseRestoreArrayRead(Xint, &rxint)); in DMDAGetWireBasketInterpolation()
324 PetscCall(MatDenseGetArrayRead(Xint, &rxint)); in DMDAGetWireBasketInterpolation()
326 PetscCall(MatDenseRestoreArrayRead(Xint, &rxint)); in DMDAGetWireBasketInterpolation()
357 PetscCall(MatDestroy(&Xint)); in DMDAGetWireBasketInterpolation()
369 Mat Xint, Xsurf, Xint_tmp; in DMDAGetFaceInterpolation() local
410 PetscCall(MatCreateSeqDense(MPI_COMM_SELF, Nint, 6, NULL, &Xint)); in DMDAGetFaceInterpolation()
513 PetscCall(MatMatSolve(iAii, Xint_tmp, Xint)); in DMDAGetFaceInterpolation()
519 PetscCall(MatDenseGetArray(Xint, &xint)); in DMDAGetFaceInterpolation()
532 PetscCall(MatDenseRestoreArray(Xint, &xint)); in DMDAGetFaceInterpolation()
540 PetscCall(MatDenseGetArrayRead(Xint, &rxint)); in DMDAGetFaceInterpolation()
547 PetscCall(MatDenseRestoreArrayRead(Xint, &rxint)); in DMDAGetFaceInterpolation()
613 PetscCall(MatDenseGetArrayRead(Xint, &rxint)); in DMDAGetFaceInterpolation()
615 PetscCall(MatDenseRestoreArrayRead(Xint, &rxint)); in DMDAGetFaceInterpolation()
646 PetscCall(MatDestroy(&Xint)); in DMDAGetFaceInterpolation()