Home
last modified time | relevance | path

Searched refs:DMSTAG_BACK_RIGHT (Results 1 – 12 of 12) sorted by relevance

/petsc/src/dm/impls/stag/tests/
H A Dex6.c60 PetscCall(DMStagVecSplitToDMDA(dm, vec, DMSTAG_BACK_RIGHT, 1, &da, &vecda)); in main()
H A Dex30.c13 #define BACK_RIGHT DMSTAG_BACK_RIGHT
/petsc/src/dm/impls/stag/
H A Dstagstencil.c195 case DMSTAG_BACK_RIGHT: in DMStagGetLocationDOF()
257 case DMSTAG_BACK_RIGHT: in DMStagStencilLocationCanonicalize()
H A Dstagda.c61 case DMSTAG_BACK_RIGHT: in DMStagCreateCompatibleDMDA()
H A Dstagmulti.c765 colc[1].loc = DMSTAG_BACK_RIGHT; in DMStagPopulateInterpolation3d_Internal()
767 colc[3].loc = DMSTAG_BACK_RIGHT; in DMStagPopulateInterpolation3d_Internal()
H A Dstag3d.c3205 stag->locationOffsets[DMSTAG_BACK_RIGHT] = stag->locationOffsets[DMSTAG_BACK_LEFT] + epe; in DMStagComputeLocationOffsets_3d()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmstag.pxi17 DMSTAG_BACK_RIGHT
106 elif stencil_location == "back_right": return DMSTAG_BACK_RIGHT
H A DDMStag.pyx18 BACK_RIGHT = DMSTAG_BACK_RIGHT
/petsc/include/
H A Dpetscdmstag.h29 DMSTAG_BACK_RIGHT, enumerator
/petsc/src/dm/impls/stag/tutorials/
H A Dex6.c478 PetscCall(DMStagGetLocationSlot(ctx->dm_stress, DMSTAG_BACK_RIGHT, 0, &slot_txz_backright)); in UpdateVelocity_3d()
H A Dex3.c37 #define BACK_RIGHT DMSTAG_BACK_RIGHT
H A Dex4.c1586 eta_point[1].loc = DMSTAG_BACK_RIGHT; in CreateSystem3d()