Searched refs:DMSTAG_BACK_DOWN_LEFT (Results 1 – 17 of 17) sorted by relevance
| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex43.c | 18 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 D | ex17.c | 89 s[0].loc = DMSTAG_BACK_DOWN_LEFT; in main() 108 s[2].loc = DMSTAG_BACK_DOWN_LEFT; in main()
|
| H A D | ex51.c | 12 const DMStagStencilLocation location_vertex = DMSTAG_BACK_DOWN_LEFT; in main()
|
| H A D | ex50.c | 47 loc[0][0] = DMSTAG_BACK_DOWN_LEFT; in main()
|
| H A D | ex40.c | 852 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 D | ex13.c | 315 if (dof0 > 0) PetscCall(DMStagGetLocationSlot(dm, DMSTAG_BACK_DOWN_LEFT, 0, &idxBackDownLeft)); in Test2_3d()
|
| H A D | ex30.c | 8 #define BACK_DOWN_LEFT DMSTAG_BACK_DOWN_LEFT
|
| /petsc/src/dm/impls/stag/ |
| H A D | stagstencil.c | 183 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 D | stagda.c | 80 case DMSTAG_BACK_DOWN_LEFT: in DMStagCreateCompatibleDMDA() 167 case DMSTAG_BACK_DOWN_LEFT: in DMStagDMDAGetExtraPoints()
|
| H A D | stag3d.c | 85 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 D | stagmulti.c | 676 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 D | stag.c | 116 stencil0[d].loc = DMSTAG_BACK_DOWN_LEFT; in DMCreateFieldDecomposition_Stag()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmstag.pxi | 12 DMSTAG_BACK_DOWN_LEFT 101 elif stencil_location == "back_down_left": return DMSTAG_BACK_DOWN_LEFT
|
| H A D | DMStag.pyx | 13 BACK_DOWN_LEFT = DMSTAG_BACK_DOWN_LEFT
|
| /petsc/include/ |
| H A D | petscdmstag.h | 24 DMSTAG_BACK_DOWN_LEFT, enumerator
|
| /petsc/doc/manual/ |
| H A D | dmstag.md | 57 corner in 3D with `DMSTAG_BACK_DOWN_LEFT`, and so on. 135 DMSTAG_BACK_DOWN_LEFT
|
| /petsc/src/dm/impls/stag/tutorials/ |
| H A D | ex3.c | 32 #define BACK_DOWN_LEFT DMSTAG_BACK_DOWN_LEFT
|