Searched refs:Aglobal (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/wb/ |
| H A D | wb.c | 17 static PetscErrorCode DMDAGetWireBasketInterpolation(PC pc, DM da, PC_Exotic *exotic, Mat Aglobal, … in DMDAGetWireBasketInterpolation() argument 170 PetscCall(MatCreateSubMatrices(Aglobal, 1, &is, &is, MAT_INITIAL_MATRIX, &Aholder)); in DMDAGetWireBasketInterpolation() 317 PetscCall(MatGetLocalSize(Aglobal, &Ng, NULL)); in DMDAGetWireBasketInterpolation() 365 static PetscErrorCode DMDAGetFaceInterpolation(PC pc, DM da, PC_Exotic *exotic, Mat Aglobal, MatReu… in DMDAGetFaceInterpolation() argument 491 PetscCall(MatCreateSubMatrices(Aglobal, 1, &is, &is, MAT_INITIAL_MATRIX, &Aholder)); in DMDAGetFaceInterpolation() 606 PetscCall(MatGetLocalSize(Aglobal, &Ng, NULL)); in DMDAGetFaceInterpolation()
|