Home
last modified time | relevance | path

Searched refs:DMSTAG_BACK_DOWN_LEFT (Results 1 – 17 of 17) sorted by relevance

/petsc/src/dm/impls/stag/tests/
H A Dex43.c18 row[c].loc = DMSTAG_BACK_DOWN_LEFT; in AssembleSystem()
117 stencil_not_element[c].loc = DMSTAG_BACK_DOWN_LEFT; in main()
180 stencil_vertex_first_three[c].loc = DMSTAG_BACK_DOWN_LEFT; in main()
185 stencil_not_vertex_first_three[0].loc = DMSTAG_BACK_DOWN_LEFT; in main()
228 stencil_vertex_fourth[0].loc = DMSTAG_BACK_DOWN_LEFT; in main()
H A Dex17.c89 s[0].loc = DMSTAG_BACK_DOWN_LEFT; in main()
108 s[2].loc = DMSTAG_BACK_DOWN_LEFT; in main()
H A Dex51.c12 const DMStagStencilLocation location_vertex = DMSTAG_BACK_DOWN_LEFT; in main()
H A Dex50.c47 loc[0][0] = DMSTAG_BACK_DOWN_LEFT; in main()
H A Dex40.c852 row.loc = DMSTAG_BACK_DOWN_LEFT; in FormFunction3DNoCoupling()
996 row.loc = DMSTAG_BACK_DOWN_LEFT; in FormJacobian3DNoCoupling()
1142 row.loc = DMSTAG_BACK_DOWN_LEFT; in FormFunction3D()
1283 row[nrows].loc = DMSTAG_BACK_DOWN_LEFT; in FormFunction3D()
1328 col[ncols].loc = DMSTAG_BACK_DOWN_LEFT; in FormFunction3D()
1412 row.loc = DMSTAG_BACK_DOWN_LEFT; in FormJacobian3D()
1553 row[nrows].loc = DMSTAG_BACK_DOWN_LEFT; in FormJacobian3D()
1598 col[ncols].loc = DMSTAG_BACK_DOWN_LEFT; in FormJacobian3D()
H A Dex13.c315 if (dof0 > 0) PetscCall(DMStagGetLocationSlot(dm, DMSTAG_BACK_DOWN_LEFT, 0, &idxBackDownLeft)); in Test2_3d()
H A Dex30.c8 #define BACK_DOWN_LEFT DMSTAG_BACK_DOWN_LEFT
/petsc/src/dm/impls/stag/
H A Dstagstencil.c183 case DMSTAG_BACK_DOWN_LEFT: in DMStagGetLocationDOF()
268 case DMSTAG_BACK_DOWN_LEFT: in DMStagStencilLocationCanonicalize()
276 *locCanonical = DMSTAG_BACK_DOWN_LEFT; in DMStagStencilLocationCanonicalize()
H A Dstagda.c80 case DMSTAG_BACK_DOWN_LEFT: in DMStagCreateCompatibleDMDA()
167 case DMSTAG_BACK_DOWN_LEFT: in DMStagDMDAGetExtraPoints()
H A Dstag3d.c85 PetscCall(DMStagGetLocationSlot(dmf, DMSTAG_BACK_DOWN_LEFT, 0, &ibackdownleftf)); in DMStagRestrictSimple_3d()
93 PetscCall(DMStagGetLocationSlot(dmc, DMSTAG_BACK_DOWN_LEFT, 0, &ibackdownleftc)); in DMStagRestrictSimple_3d()
218 …if (stagCoord->dof[0]) PetscCall(DMStagGetLocationSlot(dmCoord, DMSTAG_BACK_DOWN_LEFT, 0, &ibackdo… in DMStagSetUniformCoordinatesExplicit_3d()
3200 stag->locationOffsets[DMSTAG_BACK_DOWN_LEFT] = 0; in DMStagComputeLocationOffsets_3d()
3201 …stag->locationOffsets[DMSTAG_BACK_DOWN] = stag->locationOffsets[DMSTAG_BACK_DOWN_LEFT] + st… in DMStagComputeLocationOffsets_3d()
3202 …stag->locationOffsets[DMSTAG_BACK_DOWN_RIGHT] = stag->locationOffsets[DMSTAG_BACK_DOWN_LEFT] + ep… in DMStagComputeLocationOffsets_3d()
3206 …stag->locationOffsets[DMSTAG_BACK_UP_LEFT] = stag->locationOffsets[DMSTAG_BACK_DOWN_LEFT] + ep… in DMStagComputeLocationOffsets_3d()
3218 …stag->locationOffsets[DMSTAG_FRONT_DOWN_LEFT] = stag->locationOffsets[DMSTAG_BACK_DOWN_LEFT] + ep… in DMStagComputeLocationOffsets_3d()
3416 row_vertex[c].loc = DMSTAG_BACK_DOWN_LEFT; in DMCreateMatrix_Stag_3D_AIJ_Assemble()
3554 row[nrows].loc = DMSTAG_BACK_DOWN_LEFT; in DMCreateMatrix_Stag_3D_AIJ_Assemble()
[all …]
H A Dstagmulti.c676 rowf.loc = DMSTAG_BACK_DOWN_LEFT; in DMStagPopulateInterpolation3d_Internal()
683 colc[0].loc = DMSTAG_BACK_DOWN_LEFT; in DMStagPopulateInterpolation3d_Internal()
1246 rowc.loc = DMSTAG_BACK_DOWN_LEFT; in DMStagPopulateRestriction3d_Internal()
1255 colf[count].loc = DMSTAG_BACK_DOWN_LEFT; in DMStagPopulateRestriction3d_Internal()
H A Dstag.c116 stencil0[d].loc = DMSTAG_BACK_DOWN_LEFT; in DMCreateFieldDecomposition_Stag()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmstag.pxi12 DMSTAG_BACK_DOWN_LEFT
101 elif stencil_location == "back_down_left": return DMSTAG_BACK_DOWN_LEFT
H A DDMStag.pyx13 BACK_DOWN_LEFT = DMSTAG_BACK_DOWN_LEFT
/petsc/include/
H A Dpetscdmstag.h24 DMSTAG_BACK_DOWN_LEFT, enumerator
/petsc/doc/manual/
H A Ddmstag.md57 corner in 3D with `DMSTAG_BACK_DOWN_LEFT`, and so on.
135 DMSTAG_BACK_DOWN_LEFT
/petsc/src/dm/impls/stag/tutorials/
H A Dex3.c32 #define BACK_DOWN_LEFT DMSTAG_BACK_DOWN_LEFT