Home
last modified time | relevance | path

Searched refs:IIsurf (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/pc/impls/wb/
H A Dwb.c20 … mwidth, nwidth, pwidth, cnt, mp, np, pp, Ntotal, gl[26], *globals, Ng, *IIint, *IIsurf; in DMDAGetWireBasketInterpolation() local
140 PetscCall(PetscMalloc2(Nint, &IIint, Nsurf, &IIsurf)); in DMDAGetWireBasketInterpolation()
150 IIsurf[csurf] = i + j * mwidth + k * mwidth * nwidth; in DMDAGetWireBasketInterpolation()
163 PetscCall(ISLocalToGlobalMappingApply(ltg, Nsurf, IIsurf, IIsurf)); in DMDAGetWireBasketInterpolation()
328 PetscCall(MatSetValues(*P, Nsurf, IIsurf, 26, gl, rxint, INSERT_VALUES)); in DMDAGetWireBasketInterpolation()
332 PetscCall(PetscFree2(IIint, IIsurf)); in DMDAGetWireBasketInterpolation()
368 … mwidth, nwidth, pwidth, cnt, mp, np, pp, Ntotal, gl[6], *globals, Ng, *IIint, *IIsurf; in DMDAGetFaceInterpolation() local
460 PetscCall(PetscMalloc2(Nint, &IIint, Nsurf, &IIsurf)); in DMDAGetFaceInterpolation()
470 IIsurf[csurf] = i + j * mwidth + k * mwidth * nwidth; in DMDAGetFaceInterpolation()
483 PetscCall(ISLocalToGlobalMappingApply(ltg, Nsurf, IIsurf, IIsurf)); in DMDAGetFaceInterpolation()
[all …]