Searched refs:Xint_tmp (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/wb/ |
| H A D | wb.c | 21 Mat Xint, Xsurf, Xint_tmp; in DMDAGetWireBasketInterpolation() local 181 PetscCall(MatMatMult(Ais, Xsurf, MAT_INITIAL_MATRIX, PETSC_DETERMINE, &Xint_tmp)); in DMDAGetWireBasketInterpolation() 182 PetscCall(MatScale(Xint_tmp, -1.0)); in DMDAGetWireBasketInterpolation() 191 PetscCall(MatMatSolve(iAii, Xint_tmp, Xint)); in DMDAGetWireBasketInterpolation() 199 PetscCall(MatDenseGetArray(Xint_tmp, &xint_tmp)); in DMDAGetWireBasketInterpolation() 211 PetscCall(MatDenseRestoreArray(Xint_tmp, &xint_tmp)); in DMDAGetWireBasketInterpolation() 215 PetscCall(MatDestroy(&Xint_tmp)); in DMDAGetWireBasketInterpolation() 369 Mat Xint, Xsurf, Xint_tmp; in DMDAGetFaceInterpolation() local 502 PetscCall(MatMatMult(Ais, Xsurf, MAT_INITIAL_MATRIX, PETSC_DETERMINE, &Xint_tmp)); in DMDAGetFaceInterpolation() 503 PetscCall(MatScale(Xint_tmp, -1.0)); in DMDAGetFaceInterpolation() [all …]
|