Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex47-merge.yaml6 $$3: &RIGHT { x: 1, y: 2 } anchor
15 <<: *RIGHT
19 <<: *RIGHT
23 <<: *RIGHT
/petsc/src/dm/impls/stag/tutorials/
H A Dex1.c79 #define RIGHT DMSTAG_RIGHT macro
221 pos[idxLoc].loc = RIGHT; in main()
285 row.loc = RIGHT; in main()
301 col[0].loc = RIGHT; in main()
H A Dex2.c37 #define RIGHT DMSTAG_RIGHT macro
176 PetscCall(DMStagGetProductCoordinateLocationSlot(dmSol, RIGHT, &inext)); in CreateSystem()
189 row.loc = RIGHT; in CreateSystem()
507 col[1].loc = RIGHT; in CreateSystem()
H A Dex3.c46 #define RIGHT DMSTAG_RIGHT macro
196 PetscCall(DMStagGetLocationSlot(dmCoord, RIGHT, d, &icux_right[d])); in CreateSystem()
214 row.loc = RIGHT; in CreateSystem()
1719 col[1].loc = RIGHT; in CreateSystem()
/petsc/src/dm/impls/stag/tests/
H A Dex18.c40 #define RIGHT DMSTAG_RIGHT macro
286 PetscCall(DMStagGetProductCoordinateLocationSlot(dm, RIGHT, &inext)); in CreateSystem()
301 row.loc = RIGHT; in CreateSystem()
639 col[1].loc = RIGHT; in CreateSystem()
H A Dex5.c10 #define RIGHT DMSTAG_RIGHT macro
H A Dex30.c22 #define RIGHT DMSTAG_RIGHT macro
92 PetscCall(DMStagGetLocationSlot(dmCoord, RIGHT, d, &icux_right[d])); in CreateMat()
107 row.loc = RIGHT; in CreateMat()
1577 col[1].loc = RIGHT; in CreateMat()
1658 PetscCall(DMStagGetLocationSlot(dmCoord, RIGHT, d, &icux_right[d])); in CheckMat()
1673 row.loc = RIGHT; in CheckMat()
3152 col[1].loc = RIGHT; in CheckMat()
/petsc/src/ksp/pc/impls/tfs/
H A Dxxt.c21 #define RIGHT 1 macro
610 dir[edge] = RIGHT; in det_separators()
678 dir[edge] = RIGHT; in det_separators()
H A Dxyt.c21 #define RIGHT 1 macro
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMStag.pyx27 RIGHT = DMSTAG_RIGHT variable in DMStagStencilLocation
H A DPC.pyx60 RIGHT = PC_RIGHT variable in PCSide
64 R = RIGHT
H A DMat.pyx3519 …side: Literal['r', 'R', 'right', 'Right', 'RIGHT', 'l', 'L', 'left', 'Left', 'LEFT'] | None = None… argument
3545 elif side in ('r', 'R', 'right', 'Right', 'RIGHT'):
/petsc/src/ksp/ksp/tutorials/output/
H A Dex2_help.out256 …-ksp_pc_side: <now LEFT : formerly LEFT> KSP preconditioner side (choose one of) LEFT RIGHT SYMMET…
/petsc/src/mat/impls/elemental/
H A Dmatelem.cxx461 El::DiagonalScale(El::RIGHT, El::NORMAL, de, *x->emat); in MatDiagonalScale_Elemental()