| /petsc/src/sys/tests/ |
| H A D | ex47-merge.yaml | 6 $$3: &RIGHT { x: 1, y: 2 } anchor 15 <<: *RIGHT 19 <<: *RIGHT 23 <<: *RIGHT
|
| /petsc/src/dm/impls/stag/tutorials/ |
| H A D | ex1.c | 79 #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 D | ex2.c | 37 #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 D | ex3.c | 46 #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 D | ex18.c | 40 #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 D | ex5.c | 10 #define RIGHT DMSTAG_RIGHT macro
|
| H A D | ex30.c | 22 #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 D | xxt.c | 21 #define RIGHT 1 macro 610 dir[edge] = RIGHT; in det_separators() 678 dir[edge] = RIGHT; in det_separators()
|
| H A D | xyt.c | 21 #define RIGHT 1 macro
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMStag.pyx | 27 RIGHT = DMSTAG_RIGHT variable in DMStagStencilLocation
|
| H A D | PC.pyx | 60 RIGHT = PC_RIGHT variable in PCSide 64 R = RIGHT
|
| H A D | Mat.pyx | 3519 …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 D | ex2_help.out | 256 …-ksp_pc_side: <now LEFT : formerly LEFT> KSP preconditioner side (choose one of) LEFT RIGHT SYMMET…
|
| /petsc/src/mat/impls/elemental/ |
| H A D | matelem.cxx | 461 El::DiagonalScale(El::RIGHT, El::NORMAL, de, *x->emat); in MatDiagonalScale_Elemental()
|