Searched refs:rxint (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/wb/ |
| H A D | wb.c | 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() [all …]
|