Home
last modified time | relevance | path

Searched refs:IIint (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()
147 IIint[cint] = i + j * mwidth + k * mwidth * nwidth; in DMDAGetWireBasketInterpolation()
162 PetscCall(ISLocalToGlobalMappingApply(ltg, Nint, IIint, IIint)); in DMDAGetWireBasketInterpolation()
325 PetscCall(MatSetValues(*P, Nint, IIint, 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()
467 IIint[cint] = i + j * mwidth + k * mwidth * nwidth; in DMDAGetFaceInterpolation()
482 PetscCall(ISLocalToGlobalMappingApply(ltg, Nint, IIint, IIint)); in DMDAGetFaceInterpolation()
[all …]