Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstag3d.c3654 …const PetscBool is_star_point = (PetscBool)(((offset_x == 0) && (offset_y == 0 || offset_z == 0)) … in DMCreateMatrix_Stag_3D_AIJ_Assemble() local
3660 …if ((stencil_type == DMSTAG_STENCIL_BOX || is_star_point) && (boundary_type[0] == DM_BOUNDARY_PERI… in DMCreateMatrix_Stag_3D_AIJ_Assemble()