Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstag2d.c1443 const PetscInt ey_offset = ey + offset_y; in DMCreateMatrix_Stag_2D_AIJ_Assemble() local
1451 …set >= 0)) && (boundary_type[1] == DM_BOUNDARY_PERIODIC || (ey_offset < N[1] + 1 && ey_offset >= 0… in DMCreateMatrix_Stag_2D_AIJ_Assemble()
1454 col[i].j = ey_offset; in DMCreateMatrix_Stag_2D_AIJ_Assemble()
H A Dstag3d.c3651 const PetscInt ey_offset = ey + offset_y; in DMCreateMatrix_Stag_3D_AIJ_Assemble() local
3660 …set >= 0)) && (boundary_type[1] == DM_BOUNDARY_PERIODIC || (ey_offset < N[1] + 1 && ey_offset >= 0… in DMCreateMatrix_Stag_3D_AIJ_Assemble()
3663 col[i].j = ey_offset; in DMCreateMatrix_Stag_3D_AIJ_Assemble()