Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tests/
H A Dex17.c49 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 Dex15.c131 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 Dex23.c25 PetscCall(DMStagGetProductCoordinateLocationSlot(dm, DMSTAG_RIGHT, &iNext)); in main()
H A Dex5.c10 #define RIGHT DMSTAG_RIGHT
H A Dex18.c40 #define RIGHT DMSTAG_RIGHT
H A Dex30.c22 #define RIGHT DMSTAG_RIGHT
/petsc/src/dm/impls/stag/
H A Dstagstencil.c150 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 Dstagmulti.c480 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 Dstagda.c33 case DMSTAG_RIGHT: in DMStagCreateCompatibleDMDA()
H A Dstag1d.c457 stag->locationOffsets[DMSTAG_RIGHT] = stag->locationOffsets[DMSTAG_LEFT] + epe; in DMStagComputeLocationOffsets_1d()
H A Dstag2d.c1155 stag->locationOffsets[DMSTAG_RIGHT] = stag->locationOffsets[DMSTAG_LEFT] + epe; in DMStagComputeLocationOffsets_2d()
H A Dstag3d.c3214 stag->locationOffsets[DMSTAG_RIGHT] = stag->locationOffsets[DMSTAG_LEFT] + epe; in DMStagComputeLocationOffsets_3d()
/petsc/src/dm/impls/stag/tutorials/
H A Dex6.c407 …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 Dex4.c743 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 Dex1.c79 #define RIGHT DMSTAG_RIGHT
H A Dex2.c37 #define RIGHT DMSTAG_RIGHT
H A Dex3.c46 #define RIGHT DMSTAG_RIGHT
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmstag.pxi26 DMSTAG_RIGHT
115 elif stencil_location == "right": return DMSTAG_RIGHT
H A DDMStag.pyx27 RIGHT = DMSTAG_RIGHT
/petsc/include/
H A Dpetscdmstag.h38 DMSTAG_RIGHT, enumerator