Home
last modified time | relevance | path

Searched refs:DMSTAG_FRONT_LEFT (Results 1 – 11 of 11) sorted by relevance

/petsc/src/dm/impls/stag/
H A Dstagstencil.c202 case DMSTAG_FRONT_LEFT: in DMStagGetLocationDOF()
258 case DMSTAG_FRONT_LEFT: in DMStagStencilLocationCanonicalize()
H A Dstagda.c62 case DMSTAG_FRONT_LEFT: in DMStagCreateCompatibleDMDA()
H A Dstagmulti.c768 colc[4].loc = DMSTAG_FRONT_LEFT; in DMStagPopulateInterpolation3d_Internal()
770 colc[6].loc = DMSTAG_FRONT_LEFT; in DMStagPopulateInterpolation3d_Internal()
H A Dstag3d.c3221 stag->locationOffsets[DMSTAG_FRONT_LEFT] = stag->locationOffsets[DMSTAG_BACK_LEFT] + epl; in DMStagComputeLocationOffsets_3d()
3223 stag->locationOffsets[DMSTAG_FRONT_RIGHT] = stag->locationOffsets[DMSTAG_FRONT_LEFT] + epe; in DMStagComputeLocationOffsets_3d()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmstag.pxi33 DMSTAG_FRONT_LEFT
122 elif stencil_location == "front_left": return DMSTAG_FRONT_LEFT
H A DDMStag.pyx34 FRONT_LEFT = DMSTAG_FRONT_LEFT
/petsc/include/
H A Dpetscdmstag.h45 DMSTAG_FRONT_LEFT, enumerator
/petsc/src/dm/impls/stag/tutorials/
H A Dex6.c479 PetscCall(DMStagGetLocationSlot(ctx->dm_stress, DMSTAG_FRONT_LEFT, 0, &slot_txz_frontleft)); in UpdateVelocity_3d()
H A Dex3.c53 #define FRONT_LEFT DMSTAG_FRONT_LEFT
H A Dex4.c1130 eta_point[5].loc = DMSTAG_FRONT_LEFT; in CreateSystem3d()
/petsc/src/dm/impls/stag/tests/
H A Dex30.c29 #define FRONT_LEFT DMSTAG_FRONT_LEFT