| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex43.c | 42 row[8].loc = DMSTAG_BACK_DOWN; in AssembleSystem() 126 stencil_not_element[7].loc = DMSTAG_BACK_DOWN; in main() 193 stencil_not_vertex_first_three[4].loc = DMSTAG_BACK_DOWN; in main() 238 stencil_face_and_edge[3].loc = DMSTAG_BACK_DOWN; in main() 281 stencil_edge[0].loc = DMSTAG_BACK_DOWN; in main()
|
| H A D | ex50.c | 51 loc[1][2] = DMSTAG_BACK_DOWN; in main()
|
| H A D | ex40.c | 896 row.loc = DMSTAG_BACK_DOWN; in FormFunction3DNoCoupling() 1040 row.loc = DMSTAG_BACK_DOWN; in FormJacobian3DNoCoupling() 1186 row.loc = DMSTAG_BACK_DOWN; in FormFunction3D() 1298 row[nrows].loc = DMSTAG_BACK_DOWN; in FormFunction3D() 1343 col[ncols].loc = DMSTAG_BACK_DOWN; in FormFunction3D() 1456 row.loc = DMSTAG_BACK_DOWN; in FormJacobian3D() 1568 row[nrows].loc = DMSTAG_BACK_DOWN; in FormJacobian3D() 1613 col[ncols].loc = DMSTAG_BACK_DOWN; in FormJacobian3D()
|
| H A D | ex13.c | 318 PetscCall(DMStagGetLocationSlot(dm, DMSTAG_BACK_DOWN, 0, &idxBackDown)); in Test2_3d()
|
| H A D | ex30.c | 9 #define BACK_DOWN DMSTAG_BACK_DOWN
|
| /petsc/src/dm/impls/stag/ |
| H A D | stagstencil.c | 193 case DMSTAG_BACK_DOWN: in DMStagGetLocationDOF() 262 case DMSTAG_BACK_DOWN: in DMStagStencilLocationCanonicalize() 266 *locCanonical = DMSTAG_BACK_DOWN; in DMStagStencilLocationCanonicalize()
|
| H A D | stagda.c | 70 case DMSTAG_BACK_DOWN: in DMStagCreateCompatibleDMDA() 163 case DMSTAG_BACK_DOWN: in DMStagDMDAGetExtraPoints()
|
| H A D | stagmulti.c | 797 rowf.loc = DMSTAG_BACK_DOWN; in DMStagPopulateInterpolation3d_Internal() 806 colc[0].loc = DMSTAG_BACK_DOWN; in DMStagPopulateInterpolation3d_Internal() 807 colc[1].loc = DMSTAG_BACK_DOWN; in DMStagPopulateInterpolation3d_Internal() 1348 rowc.loc = DMSTAG_BACK_DOWN; in DMStagPopulateRestriction3d_Internal() 1357 colf[count].loc = DMSTAG_BACK_DOWN; in DMStagPopulateRestriction3d_Internal()
|
| H A D | stag3d.c | 86 PetscCall(DMStagGetLocationSlot(dmf, DMSTAG_BACK_DOWN, 0, &ibackdownf)); in DMStagRestrictSimple_3d() 94 PetscCall(DMStagGetLocationSlot(dmc, DMSTAG_BACK_DOWN, 0, &ibackdownc)); in DMStagRestrictSimple_3d() 220 PetscCall(DMStagGetLocationSlot(dmCoord, DMSTAG_BACK_DOWN, 0, &ibackdown)); in DMStagSetUniformCoordinatesExplicit_3d() 3201 …stag->locationOffsets[DMSTAG_BACK_DOWN] = stag->locationOffsets[DMSTAG_BACK_DOWN_LEFT] + st… in DMStagComputeLocationOffsets_3d() 3203 …stag->locationOffsets[DMSTAG_BACK_LEFT] = stag->locationOffsets[DMSTAG_BACK_DOWN] + stag->d… in DMStagComputeLocationOffsets_3d() 3207 stag->locationOffsets[DMSTAG_BACK_UP] = stag->locationOffsets[DMSTAG_BACK_DOWN] + epr; in DMStagComputeLocationOffsets_3d() 3219 stag->locationOffsets[DMSTAG_FRONT_DOWN] = stag->locationOffsets[DMSTAG_BACK_DOWN] + epl; in DMStagComputeLocationOffsets_3d() 3434 row_edge_back_down[c].loc = DMSTAG_BACK_DOWN; in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3569 row[nrows].loc = DMSTAG_BACK_DOWN; in DMCreateMatrix_Stag_3D_AIJ_Assemble() 3615 col[ncols].loc = DMSTAG_BACK_DOWN; in DMCreateMatrix_Stag_3D_AIJ_Assemble()
|
| H A D | stag.c | 122 stencil1[cnt].loc = DMSTAG_BACK_DOWN; in DMCreateFieldDecomposition_Stag()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmstag.pxi | 13 DMSTAG_BACK_DOWN 102 elif stencil_location == "back_down": return DMSTAG_BACK_DOWN
|
| H A D | DMStag.pyx | 14 BACK_DOWN = DMSTAG_BACK_DOWN
|
| /petsc/include/ |
| H A D | petscdmstag.h | 25 DMSTAG_BACK_DOWN, enumerator
|
| /petsc/src/dm/impls/stag/tutorials/ |
| H A D | ex6.c | 297 pos.loc = DMSTAG_BACK_DOWN; in CreateLame() 480 PetscCall(DMStagGetLocationSlot(ctx->dm_stress, DMSTAG_BACK_DOWN, 0, &slot_tyz_backdown)); in UpdateVelocity_3d() 664 PetscCall(DMStagGetLocationSlot(ctx->dm_stress, DMSTAG_BACK_DOWN, 0, &slot_tyz_backdown)); in UpdateStress_3d() 685 PetscCall(DMStagGetLocationSlot(ctx->dm_lame, DMSTAG_BACK_DOWN, 0, &slot_mu_backdown)); in UpdateStress_3d()
|
| H A D | ex4.c | 1340 rho_point[2].loc = DMSTAG_BACK_DOWN; in CreateSystem3d() 1377 eta_point[4].loc = DMSTAG_BACK_DOWN; in CreateSystem3d() 1591 eta_point[2].loc = DMSTAG_BACK_DOWN; in CreateSystem3d() 1908 PetscCall(DMStagGetLocationSlot(dm_coefficients, DMSTAG_BACK_DOWN, 0, &slot_eta_backdown)); in PopulateCoefficientData() 1909 PetscCall(DMStagGetLocationSlot(dm_coefficients, DMSTAG_BACK_DOWN, 1, &slot_rho_backdown)); in PopulateCoefficientData() 2190 …PetscCall(DMStagVecSplitToDMDA(dm_coefficients, coeff, DMSTAG_BACK_DOWN, 0, &da_eta_back_down, &ve… in DumpSolution() 2193 …PetscCall(DMStagVecSplitToDMDA(dm_coefficients, coeff, DMSTAG_BACK_DOWN, 1, &da_rho_back_down, &ve… in DumpSolution()
|
| H A D | ex3.c | 33 #define BACK_DOWN DMSTAG_BACK_DOWN
|
| /petsc/doc/manual/ |
| H A D | dmstag.md | 136 DMSTAG_BACK_DOWN
|