Home
last modified time | relevance | path

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

/petsc/src/dm/impls/da/
H A Ddacreate.c21 …verlap", "Decomposition overlap in all directions", "DMDASetOverlap", dd->xol, &dd->xol, &flg, 0)); in DMSetFromOptions_DA()
22 if (flg) PetscCall(DMDASetOverlap(da, dd->xol, dd->xol, dd->xol)); in DMSetFromOptions_DA()
23 …overlap_x", "Decomposition overlap in x direction", "DMDASetOverlap", dd->xol, &dd->xol, NULL, 0)); in DMSetFromOptions_DA()
376 dd->xol = 0; in DMCreate_DA()
H A Ddadd.c274 PetscInt xol, yol, zol; in DMDASubDomainDA_Private() local
281 PetscCall(DMDAGetOverlap(dm, &xol, &yol, &zol)); in DMDASubDomainDA_Private()
359 xsize += xol; in DMDASubDomainDA_Private()
360 xo -= xol; in DMDASubDomainDA_Private()
371 if (info.bx == DM_BOUNDARY_PERIODIC || (xs + xm != info.mx)) xsize += xol; in DMDASubDomainDA_Private()
H A Dda.c225 if (x) *x = dd->xol; in DMDAGetOverlap()
255 dd->xol = x; in DMDASetOverlap()
/petsc/include/petsc/private/
H A Ddmdaimpl.h26 PetscInt xol, yol, zol; /* overlap of local subdomains */ member