Searched refs:DMSTAG_RIGHT (Results 1 – 20 of 20) sorted by relevance
| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex17.c | 49 s.loc = DMSTAG_RIGHT; in main() 77 s[3].loc = DMSTAG_RIGHT; /* redundant, should be ignored */ in main() 79 s[4].loc = DMSTAG_RIGHT; in main()
|
| H A D | ex15.c | 131 pos[idxLoc].loc = DMSTAG_RIGHT; in CreateSystem1d() 192 row.loc = DMSTAG_RIGHT; in CreateSystem1d() 223 col[1].loc = DMSTAG_RIGHT; in CreateSystem1d() 267 row.loc = DMSTAG_RIGHT; in CreateSystem2d() 585 col[1].loc = DMSTAG_RIGHT; in CreateSystem2d()
|
| H A D | ex23.c | 25 PetscCall(DMStagGetProductCoordinateLocationSlot(dm, DMSTAG_RIGHT, &iNext)); in main()
|
| H A D | ex5.c | 10 #define RIGHT DMSTAG_RIGHT
|
| H A D | ex18.c | 40 #define RIGHT DMSTAG_RIGHT
|
| H A D | ex30.c | 22 #define RIGHT DMSTAG_RIGHT
|
| /petsc/src/dm/impls/stag/ |
| H A D | stagstencil.c | 150 case DMSTAG_RIGHT: in DMStagGetLocationDOF() 169 case DMSTAG_RIGHT: in DMStagGetLocationDOF() 208 case DMSTAG_RIGHT: in DMStagGetLocationDOF() 239 case DMSTAG_RIGHT: in DMStagStencilLocationCanonicalize()
|
| H A D | stagmulti.c | 480 colc[1].loc = DMSTAG_RIGHT; in DMStagPopulateInterpolation1d_Internal() 574 colc[1].loc = DMSTAG_RIGHT; in DMStagPopulateInterpolation2d_Internal() 576 colc[3].loc = DMSTAG_RIGHT; in DMStagPopulateInterpolation2d_Internal() 852 colc[1].loc = DMSTAG_RIGHT; in DMStagPopulateInterpolation3d_Internal() 854 colc[3].loc = DMSTAG_RIGHT; in DMStagPopulateInterpolation3d_Internal() 856 colc[5].loc = DMSTAG_RIGHT; in DMStagPopulateInterpolation3d_Internal() 858 colc[7].loc = DMSTAG_RIGHT; in DMStagPopulateInterpolation3d_Internal()
|
| H A D | stagda.c | 33 case DMSTAG_RIGHT: in DMStagCreateCompatibleDMDA()
|
| H A D | stag1d.c | 457 stag->locationOffsets[DMSTAG_RIGHT] = stag->locationOffsets[DMSTAG_LEFT] + epe; in DMStagComputeLocationOffsets_1d()
|
| H A D | stag2d.c | 1155 stag->locationOffsets[DMSTAG_RIGHT] = stag->locationOffsets[DMSTAG_LEFT] + epe; in DMStagComputeLocationOffsets_2d()
|
| H A D | stag3d.c | 3214 stag->locationOffsets[DMSTAG_RIGHT] = stag->locationOffsets[DMSTAG_LEFT] + epe; in DMStagComputeLocationOffsets_3d()
|
| /petsc/src/dm/impls/stag/tutorials/ |
| H A D | ex6.c | 407 …PetscCall(DMStagGetProductCoordinateLocationSlot(ctx->dm_velocity, DMSTAG_RIGHT, &slot_coord_next)… in UpdateVelocity_2d() 497 …PetscCall(DMStagGetProductCoordinateLocationSlot(ctx->dm_velocity, DMSTAG_RIGHT, &slot_coord_next)… in UpdateVelocity_3d() 585 PetscCall(DMStagGetLocationSlot(ctx->dm_velocity, DMSTAG_RIGHT, 0, &slot_vx_right)); in UpdateStress_2d() 602 …PetscCall(DMStagGetProductCoordinateLocationSlot(ctx->dm_velocity, DMSTAG_RIGHT, &slot_coord_next)… in UpdateStress_2d() 671 PetscCall(DMStagGetLocationSlot(ctx->dm_velocity, DMSTAG_RIGHT, 0, &slot_vx_right)); in UpdateStress_3d() 692 …PetscCall(DMStagGetProductCoordinateLocationSlot(ctx->dm_velocity, DMSTAG_RIGHT, &slot_coord_next)… in UpdateStress_3d() 861 from[3].loc = DMSTAG_RIGHT; in DumpVelocity() 902 from[3].loc = DMSTAG_RIGHT; in DumpVelocity()
|
| H A D | ex4.c | 743 col[count].loc = DMSTAG_RIGHT; in CreateSystem2d() 755 col[count].loc = DMSTAG_RIGHT; in CreateSystem2d() 787 row.loc = DMSTAG_RIGHT; in CreateSystem2d() 955 col[1].loc = DMSTAG_RIGHT; in CreateSystem2d() 1069 row.loc = DMSTAG_RIGHT; in CreateSystem3d() 1472 col[count].loc = DMSTAG_RIGHT; in CreateSystem3d() 1479 col[count].loc = DMSTAG_RIGHT; in CreateSystem3d() 1696 col[count].loc = DMSTAG_RIGHT; in CreateSystem3d() 1703 col[count].loc = DMSTAG_RIGHT; in CreateSystem3d() 1795 col[1].loc = DMSTAG_RIGHT; in CreateSystem3d() [all …]
|
| H A D | ex1.c | 79 #define RIGHT DMSTAG_RIGHT
|
| H A D | ex2.c | 37 #define RIGHT DMSTAG_RIGHT
|
| H A D | ex3.c | 46 #define RIGHT DMSTAG_RIGHT
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmstag.pxi | 26 DMSTAG_RIGHT 115 elif stencil_location == "right": return DMSTAG_RIGHT
|
| H A D | DMStag.pyx | 27 RIGHT = DMSTAG_RIGHT
|
| /petsc/include/ |
| H A D | petscdmstag.h | 38 DMSTAG_RIGHT, enumerator
|