Searched refs:Aholder (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/wb/ |
| H A D | wb.c | 25 Mat A, Aii, Ais, Asi, *Aholder, iAii; in DMDAGetWireBasketInterpolation() local 170 PetscCall(MatCreateSubMatrices(Aglobal, 1, &is, &is, MAT_INITIAL_MATRIX, &Aholder)); in DMDAGetWireBasketInterpolation() 171 A = *Aholder; in DMDAGetWireBasketInterpolation() 172 PetscCall(PetscFree(Aholder)); in DMDAGetWireBasketInterpolation() 373 Mat A, Aii, Ais, Asi, *Aholder, iAii; in DMDAGetFaceInterpolation() local 491 PetscCall(MatCreateSubMatrices(Aglobal, 1, &is, &is, MAT_INITIAL_MATRIX, &Aholder)); in DMDAGetFaceInterpolation() 492 A = *Aholder; in DMDAGetFaceInterpolation() 493 PetscCall(PetscFree(Aholder)); in DMDAGetFaceInterpolation()
|