Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tests/
H A Dex6.c12 …NE, 4, 4, 4, PETSC_DECIDE, PETSC_DECIDE, PETSC_DECIDE, 3, 3, 3, 3, DMSTAG_STENCIL_STAR, 1, NULL, N… in main()
H A Dex12.c21 …DARY_PERIODIC, 4, 4, PETSC_DECIDE, PETSC_DECIDE, dof0, dof1, dof2, DMSTAG_STENCIL_STAR, stencilWid… in main()
H A Dex9.c22 … PETSC_DECIDE, PETSC_DECIDE, PETSC_DECIDE, dof0, dof1, dof2, dof3, DMSTAG_STENCIL_STAR, stencilWid… in main()
H A Dex40.c125 …PetscCheck(stencil_type == DMSTAG_STENCIL_STAR || stencil_type == DMSTAG_STENCIL_BOX, PETSC_COMM_W… in FormFunction1D()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmstag.pxi6 DMSTAG_STENCIL_STAR
86 if stencil == "star": return DMSTAG_STENCIL_STAR
93 if stype == DMSTAG_STENCIL_STAR: return "star"
H A DDMStag.pyx5 STAR = DMSTAG_STENCIL_STAR
/petsc/src/dm/impls/stag/
H A Dstag1d.c194 case DMSTAG_STENCIL_STAR: in DMSetUp_Stag_1d()
211 case DMSTAG_STENCIL_STAR: in DMSetUp_Stag_1d()
226 case DMSTAG_STENCIL_STAR: in DMSetUp_Stag_1d()
562 } else if (stencil_type == DMSTAG_STENCIL_STAR || stencil_type == DMSTAG_STENCIL_BOX) { in DMCreateMatrix_Stag_1D_AIJ_Assemble()
H A Dstag2d.c297 case DMSTAG_STENCIL_STAR: /* allocate the corners but don't use them */ in DMSetUp_Stag_2d()
321 case DMSTAG_STENCIL_STAR: in DMSetUp_Stag_2d()
336 case DMSTAG_STENCIL_STAR: in DMSetUp_Stag_2d()
382 …|| stag->stencilType == DMSTAG_STENCIL_BOX || stag->stencilType == DMSTAG_STENCIL_STAR, PetscObjec… in DMSetUp_Stag_2d()
383 …star = (PetscBool)(stag->stencilType == DMSTAG_STENCIL_STAR || stag->stencilType == DMSTAG_STENCIL… in DMSetUp_Stag_2d()
1381 } else if (stencil_type == DMSTAG_STENCIL_STAR || stencil_type == DMSTAG_STENCIL_BOX) { in DMCreateMatrix_Stag_2D_AIJ_Assemble()
H A Dstagda.c100 case DMSTAG_STENCIL_STAR: in DMStagCreateCompatibleDMDA()
H A Dstag3d.c386 case DMSTAG_STENCIL_STAR: /* allocate the corners but don't use them */ in DMSetUp_Stag_3d()
410 case DMSTAG_STENCIL_STAR: in DMSetUp_Stag_3d()
425 case DMSTAG_STENCIL_STAR: in DMSetUp_Stag_3d()
978 …|| stag->stencilType == DMSTAG_STENCIL_BOX || stag->stencilType == DMSTAG_STENCIL_STAR, PetscObjec… in DMStagSetUpBuildScatter_3d()
979 …star = (PetscBool)(stag->stencilType == DMSTAG_STENCIL_STAR || stag->stencilType == DMSTAG_STENCIL… in DMStagSetUpBuildScatter_3d()
1658 …|| stag->stencilType == DMSTAG_STENCIL_BOX || stag->stencilType == DMSTAG_STENCIL_STAR, PetscObjec… in DMStagSetUpBuildL2G_3d()
1659 …star = (PetscBool)(stag->stencilType == DMSTAG_STENCIL_STAR || stag->stencilType == DMSTAG_STENCIL… in DMStagSetUpBuildL2G_3d()
3545 } else if (stencil_type == DMSTAG_STENCIL_STAR || stencil_type == DMSTAG_STENCIL_BOX) { in DMCreateMatrix_Stag_3D_AIJ_Assemble()
/petsc/include/
H A Dpetscdmstag.h87 DMSTAG_STENCIL_STAR, enumerator
/petsc/src/dm/tests/
H A Dex46.c179 …eate3d(PETSC_COMM_WORLD, bx, by, bz, M, N, P, m, n, p, 1, 1, 1, 1, DMSTAG_STENCIL_STAR, w, lx, ly,… in main()