Searched refs:ey_offset (Results 1 – 2 of 2) sorted by relevance
1443 const PetscInt ey_offset = ey + offset_y; in DMCreateMatrix_Stag_2D_AIJ_Assemble() local1451 …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()
3651 const PetscInt ey_offset = ey + offset_y; in DMCreateMatrix_Stag_3D_AIJ_Assemble() local3660 …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()