Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstag2d.c1445 const PetscInt ex_offset = ex + offset_x; in DMCreateMatrix_Stag_2D_AIJ_Assemble() local
1451 …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()
H A Dstag3d.c3653 const PetscInt ex_offset = ex + offset_x; in DMCreateMatrix_Stag_3D_AIJ_Assemble() local
3660 …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()