Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstagstencil.c201 case DMSTAG_FRONT_DOWN: in DMStagGetLocationDOF()
264 case DMSTAG_FRONT_DOWN: in DMStagStencilLocationCanonicalize()
H A Dstagda.c72 case DMSTAG_FRONT_DOWN: in DMStagCreateCompatibleDMDA()
H A Dstagmulti.c810 colc[4].loc = DMSTAG_FRONT_DOWN; in DMStagPopulateInterpolation3d_Internal()
811 colc[5].loc = DMSTAG_FRONT_DOWN; in DMStagPopulateInterpolation3d_Internal()
H A Dstag3d.c3219 stag->locationOffsets[DMSTAG_FRONT_DOWN] = stag->locationOffsets[DMSTAG_BACK_DOWN] + epl; in DMStagComputeLocationOffsets_3d()
3225 stag->locationOffsets[DMSTAG_FRONT_UP] = stag->locationOffsets[DMSTAG_FRONT_DOWN] + epr; in DMStagComputeLocationOffsets_3d()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmstag.pxi31 DMSTAG_FRONT_DOWN
120 elif stencil_location == "front_down": return DMSTAG_FRONT_DOWN
H A DDMStag.pyx32 FRONT_DOWN = DMSTAG_FRONT_DOWN
/petsc/include/
H A Dpetscdmstag.h43 DMSTAG_FRONT_DOWN, enumerator
/petsc/src/dm/impls/stag/tutorials/
H A Dex4.c1345 rho_point[3].loc = DMSTAG_FRONT_DOWN; in CreateSystem3d()
1382 eta_point[5].loc = DMSTAG_FRONT_DOWN; in CreateSystem3d()
H A Dex6.c482 PetscCall(DMStagGetLocationSlot(ctx->dm_stress, DMSTAG_FRONT_DOWN, 0, &slot_tyz_frontdown)); in UpdateVelocity_3d()
H A Dex3.c51 #define FRONT_DOWN DMSTAG_FRONT_DOWN
/petsc/src/dm/impls/stag/tests/
H A Dex30.c27 #define FRONT_DOWN DMSTAG_FRONT_DOWN