Searched refs:Isurf (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/wb/ |
| H A D | wb.c | 19 …PetscInt dim, i, j, k, m, n, p, dof, Nint, Nface, Nwire, Nsurf, *Iint, *Isurf, cint … in DMDAGetWireBasketInterpolation() local 139 PetscCall(PetscMalloc3(N, &II, Nint, &Iint, Nsurf, &Isurf)); in DMDAGetWireBasketInterpolation() 151 Isurf[csurf++] = i + j * (m - istart) + k * (m - istart) * (n - jstart); in DMDAGetWireBasketInterpolation() 167 PetscCall(ISCreateGeneral(PETSC_COMM_SELF, Nsurf, Isurf, PETSC_COPY_VALUES, &issurf)); in DMDAGetWireBasketInterpolation() 168 PetscCall(PetscFree3(II, Iint, Isurf)); in DMDAGetWireBasketInterpolation() 367 …PetscInt dim, i, j, k, m, n, p, dof, Nint, Nface, Nwire, Nsurf, *Iint, *Isurf, cint … in DMDAGetFaceInterpolation() local 459 PetscCall(PetscMalloc3(N, &II, Nint, &Iint, Nsurf, &Isurf)); in DMDAGetFaceInterpolation() 471 Isurf[csurf++] = i + j * (m - istart) + k * (m - istart) * (n - jstart); in DMDAGetFaceInterpolation() 487 PetscCall(ISCreateGeneral(PETSC_COMM_SELF, Nsurf, Isurf, PETSC_COPY_VALUES, &issurf)); in DMDAGetFaceInterpolation() 488 PetscCall(PetscFree3(II, Iint, Isurf)); in DMDAGetFaceInterpolation()
|