Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tests/
H A Dex30.c20 #define LEFT DMSTAG_LEFT macro
89 PetscCall(DMStagGetLocationSlot(dmCoord, LEFT, d, &icux[d])); in CreateMat()
142 row.loc = LEFT; in CreateMat()
154 row.loc = LEFT; in CreateMat()
162 col[0].loc = LEFT; in CreateMat()
169 col[1].loc = LEFT; in CreateMat()
175 col[2].loc = LEFT; in CreateMat()
181 col[3].loc = LEFT; in CreateMat()
188 col[4].loc = LEFT; in CreateMat()
208 col[0].loc = LEFT; in CreateMat()
[all …]
H A Dex18.c38 #define LEFT DMSTAG_LEFT macro
285 PetscCall(DMStagGetProductCoordinateLocationSlot(dm, LEFT, &iprev)); in CreateSystem()
477 row.loc = LEFT; in CreateSystem()
491 row.loc = LEFT; in CreateSystem()
498 col[0].loc = LEFT; in CreateSystem()
504 col[1].loc = LEFT; in CreateSystem()
509 col[2].loc = LEFT; in CreateSystem()
514 col[3].loc = LEFT; in CreateSystem()
535 row.loc = LEFT; in CreateSystem()
539 col[0].loc = LEFT; in CreateSystem()
[all …]
H A Dex5.c9 #define LEFT DMSTAG_LEFT macro
45 PetscCall(DMStagGetLocationSlot(dmSol, LEFT, 0, &iu)); in main()
130 PetscCall(DMStagGetLocationSlot(dm, LEFT, 0, &idxU)); in ApplyOperator()
/petsc/src/dm/impls/stag/tutorials/
H A Dex2.c35 #define LEFT DMSTAG_LEFT macro
175 PetscCall(DMStagGetProductCoordinateLocationSlot(dmSol, LEFT, &iprev)); in CreateSystem()
348 row.loc = LEFT; in CreateSystem()
360 row.loc = LEFT; in CreateSystem()
367 col[0].loc = LEFT; in CreateSystem()
373 col[1].loc = LEFT; in CreateSystem()
378 col[2].loc = LEFT; in CreateSystem()
383 col[3].loc = LEFT; in CreateSystem()
401 row.loc = LEFT; in CreateSystem()
405 col[0].loc = LEFT; in CreateSystem()
[all …]
H A Dex3.c44 #define LEFT DMSTAG_LEFT macro
193 PetscCall(DMStagGetLocationSlot(dmCoord, LEFT, d, &icux[d])); in CreateSystem()
258 row.loc = LEFT; in CreateSystem()
272 row.loc = LEFT; in CreateSystem()
280 col[0].loc = LEFT; in CreateSystem()
287 col[1].loc = LEFT; in CreateSystem()
293 col[2].loc = LEFT; in CreateSystem()
299 col[3].loc = LEFT; in CreateSystem()
306 col[4].loc = LEFT; in CreateSystem()
326 col[0].loc = LEFT; in CreateSystem()
[all …]
H A Dex1.c78 #define LEFT DMSTAG_LEFT macro
140 PetscCall(DMStagGetLocationSlot(dmSol, LEFT, 0, &iu)); in main()
142 PetscCall(DMStagGetLocationSlot(dmCoordSol, LEFT, 0, &ixu)); in main()
200 pos[idxLoc].loc = LEFT; /* Left vertex */ in main()
210 pos[idxLoc].loc = LEFT; /* vertex-centered dof (u) */ in main()
242 row.loc = LEFT; in main()
251 row.loc = LEFT; /* In general, opt for LEFT/DOWN/BACK and iterate over elements */ in main()
272 col[2].loc = LEFT; in main()
305 col[1].loc = LEFT; in main()
/petsc/src/sys/tests/
H A Dex47-merge.yaml5 $$2: &LEFT { x: -1, y: -2 } anchor
/petsc/doc/manualpages/doctext/
H A Dhtml.def31 s_arg_inlist %n<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>
/petsc/src/ksp/pc/impls/tfs/
H A Dxxt.c20 #define LEFT -1 macro
590 dir[edge] = LEFT; in det_separators()
662 dir[edge] = LEFT; in det_separators()
700 dir[edge] = LEFT; in det_separators()
H A Dxyt.c20 #define LEFT -1 macro
/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/doc/manual/
H A Ddmstag.md126 …encilLocation` are `DMSTAG_ELEMENT`, plus all entries consisting only of "LEFT", "DOWN", and "BACK…
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMStag.pyx25 LEFT = DMSTAG_LEFT variable in DMStagStencilLocation
H A DPC.pyx59 LEFT = PC_LEFT variable in PCSide
63 L = LEFT
H A DMat.pyx3519 …side: Literal['r', 'R', 'right', 'Right', 'RIGHT', 'l', 'L', 'left', 'Left', 'LEFT'] | None = None…
3549 elif side in ('l', 'L', 'left', 'Left', 'LEFT'):
/petsc/src/mat/impls/elemental/
H A Dmatelem.cxx468 El::DiagonalScale(El::LEFT, El::NORMAL, de, *x->emat); in MatDiagonalScale_Elemental()