Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstag3d.c3648 for (PetscInt offset_z = -stencil_width; offset_z <= stencil_width; ++offset_z) { in DMCreateMatrix_Stag_3D_AIJ_Assemble() local
3649 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()