Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/Styles/
H A DTabs.css5 border:1px solid Black;
7 margin:0px 5px -1px 0px;
8 padding:3px 5px 3px 5px;
30 border-top:1px solid Black;
31 padding:0px;
H A DReport.css9 height:1px;
13 margin-bottom:0px;
14 padding-bottom:0px;
18 margin-bottom:0px;
19 padding-bottom:0px;
101 padding-bottom:10px;
108 padding-top:10px;
112 border:1px outset black;
114 margin-top:3px;
115 margin-bottom:3px;
[all …]
H A DCmpSystems.css9 height:1px;
13 margin-bottom:0px;
14 padding-bottom:0px;
25 border:1px solid #777777;
28 padding-left:7px;
29 padding-right:7px;
37 padding-top:20px;
38 padding-bottom:20px;
77 width:55px;
H A DHeadersDiff.css9 height:1px;
13 margin-bottom:0px;
14 padding-bottom:0px;
23 font-size: 14px;
27 font-size: 16px;
41 .lineno { color: red; background-color: #FFF; font-size: 0.7em; text-align: right; padding: 0 2px; …
49 .stats, .stats td, .stats th { background-color: #EEE; padding: 2px 0; }
H A DSymbolsList.css9 height:1px;
13 margin-bottom:0px;
14 padding-bottom:0px;
20 margin-left:5px;
27 margin-left:5px;
55 padding-left:15px;
/petsc/doc/_static/css/
H A Dcustom.css2 --pst-font-size-h1: 21px;
3 --pst-font-size-h2: 19px;
4 --pst-font-size-h3: 19px;
5 --pst-font-size-h4: 19px;
/petsc/src/vec/vec/tests/
H A Dex60.c10 PetscScalar *px; in main() local
49 PetscCall(VecGetArrayWrite(x, &px)); in main()
50 PetscCall(VecPlaceArray(x1, px)); in main()
51 PetscCall(VecPlaceArray(x2, px + n)); in main()
52 PetscCall(VecPlaceArray(x3, px + 2 * n)); in main()
59 PetscCall(VecRestoreArrayWrite(x, &px)); in main()
/petsc/src/ksp/ksp/impls/cg/pipecg2/
H A Dpipecg2.c84 PetscScalar *PETSC_RESTRICT px, *PETSC_RESTRICT pr, *PETSC_RESTRICT pz, *PETSC_RESTRICT pw; in VecMergedOpsShort_Private() local
90 PetscCall(VecGetArray(vx, (PetscScalar **)&px)); in VecMergedOpsShort_Private()
126 px[j] = px[j] + alpha0 * pp[j]; in VecMergedOpsShort_Private()
145 px[j] = px[j] + alpha1 * pp[j]; in VecMergedOpsShort_Private()
181 px[j] = px[j] + alpha0 * pp[j]; in VecMergedOpsShort_Private()
200 px[j] = px[j] + alpha1 * pp[j]; in VecMergedOpsShort_Private()
236 px[j] = px[j] + alpha0 * pp[j]; in VecMergedOpsShort_Private()
255 px[j] = px[j] + alpha1 * pp[j]; in VecMergedOpsShort_Private()
280 PetscCall(VecRestoreArray(vx, (PetscScalar **)&px)); in VecMergedOpsShort_Private()
306 PetscScalar *PETSC_RESTRICT px, *PETSC_RESTRICT pr, *PETSC_RESTRICT pz, *PETSC_RESTRICT pw; in VecMergedOps_Private() local
[all …]
/petsc/src/mat/impls/h2opus/
H A Dmath2opussampler.hpp147 H2Opus_Real *px, *py; in sample() local
155 PermuteBuffersIn(samples, x, &px, y, &py); in sample()
157 PetscCallVoid(MatCreateDense(comm, n, PETSC_DECIDE, N, samples, px, &X)); in sample()
164 PetscCallVoid(MatCreateDenseCUDA(comm, n, PETSC_DECIDE, N, samples, px, &X)); in sample()
/petsc/src/ksp/ksp/interface/
H A Deige.c234 …ts, const PetscReal *r, const PetscReal *c, PetscReal x, PetscReal y, PetscReal *px, PetscReal *py) in PolyEval() argument
246 *px = rprod; in PolyEval()
285 PetscReal px, py, tx, ty, tmod; in KSPPlotEigenContours_Private() local
286 PetscCall(PolyEval(neig, r, c, xloc[i], yloc[j], &px, &py)); in KSPPlotEigenContours_Private()
287 tx = px * rscale - py * iscale; in KSPPlotEigenContours_Private()
288 ty = py * rscale + px * iscale; in KSPPlotEigenContours_Private()
/petsc/src/dm/tutorials/
H A Dswarm_ex3.c184 PetscReal px, py, rx, ry, r2; in ex3_1() local
189 px = PetscRealPart(LA_coors[2 * p + 0]) + 0.1 * rx * dx; in ex3_1()
192 r2 = px * px + py * py; in ex3_1()
194 array[bs * cnt + 0] = px; in ex3_1()
/petsc/src/binding/petsc4py/
H A DMANIFEST.in6 recursive-include src *.py *.pyx *.px[di] *.h *.c *.i *.cfg
/petsc/src/dm/impls/da/hypre/
H A Dmhyp.c104 DMBoundaryType px, py, pz; in MatSetUp_HYPREStruct() local
114 PetscCall(DMDAGetInfo(ex->da, &dim, &Nx, &Ny, &Nz, 0, 0, 0, &dof, &psw, &px, &py, &pz, &st)); in MatSetUp_HYPREStruct()
138 if (px || py || pz) { in MatSetUp_HYPREStruct()
139 if (px == DM_BOUNDARY_PERIODIC) period[0] = (HYPRE_Int)Nx; in MatSetUp_HYPREStruct()
535 DMBoundaryType px, py, pz; in MatSetUp_HYPRESStruct() local
547 PetscCall(DMDAGetInfo(ex->da, &dim, 0, 0, 0, 0, 0, 0, &dof, &sw[0], &px, &py, &pz, &st)); in MatSetUp_HYPRESStruct()
566 …PetscCheck(!px && !py && !pz, PetscObjectComm((PetscObject)da), PETSC_ERR_SUP, "Ask us to add peri… in MatSetUp_HYPRESStruct()
/petsc/src/ts/tutorials/
H A Dex11.h582 …*gamr, PetscScalar *rho1r, PetscScalar *rx, PetscScalar *uxm, PetscScalar *px, PetscScalar *utx, P… in riemannsolver() argument
594 *px = *pl; in riemannsolver()
650 *px = cx * cx * *rx / *gam; in riemannsolver()
654 *px = cvmgp_(px, &p0, &d__1); in riemannsolver()
660 *px = cvmgm_(px, &pstar, &d__1); in riemannsolver()
/petsc/src/dm/impls/stag/tests/
H A Dex18.c862 static PetscErrorCode CreateNumericalReferenceSolution(Mat A, Vec rhs, Vec *px) in CreateNumericalReferenceSolution() argument
877 PetscCall(VecDuplicate(rhs, px)); in CreateNumericalReferenceSolution()
878 x = *px; in CreateNumericalReferenceSolution()
/petsc/src/sys/classes/draw/impls/x/
H A Dxops.c447 int root_x, root_y, px = 0, py = 0; in PetscDrawGetMouseButton_X() local
470 …XQueryPointer(win->disp, report.xmotion.window, &root, &child, &root_x, &root_y, &px, &py, &keys_b… in PetscDrawGetMouseButton_X()
509 xx = ((PetscReal)px) / w; in PetscDrawGetMouseButton_X()
/petsc/src/ksp/ksp/tutorials/
H A Dex42.c1972 PetscInt px, py, pz; in solve_stokes_3d_coupled() local
1982 …PetscCall(DMDAGetInfo(da_Stokes, NULL, NULL, NULL, NULL, &px, &py, &pz, NULL, NULL, NULL, NULL, NU… in solve_stokes_3d_coupled()
1983 rr = PetscGlobalRank % (px * py); in solve_stokes_3d_coupled()
1984 if (px % 2) jump = (PetscBool)(rr % 2); in solve_stokes_3d_coupled()
1985 else jump = (PetscBool)((rr / px) % 2 ? rr % 2 : !(rr % 2)); in solve_stokes_3d_coupled()
1986 rr = PetscGlobalRank / (px * py); in solve_stokes_3d_coupled()
H A Dex43.c1366 PetscInt opts_nz, px, py; in solve_stokes_2d_coupled() local
1376 …PetscCall(DMDAGetInfo(da_Stokes, NULL, NULL, NULL, NULL, &px, &py, NULL, NULL, NULL, NULL, NULL, N… in solve_stokes_2d_coupled()
1377 if (px % 2) { in solve_stokes_2d_coupled()
1380 … jump = (PetscBool)((PetscGlobalRank / px) % 2 ? PetscGlobalRank % 2 : !(PetscGlobalRank % 2)); in solve_stokes_2d_coupled()