Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstagstencil.c164 case DMSTAG_UP_LEFT: in DMStagGetLocationDOF()
199 case DMSTAG_UP_LEFT: in DMStagGetLocationDOF()
252 case DMSTAG_UP_LEFT: in DMStagStencilLocationCanonicalize()
H A Dstagda.c52 case DMSTAG_UP_LEFT: in DMStagCreateCompatibleDMDA()
H A Dstagmulti.c544 colc[2].loc = DMSTAG_UP_LEFT; in DMStagPopulateInterpolation2d_Internal()
724 colc[2].loc = DMSTAG_UP_LEFT; in DMStagPopulateInterpolation3d_Internal()
728 colc[6].loc = DMSTAG_UP_LEFT; in DMStagPopulateInterpolation3d_Internal()
H A Dstag2d.c1156 stag->locationOffsets[DMSTAG_UP_LEFT] = stag->locationOffsets[DMSTAG_DOWN_LEFT] + epr; in DMStagComputeLocationOffsets_2d()
1158 stag->locationOffsets[DMSTAG_UP_RIGHT] = stag->locationOffsets[DMSTAG_UP_LEFT] + epe; in DMStagComputeLocationOffsets_2d()
H A Dstag3d.c3215 stag->locationOffsets[DMSTAG_UP_LEFT] = stag->locationOffsets[DMSTAG_DOWN_LEFT] + epr; in DMStagComputeLocationOffsets_3d()
3217 stag->locationOffsets[DMSTAG_UP_RIGHT] = stag->locationOffsets[DMSTAG_UP_LEFT] + epe; in DMStagComputeLocationOffsets_3d()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmstag.pxi27 DMSTAG_UP_LEFT
116 elif stencil_location == "up_left": return DMSTAG_UP_LEFT
H A DDMStag.pyx28 UP_LEFT = DMSTAG_UP_LEFT
/petsc/include/
H A Dpetscdmstag.h39 DMSTAG_UP_LEFT, enumerator
/petsc/src/dm/impls/stag/tutorials/
H A Dex2.c38 #define UP_LEFT DMSTAG_UP_LEFT
H A Dex6.c391 PetscCall(DMStagGetLocationSlot(ctx->dm_stress, DMSTAG_UP_LEFT, 0, &slot_txy_upleft)); in UpdateVelocity_2d()
474 PetscCall(DMStagGetLocationSlot(ctx->dm_stress, DMSTAG_UP_LEFT, 0, &slot_txy_upleft)); in UpdateVelocity_3d()
H A Dex4.c830 etaPoint[2].loc = DMSTAG_UP_LEFT; in CreateSystem2d()
1120 eta_point[3].loc = DMSTAG_UP_LEFT; in CreateSystem3d()
H A Dex3.c47 #define UP_LEFT DMSTAG_UP_LEFT
/petsc/src/dm/impls/stag/tests/
H A Dex18.c41 #define UP_LEFT DMSTAG_UP_LEFT
H A Dex30.c23 #define UP_LEFT DMSTAG_UP_LEFT