Searched refs:offset_z (Results 1 – 1 of 1) sorted by relevance
3648 for (PetscInt offset_z = -stencil_width; offset_z <= stencil_width; ++offset_z) { in DMCreateMatrix_Stag_3D_AIJ_Assemble() local3649 const PetscInt ez_offset = ez + offset_z; in DMCreateMatrix_Stag_3D_AIJ_Assemble()3654 …t = (PetscBool)(((offset_x == 0) && (offset_y == 0 || offset_z == 0)) || (offset_y == 0 && offset_… in DMCreateMatrix_Stag_3D_AIJ_Assemble()