Searched refs:DMSTAG_BACK (Results 1 – 18 of 18) sorted by relevance
| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex43.c | 29 row[5].loc = DMSTAG_BACK; in AssembleSystem() 122 stencil_not_element[5].loc = DMSTAG_BACK; in main() 189 stencil_not_vertex_first_three[2].loc = DMSTAG_BACK; in main() 234 stencil_face_and_edge[1].loc = DMSTAG_BACK; in main() 275 stencil_face[1].loc = DMSTAG_BACK; in main()
|
| H A D | ex50.c | 55 loc[2][2] = DMSTAG_BACK; in main()
|
| H A D | ex8.c | 50 PetscCall(DMStagGetLocationSlot(dmSol, DMSTAG_BACK, 0, &iuz)); in main() 140 PetscCall(DMStagGetLocationSlot(dm, DMSTAG_BACK, 0, &idxUz)); in ApplyOperator()
|
| H A D | ex40.c | 941 row.loc = DMSTAG_BACK; in FormFunction3DNoCoupling() 1085 row.loc = DMSTAG_BACK; in FormJacobian3DNoCoupling() 1231 row.loc = DMSTAG_BACK; in FormFunction3D() 1313 row[nrows].loc = DMSTAG_BACK; in FormFunction3D() 1358 col[ncols].loc = DMSTAG_BACK; in FormFunction3D() 1501 row.loc = DMSTAG_BACK; in FormJacobian3D() 1583 row[nrows].loc = DMSTAG_BACK; in FormJacobian3D() 1628 col[ncols].loc = DMSTAG_BACK; in FormJacobian3D()
|
| H A D | ex13.c | 324 PetscCall(DMStagGetLocationSlot(dm, DMSTAG_BACK, 0, &idxBack)); in Test2_3d()
|
| H A D | ex30.c | 12 #define BACK DMSTAG_BACK
|
| /petsc/src/dm/impls/stag/ |
| H A D | stagstencil.c | 211 case DMSTAG_BACK: in DMStagGetLocationDOF() 246 case DMSTAG_BACK: in DMStagStencilLocationCanonicalize() 248 *locCanonical = DMSTAG_BACK; in DMStagStencilLocationCanonicalize()
|
| H A D | stagda.c | 44 case DMSTAG_BACK: in DMStagCreateCompatibleDMDA() 152 case DMSTAG_BACK: in DMStagDMDAGetExtraPoints()
|
| H A D | stagmulti.c | 934 rowf.loc = DMSTAG_BACK; in DMStagPopulateInterpolation3d_Internal() 945 colc[0].loc = DMSTAG_BACK; in DMStagPopulateInterpolation3d_Internal() 946 colc[1].loc = DMSTAG_BACK; in DMStagPopulateInterpolation3d_Internal() 947 colc[2].loc = DMSTAG_BACK; in DMStagPopulateInterpolation3d_Internal() 948 colc[3].loc = DMSTAG_BACK; in DMStagPopulateInterpolation3d_Internal() 1449 rowc.loc = DMSTAG_BACK; in DMStagPopulateRestriction3d_Internal() 1458 colf[count].loc = DMSTAG_BACK; in DMStagPopulateRestriction3d_Internal()
|
| H A D | stag3d.c | 88 PetscCall(DMStagGetLocationSlot(dmf, DMSTAG_BACK, 0, &ibackf)); in DMStagRestrictSimple_3d() 96 PetscCall(DMStagGetLocationSlot(dmc, DMSTAG_BACK, 0, &ibackc)); in DMStagRestrictSimple_3d() 225 PetscCall(DMStagGetLocationSlot(dmCoord, DMSTAG_BACK, 0, &iback)); in DMStagSetUniformCoordinatesExplicit_3d() 3204 …stag->locationOffsets[DMSTAG_BACK] = stag->locationOffsets[DMSTAG_BACK_LEFT] + stag->d… in DMStagComputeLocationOffsets_3d() 3209 …stag->locationOffsets[DMSTAG_DOWN_LEFT] = stag->locationOffsets[DMSTAG_BACK] + stag->dof[2]; in DMStagComputeLocationOffsets_3d() 3222 stag->locationOffsets[DMSTAG_FRONT] = stag->locationOffsets[DMSTAG_BACK] + epl; in DMStagComputeLocationOffsets_3d() 3452 row_face_back[c].loc = DMSTAG_BACK; in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3584 row[nrows].loc = DMSTAG_BACK; in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3630 col[ncols].loc = DMSTAG_BACK; in DMCreateMatrix_Stag_3D_AIJ_Assemble()
|
| H A D | stag.c | 139 stencil2[cnt].loc = DMSTAG_BACK; in DMCreateFieldDecomposition_Stag()
|
| /petsc/src/dm/impls/stag/tutorials/ |
| H A D | ex4.c | 1234 col[count].loc = DMSTAG_BACK; in CreateSystem3d() 1241 col[count].loc = DMSTAG_BACK; in CreateSystem3d() 1487 col[count].loc = DMSTAG_BACK; in CreateSystem3d() 1494 col[count].loc = DMSTAG_BACK; in CreateSystem3d() 1558 row.loc = DMSTAG_BACK; in CreateSystem3d() 1629 col[count].loc = DMSTAG_BACK; in CreateSystem3d() 1636 col[count].loc = DMSTAG_BACK; in CreateSystem3d() 1645 col[count].loc = DMSTAG_BACK; in CreateSystem3d() 1654 col[count].loc = DMSTAG_BACK; in CreateSystem3d() 1663 col[count].loc = DMSTAG_BACK; in CreateSystem3d() [all …]
|
| H A D | ex6.c | 465 PetscCall(DMStagGetLocationSlot(ctx->dm_buoyancy, DMSTAG_BACK, 0, &slot_buoyancy_back)); in UpdateVelocity_3d() 490 PetscCall(DMStagGetLocationSlot(ctx->dm_velocity, DMSTAG_BACK, 0, &slot_vz_back)); in UpdateVelocity_3d() 674 PetscCall(DMStagGetLocationSlot(ctx->dm_velocity, DMSTAG_BACK, 0, &slot_vz_back)); in UpdateStress_3d() 912 from[5].loc = DMSTAG_BACK; in DumpVelocity()
|
| H A D | ex3.c | 36 #define BACK DMSTAG_BACK
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmstag.pxi | 16 DMSTAG_BACK 105 elif stencil_location == "back": return DMSTAG_BACK
|
| H A D | DMStag.pyx | 17 BACK = DMSTAG_BACK
|
| /petsc/include/ |
| H A D | petscdmstag.h | 28 DMSTAG_BACK, enumerator
|
| /petsc/doc/manual/ |
| H A D | dmstag.md | 138 DMSTAG_BACK
|