Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstagstencil.c212 case DMSTAG_FRONT: in DMStagGetLocationDOF()
247 case DMSTAG_FRONT: in DMStagStencilLocationCanonicalize()
H A Dstagmulti.c949 colc[4].loc = DMSTAG_FRONT; in DMStagPopulateInterpolation3d_Internal()
950 colc[5].loc = DMSTAG_FRONT; in DMStagPopulateInterpolation3d_Internal()
951 colc[6].loc = DMSTAG_FRONT; in DMStagPopulateInterpolation3d_Internal()
952 colc[7].loc = DMSTAG_FRONT; in DMStagPopulateInterpolation3d_Internal()
H A Dstagda.c45 case DMSTAG_FRONT: in DMStagCreateCompatibleDMDA()
H A Dstag3d.c3222 stag->locationOffsets[DMSTAG_FRONT] = stag->locationOffsets[DMSTAG_BACK] + epl; in DMStagComputeLocationOffsets_3d()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmstag.pxi34 DMSTAG_FRONT
123 elif stencil_location == "front": return DMSTAG_FRONT
H A DDMStag.pyx35 FRONT = DMSTAG_FRONT
/petsc/include/
H A Dpetscdmstag.h46 DMSTAG_FRONT, enumerator
/petsc/src/dm/impls/stag/tutorials/
H A Dex4.c1249 col[count].loc = DMSTAG_FRONT; in CreateSystem3d()
1256 col[count].loc = DMSTAG_FRONT; in CreateSystem3d()
1502 col[count].loc = DMSTAG_FRONT; in CreateSystem3d()
1509 col[count].loc = DMSTAG_FRONT; in CreateSystem3d()
1545 row.loc = DMSTAG_FRONT; in CreateSystem3d()
1819 col[5].loc = DMSTAG_FRONT; in CreateSystem3d()
2137 from[5].loc = DMSTAG_FRONT; in DumpSolution()
H A Dex6.c675 PetscCall(DMStagGetLocationSlot(ctx->dm_velocity, DMSTAG_FRONT, 0, &slot_vz_front)); in UpdateStress_3d()
907 from[4].loc = DMSTAG_FRONT; in DumpVelocity()
H A Dex3.c54 #define FRONT DMSTAG_FRONT
/petsc/src/dm/impls/stag/tests/
H A Dex30.c30 #define FRONT DMSTAG_FRONT