Home
last modified time | relevance | path

Searched refs:DMSTAG_UP (Results 1 – 15 of 15) sorted by relevance

/petsc/src/dm/impls/stag/
H A Dstagstencil.c170 case DMSTAG_UP: in DMStagGetLocationDOF()
210 case DMSTAG_UP: in DMStagGetLocationDOF()
243 case DMSTAG_UP: in DMStagStencilLocationCanonicalize()
H A Dstagmulti.c609 colc[2].loc = DMSTAG_UP; in DMStagPopulateInterpolation2d_Internal()
610 colc[3].loc = DMSTAG_UP; in DMStagPopulateInterpolation2d_Internal()
900 colc[2].loc = DMSTAG_UP; in DMStagPopulateInterpolation3d_Internal()
901 colc[3].loc = DMSTAG_UP; in DMStagPopulateInterpolation3d_Internal()
904 colc[6].loc = DMSTAG_UP; in DMStagPopulateInterpolation3d_Internal()
905 colc[7].loc = DMSTAG_UP; in DMStagPopulateInterpolation3d_Internal()
H A Dstagda.c38 case DMSTAG_UP: in DMStagCreateCompatibleDMDA()
H A Dstag2d.c1157 stag->locationOffsets[DMSTAG_UP] = stag->locationOffsets[DMSTAG_DOWN] + epr; in DMStagComputeLocationOffsets_2d()
H A Dstag3d.c3216 stag->locationOffsets[DMSTAG_UP] = stag->locationOffsets[DMSTAG_DOWN] + epr; in DMStagComputeLocationOffsets_3d()
/petsc/src/dm/impls/stag/tutorials/
H A Dex4.c630 row.loc = DMSTAG_UP; in CreateSystem2d()
891 col[count].loc = DMSTAG_UP; in CreateSystem2d()
897 col[count].loc = DMSTAG_UP; in CreateSystem2d()
965 col[3].loc = DMSTAG_UP; in CreateSystem2d()
1219 col[count].loc = DMSTAG_UP; in CreateSystem3d()
1226 col[count].loc = DMSTAG_UP; in CreateSystem3d()
1293 row.loc = DMSTAG_UP; in CreateSystem3d()
1726 col[count].loc = DMSTAG_UP; in CreateSystem3d()
1733 col[count].loc = DMSTAG_UP; in CreateSystem3d()
1807 col[3].loc = DMSTAG_UP; in CreateSystem3d()
[all …]
H A Dex6.c587 PetscCall(DMStagGetLocationSlot(ctx->dm_velocity, DMSTAG_UP, 0, &slot_vy_up)); in UpdateStress_2d()
673 PetscCall(DMStagGetLocationSlot(ctx->dm_velocity, DMSTAG_UP, 0, &slot_vy_up)); in UpdateStress_3d()
849 from[0].loc = DMSTAG_UP; in DumpVelocity()
887 from[0].loc = DMSTAG_UP; in DumpVelocity()
H A Dex2.c39 #define UP DMSTAG_UP
H A Dex3.c48 #define UP DMSTAG_UP
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmstag.pxi28 DMSTAG_UP
117 elif stencil_location == "up": return DMSTAG_UP
H A DDMStag.pyx29 UP = DMSTAG_UP
/petsc/include/
H A Dpetscdmstag.h40 DMSTAG_UP, enumerator
/petsc/src/dm/impls/stag/tests/
H A Dex15.c280 row.loc = DMSTAG_UP; in CreateSystem2d()
595 col[3].loc = DMSTAG_UP; in CreateSystem2d()
H A Dex18.c42 #define UP DMSTAG_UP
H A Dex30.c24 #define UP DMSTAG_UP