Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/ !
H A Dstag1d.c524 DMBoundaryType boundary_type_x; in DMCreateMatrix_Stag_1D_AIJ_Assemble() local
533 PetscCall(DMStagGetBoundaryTypes(dm, &boundary_type_x, NULL, NULL)); in DMCreateMatrix_Stag_1D_AIJ_Assemble()
603 if (boundary_type_x == DM_BOUNDARY_PERIODIC || (e_offset < N + 1 && e_offset >= 0)) { in DMCreateMatrix_Stag_1D_AIJ_Assemble()