Searched refs:DMSTAG_STENCIL_STAR (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex6.c | 12 …NE, 4, 4, 4, PETSC_DECIDE, PETSC_DECIDE, PETSC_DECIDE, 3, 3, 3, 3, DMSTAG_STENCIL_STAR, 1, NULL, N… in main()
|
| H A D | ex12.c | 21 …DARY_PERIODIC, 4, 4, PETSC_DECIDE, PETSC_DECIDE, dof0, dof1, dof2, DMSTAG_STENCIL_STAR, stencilWid… in main()
|
| H A D | ex9.c | 22 … PETSC_DECIDE, PETSC_DECIDE, PETSC_DECIDE, dof0, dof1, dof2, dof3, DMSTAG_STENCIL_STAR, stencilWid… in main()
|
| H A D | ex40.c | 125 …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 D | petscdmstag.pxi | 6 DMSTAG_STENCIL_STAR 86 if stencil == "star": return DMSTAG_STENCIL_STAR 93 if stype == DMSTAG_STENCIL_STAR: return "star"
|
| H A D | DMStag.pyx | 5 STAR = DMSTAG_STENCIL_STAR
|
| /petsc/src/dm/impls/stag/ |
| H A D | stag1d.c | 194 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 D | stag2d.c | 297 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 D | stagda.c | 100 case DMSTAG_STENCIL_STAR: in DMStagCreateCompatibleDMDA()
|
| H A D | stag3d.c | 386 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 D | petscdmstag.h | 87 DMSTAG_STENCIL_STAR, enumerator
|
| /petsc/src/dm/tests/ |
| H A D | ex46.c | 179 …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()
|