| /petsc/src/dm/impls/da/ |
| H A D | daltol.c | 18 PetscInt *idx, left, j, count, up, down, i, bottom, top, k, dim = da->dim; in DMLocalToLocalCreate_DA() local 38 up = down + dd->ye - dd->ys; in DMLocalToLocalCreate_DA() 39 PetscCall(PetscMalloc1((dd->xe - dd->xs) * (up - down), &idx)); in DMLocalToLocalCreate_DA() 41 for (i = down; i < up; i++) { in DMLocalToLocalCreate_DA() 49 up = down + dd->ze - dd->zs; in DMLocalToLocalCreate_DA() 50 count = (dd->xe - dd->xs) * (top - bottom) * (up - down); in DMLocalToLocalCreate_DA() 53 for (i = down; i < up; i++) { in DMLocalToLocalCreate_DA()
|
| H A D | da2.c | 203 PetscInt up, down, left, right, i, *idx, nn; in DMSetUp_DA_2D() local 396 up = down + (IYe - IYs); in DMSetUp_DA_2D() 398 for (i = down; i < up; i++) { in DMSetUp_DA_2D() 417 up = down + y; in DMSetUp_DA_2D() 424 for (i = down; i < up; i++) { in DMSetUp_DA_2D() 428 for (i = up; i < up + IYe - ye; i++) { in DMSetUp_DA_2D()
|
| /petsc/doc/developers/ |
| H A D | meetings-developers.md | 8 …- In 2023 we used EventBright, Barry set it up and had the money go straight to his bank account. … 10 …- In 2025 NumFocus set up a Tito account to receive the registration fees. However since they don'… 14 …- In 2023 and 2025 Junchao Zhang set up a Google form to receive abstracts since neither EventBrig…
|
| H A D | development.md | 5 In the course of developing PETSc, you may find the following useful in setting up your
|
| /petsc/src/ksp/ksp/tests/output/ |
| H A D | ex3_hypre.out | 11 PC has not been set up so information may be incomplete 24 Sweeps up 1 27 Relax up not yet set
|
| H A D | ex3_hypre_alt.out | 11 PC has not been set up so information may be incomplete 24 Sweeps up 1 27 Relax up not yet set
|
| H A D | ex11_3.out | 21 PC has not been set up so information may be incomplete
|
| /petsc/src/vec/vec/tests/ |
| H A D | ex29.c | 56 PetscInt up = n * (!r || !(repeat - 1 - r)); in main() local 58 for (i = 0; i < up; i++) { in main() 59 PetscInt ii = inv ? up - i - 1 : i; in main()
|
| /petsc/src/ts/trajectory/utils/ |
| H A D | reconstruct.c | 76 PetscInt up = PetscMin(nid + tj->lag.order / 2 + 1, tshn); in TSTrajectoryReconstruct_Private() local 77 PetscInt low = PetscMax(up - tj->lag.order - 1, 0); in TSTrajectoryReconstruct_Private() 78 up = PetscMin(PetscMax(low + tj->lag.order + 1, up), tshn); in TSTrajectoryReconstruct_Private() 82 for (s = up - 1; s >= low; s--) { in TSTrajectoryReconstruct_Private() 95 for (s = up - 1; s >= low; s--) { in TSTrajectoryReconstruct_Private()
|
| /petsc/src/ksp/ksp/tutorials/output/ |
| H A D | ex55_hypre_device.out | 38 Sweeps up 1 41 Relax up l1scaled-Jacobi
|
| H A D | ex55_hypre_device_alt.out | 36 Sweeps up 1 39 Relax up l1scaled-Jacobi
|
| H A D | ex49_hypre_nullspace_alt.out | 31 Sweeps up 1 34 Relax up symmetric-SOR/Jacobi
|
| H A D | ex49_hypre_nullspace.out | 32 Sweeps up 1 35 Relax up symmetric-SOR/Jacobi
|
| /petsc/doc/manualpages/doctext/ |
| H A D | myst.def | 17 # and uses H2 anyways. So we end up with huge headings that take up too much space on the page.
|
| /petsc/src/vec/is/ao/tests/ex3d/output/ |
| H A D | ex3_1.out | 13 AO has been set up.
|
| H A D | ex3_3.out | 31 AO has been set up.
|
| /petsc/src/ksp/pc/tests/output/ |
| H A D | ex10_1.out | 15 Sweeps up 1 18 Relax up symmetric-SOR/Jacobi
|
| H A D | ex8_1.out | 6 PC has not been set up so information may be incomplete
|
| /petsc/ |
| H A D | README.md | 7 ### How do I get set up? ###
|
| /petsc/doc/miscellaneous/ |
| H A D | codemanagement.md | 66 It really pays to learn how to use a debugger; you will end up writing 78 - Line things up in the code for readability. Remember that any code 104 - Keep your machines' operating systems and compilers up-to-date (or 109 is probably larger than then the time required to keep it up-to-date.
|
| /petsc/src/ksp/ksp/utils/lmvm/tests/output/ |
| H A D | ex1_sr1.out | 17 PC has not been set up so information may be incomplete
|
| /petsc/share/petsc/matlab/ |
| H A D | launch.m | 4 % Starts up PETSc program
|
| /petsc/doc/developers/contributing/ |
| H A D | index.md | 32 ## Setting up Git 37 - [Set up your Git environment](https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup…
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexgeometry.c | 1023 PetscReal lp[3], up[3], *tmp; in DMPlexComputeGridHash_Internal() local 1047 up[d] = lp[d] + h[d]; in DMPlexComputeGridHash_Internal() 1058 for (PetscInt k = dlim[2 * 2 + 0]; k <= dlim[2 * 2 + 1]; ++k, lp[2] = up[2], up[2] += h[2]) { in DMPlexComputeGridHash_Internal() 1059 …if (cdim > 2) PetscCall(DMPlexGetPlaneCellIntersection_Internal(dm, c, up, &normal[3 * 2], &upper[… in DMPlexComputeGridHash_Internal() 1061 …on 2 (%g, %g, %g) does not intersect %s\n", c, (double)up[0], (double)up[1], cdim > 2 ? (double)up… in DMPlexComputeGridHash_Internal() 1062 … %g) intersects %" PetscInt_FMT " times\n", c, (double)up[0], (double)up[1], cdim > 2 ? (double)up… in DMPlexComputeGridHash_Internal() 1064 for (PetscInt j = dlim[1 * 2 + 0]; j <= dlim[1 * 2 + 1]; ++j, lp[1] = up[1], up[1] += h[1]) { in DMPlexComputeGridHash_Internal() 1065 …if (cdim > 1) PetscCall(DMPlexGetPlaneCellIntersection_Internal(dm, c, up, &normal[3 * 1], &upper[… in DMPlexComputeGridHash_Internal() 1068 …on 1 (%g, %g, %g) does not intersect %s\n", c, (double)up[0], (double)up[1], cdim > 2 ? (double)up… in DMPlexComputeGridHash_Internal() 1069 … %g) intersects %" PetscInt_FMT " times\n", c, (double)up[0], (double)up[1], cdim > 2 ? (double)up… in DMPlexComputeGridHash_Internal() [all …]
|
| /petsc/doc/changes/ |
| H A D | 39.md | 77 that one can control the down and up smoothers options separately 82 If separate numbers of smoothing steps are required for up and
|