Home
last modified time | relevance | path

Searched refs:DMSTAG_DOWN_RIGHT (Results 1 – 14 of 14) sorted by relevance

/petsc/src/dm/impls/stag/
H A Dstagstencil.c163 case DMSTAG_DOWN_RIGHT: in DMStagGetLocationDOF()
198 case DMSTAG_DOWN_RIGHT: in DMStagGetLocationDOF()
251 case DMSTAG_DOWN_RIGHT: in DMStagStencilLocationCanonicalize()
H A Dstagda.c51 case DMSTAG_DOWN_RIGHT: in DMStagCreateCompatibleDMDA()
H A Dstagmulti.c543 colc[1].loc = DMSTAG_DOWN_RIGHT; in DMStagPopulateInterpolation2d_Internal()
723 colc[1].loc = DMSTAG_DOWN_RIGHT; in DMStagPopulateInterpolation3d_Internal()
727 colc[5].loc = DMSTAG_DOWN_RIGHT; in DMStagPopulateInterpolation3d_Internal()
H A Dstag2d.c1152 stag->locationOffsets[DMSTAG_DOWN_RIGHT] = stag->locationOffsets[DMSTAG_DOWN_LEFT] + epe; in DMStagComputeLocationOffsets_2d()
H A Dstag3d.c3211 stag->locationOffsets[DMSTAG_DOWN_RIGHT] = stag->locationOffsets[DMSTAG_DOWN_LEFT] + epe; in DMStagComputeLocationOffsets_3d()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmstag.pxi23 DMSTAG_DOWN_RIGHT
112 elif stencil_location == "down_right": return DMSTAG_DOWN_RIGHT
H A DDMStag.pyx24 DOWN_RIGHT = DMSTAG_DOWN_RIGHT
/petsc/include/
H A Dpetscdmstag.h35 DMSTAG_DOWN_RIGHT, enumerator
/petsc/src/dm/impls/stag/tutorials/
H A Dex4.c671 rhoPoint[1].loc = DMSTAG_DOWN_RIGHT; in CreateSystem2d()
683 etaPoint[1].loc = DMSTAG_DOWN_RIGHT; in CreateSystem2d()
1335 rho_point[1].loc = DMSTAG_DOWN_RIGHT; in CreateSystem3d()
1362 eta_point[1].loc = DMSTAG_DOWN_RIGHT; in CreateSystem3d()
H A Dex2.c34 #define DOWN_RIGHT DMSTAG_DOWN_RIGHT
H A Dex6.c393 PetscCall(DMStagGetLocationSlot(ctx->dm_stress, DMSTAG_DOWN_RIGHT, 0, &slot_txy_downright)); in UpdateVelocity_2d()
476 PetscCall(DMStagGetLocationSlot(ctx->dm_stress, DMSTAG_DOWN_RIGHT, 0, &slot_txy_downright)); in UpdateVelocity_3d()
H A Dex3.c43 #define DOWN_RIGHT DMSTAG_DOWN_RIGHT
/petsc/src/dm/impls/stag/tests/
H A Dex18.c37 #define DOWN_RIGHT DMSTAG_DOWN_RIGHT
H A Dex30.c19 #define DOWN_RIGHT DMSTAG_DOWN_RIGHT