Home
last modified time | relevance | path

Searched refs:DMSTAG_BACK (Results 1 – 18 of 18) sorted by relevance

/petsc/src/dm/impls/stag/tests/
H A Dex43.c29 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 Dex50.c55 loc[2][2] = DMSTAG_BACK; in main()
H A Dex8.c50 PetscCall(DMStagGetLocationSlot(dmSol, DMSTAG_BACK, 0, &iuz)); in main()
140 PetscCall(DMStagGetLocationSlot(dm, DMSTAG_BACK, 0, &idxUz)); in ApplyOperator()
H A Dex40.c941 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 Dex13.c324 PetscCall(DMStagGetLocationSlot(dm, DMSTAG_BACK, 0, &idxBack)); in Test2_3d()
H A Dex30.c12 #define BACK DMSTAG_BACK
/petsc/src/dm/impls/stag/
H A Dstagstencil.c211 case DMSTAG_BACK: in DMStagGetLocationDOF()
246 case DMSTAG_BACK: in DMStagStencilLocationCanonicalize()
248 *locCanonical = DMSTAG_BACK; in DMStagStencilLocationCanonicalize()
H A Dstagda.c44 case DMSTAG_BACK: in DMStagCreateCompatibleDMDA()
152 case DMSTAG_BACK: in DMStagDMDAGetExtraPoints()
H A Dstagmulti.c934 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 Dstag3d.c88 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 Dstag.c139 stencil2[cnt].loc = DMSTAG_BACK; in DMCreateFieldDecomposition_Stag()
/petsc/src/dm/impls/stag/tutorials/
H A Dex4.c1234 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 Dex6.c465 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 Dex3.c36 #define BACK DMSTAG_BACK
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmstag.pxi16 DMSTAG_BACK
105 elif stencil_location == "back": return DMSTAG_BACK
H A DDMStag.pyx17 BACK = DMSTAG_BACK
/petsc/include/
H A Dpetscdmstag.h28 DMSTAG_BACK, enumerator
/petsc/doc/manual/
H A Ddmstag.md138 DMSTAG_BACK