Searched refs:ex_offset (Results 1 – 2 of 2) sorted by relevance
1445 const PetscInt ex_offset = ex + offset_x; in DMCreateMatrix_Stag_2D_AIJ_Assemble() local1451 …et_y == 0) && (boundary_type[0] == DM_BOUNDARY_PERIODIC || (ex_offset < N[0] + 1 && ex_offset >= 0… in DMCreateMatrix_Stag_2D_AIJ_Assemble()1453 col[i].i = ex_offset; in DMCreateMatrix_Stag_2D_AIJ_Assemble()
3653 const PetscInt ex_offset = ex + offset_x; in DMCreateMatrix_Stag_3D_AIJ_Assemble() local3660 …tar_point) && (boundary_type[0] == DM_BOUNDARY_PERIODIC || (ex_offset < N[0] + 1 && ex_offset >= 0… in DMCreateMatrix_Stag_3D_AIJ_Assemble()3662 col[i].i = ex_offset; in DMCreateMatrix_Stag_3D_AIJ_Assemble()