Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tutorials/
H A Dex4.c1097 DMStagStencil eta_point[6]; in CreateSystem3d() local
1102 eta_point[0].i = ex - 1; in CreateSystem3d()
1103 eta_point[0].j = ey; in CreateSystem3d()
1104 eta_point[0].k = ez; in CreateSystem3d()
1105 eta_point[0].loc = DMSTAG_ELEMENT; in CreateSystem3d()
1106 eta_point[0].c = 0; /* Left */ in CreateSystem3d()
1107 eta_point[1].i = ex; in CreateSystem3d()
1108 eta_point[1].j = ey; in CreateSystem3d()
1109 eta_point[1].k = ez; in CreateSystem3d()
1110 eta_point[1].loc = DMSTAG_ELEMENT; in CreateSystem3d()
[all …]