Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tutorials/
H A Dex4.c656 DMStagStencil etaPoint[4]; in CreateSystem2d() local
677 etaPoint[0].i = ex; in CreateSystem2d()
678 etaPoint[0].j = ey; in CreateSystem2d()
679 etaPoint[0].loc = DMSTAG_DOWN_LEFT; in CreateSystem2d()
680 etaPoint[0].c = 0; /* Left */ in CreateSystem2d()
681 etaPoint[1].i = ex; in CreateSystem2d()
682 etaPoint[1].j = ey; in CreateSystem2d()
683 etaPoint[1].loc = DMSTAG_DOWN_RIGHT; in CreateSystem2d()
684 etaPoint[1].c = 0; /* Right */ in CreateSystem2d()
685 etaPoint[2].i = ex; in CreateSystem2d()
[all …]