Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tutorials/
H A Dex4.c1321 DMStagStencil eta_point[6], rho_point[4]; in CreateSystem3d() local
1327 rho_point[0].i = ex; in CreateSystem3d()
1328 rho_point[0].j = ey; in CreateSystem3d()
1329 rho_point[0].k = ez; in CreateSystem3d()
1330 rho_point[0].loc = DMSTAG_DOWN_LEFT; in CreateSystem3d()
1331 rho_point[0].c = 1; in CreateSystem3d()
1332 rho_point[1].i = ex; in CreateSystem3d()
1333 rho_point[1].j = ey; in CreateSystem3d()
1334 rho_point[1].k = ez; in CreateSystem3d()
1335 rho_point[1].loc = DMSTAG_DOWN_RIGHT; in CreateSystem3d()
[all …]