Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmstag.pxi8 DMSTAG_STENCIL_NONE
88 elif stencil == "none": return DMSTAG_STENCIL_NONE
95 elif stype == DMSTAG_STENCIL_NONE: return "none"
H A DDMStag.pyx7 NONE = DMSTAG_STENCIL_NONE
128 cdef PetscDMStagStencilType stype = DMSTAG_STENCIL_NONE
/petsc/src/dm/impls/stag/
H A Dstag1d.c190 case DMSTAG_STENCIL_NONE: /* Only dummy cells on the right */ in DMSetUp_Stag_1d()
207 case DMSTAG_STENCIL_NONE: in DMSetUp_Stag_1d()
222 case DMSTAG_STENCIL_NONE: in DMSetUp_Stag_1d()
534 if (stencil_type == DMSTAG_STENCIL_NONE) { in DMCreateMatrix_Stag_1D_AIJ_Assemble()
H A Dstag2d.c285 …PetscCheck(stag->stencilType == DMSTAG_STENCIL_NONE || !(stag->n[0] < stag->stencilWidth || stag->… in DMSetUp_Stag_2d()
292 case DMSTAG_STENCIL_NONE: /* only the extra one on the right/top faces */ in DMSetUp_Stag_2d()
317 case DMSTAG_STENCIL_NONE: in DMSetUp_Stag_2d()
332 case DMSTAG_STENCIL_NONE: /* only the extra one on the right/top faces */ in DMSetUp_Stag_2d()
382 …PetscCheck(stag->stencilType == DMSTAG_STENCIL_NONE || stag->stencilType == DMSTAG_STENCIL_BOX || … in DMSetUp_Stag_2d()
383 … (PetscBool)(stag->stencilType == DMSTAG_STENCIL_STAR || stag->stencilType == DMSTAG_STENCIL_NONE); in DMSetUp_Stag_2d()
1317 if (stencil_type == DMSTAG_STENCIL_NONE) { in DMCreateMatrix_Stag_2D_AIJ_Assemble()
H A Dstag3d.c381 case DMSTAG_STENCIL_NONE: /* only the extra one on the right/top edges */ in DMSetUp_Stag_3d()
406 case DMSTAG_STENCIL_NONE: in DMSetUp_Stag_3d()
421 case DMSTAG_STENCIL_NONE: /* only the extra one on the right/top edges */ in DMSetUp_Stag_3d()
972 …if (stag->stencilType != DMSTAG_STENCIL_NONE && (stag->n[0] < stag->stencilWidth || stag->n[1] < s… in DMStagSetUpBuildScatter_3d()
978 …PetscCheck(stag->stencilType == DMSTAG_STENCIL_NONE || stag->stencilType == DMSTAG_STENCIL_BOX || … in DMStagSetUpBuildScatter_3d()
979 … (PetscBool)(stag->stencilType == DMSTAG_STENCIL_STAR || stag->stencilType == DMSTAG_STENCIL_NONE); in DMStagSetUpBuildScatter_3d()
1658 …PetscCheck(stag->stencilType == DMSTAG_STENCIL_NONE || stag->stencilType == DMSTAG_STENCIL_BOX || … in DMStagSetUpBuildL2G_3d()
1659 … (PetscBool)(stag->stencilType == DMSTAG_STENCIL_STAR || stag->stencilType == DMSTAG_STENCIL_NONE); in DMStagSetUpBuildL2G_3d()
3410 if (stencil_type == DMSTAG_STENCIL_NONE) { in DMCreateMatrix_Stag_3D_AIJ_Assemble()
H A Dstag.c839 if (stag->stencilType != DMSTAG_STENCIL_NONE) { in DMView_Stag()
967 stag->stencilType = DMSTAG_STENCIL_NONE; in DMCreate_Stag()
/petsc/include/
H A Dpetscdmstag.h86 DMSTAG_STENCIL_NONE, enumerator