| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/Styles/ |
| H A D | Tabs.css | 5 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 D | Report.css | 9 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 D | CmpSystems.css | 9 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 D | HeadersDiff.css | 9 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 D | SymbolsList.css | 9 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 D | custom.css | 2 --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 D | ex60.c | 10 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 D | pipecg2.c | 84 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 D | math2opussampler.hpp | 147 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 D | eige.c | 234 …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 D | swarm_ex3.c | 184 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 D | MANIFEST.in | 6 recursive-include src *.py *.pyx *.px[di] *.h *.c *.i *.cfg
|
| /petsc/src/dm/impls/da/hypre/ |
| H A D | mhyp.c | 104 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 D | ex11.h | 582 …*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 D | ex18.c | 862 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 D | xops.c | 447 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 D | ex42.c | 1972 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 D | ex43.c | 1366 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()
|