Home
last modified time | relevance | path

Searched refs:up (Results 1 – 25 of 106) sorted by relevance

12345

/petsc/src/dm/impls/da/
H A Ddaltol.c18 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 Dda2.c203 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 Dmeetings-developers.md8 …- 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 Ddevelopment.md5 In the course of developing PETSc, you may find the following useful in setting up your
/petsc/src/ksp/ksp/tests/output/
H A Dex3_hypre.out11 PC has not been set up so information may be incomplete
24 Sweeps up 1
27 Relax up not yet set
H A Dex3_hypre_alt.out11 PC has not been set up so information may be incomplete
24 Sweeps up 1
27 Relax up not yet set
H A Dex11_3.out21 PC has not been set up so information may be incomplete
/petsc/src/vec/vec/tests/
H A Dex29.c56 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 Dreconstruct.c76 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 Dex55_hypre_device.out38 Sweeps up 1
41 Relax up l1scaled-Jacobi
H A Dex55_hypre_device_alt.out36 Sweeps up 1
39 Relax up l1scaled-Jacobi
H A Dex49_hypre_nullspace_alt.out31 Sweeps up 1
34 Relax up symmetric-SOR/Jacobi
H A Dex49_hypre_nullspace.out32 Sweeps up 1
35 Relax up symmetric-SOR/Jacobi
/petsc/doc/manualpages/doctext/
H A Dmyst.def17 # 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 Dex3_1.out13 AO has been set up.
H A Dex3_3.out31 AO has been set up.
/petsc/src/ksp/pc/tests/output/
H A Dex10_1.out15 Sweeps up 1
18 Relax up symmetric-SOR/Jacobi
H A Dex8_1.out6 PC has not been set up so information may be incomplete
/petsc/
H A DREADME.md7 ### How do I get set up? ###
/petsc/doc/miscellaneous/
H A Dcodemanagement.md66 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 Dex1_sr1.out17 PC has not been set up so information may be incomplete
/petsc/share/petsc/matlab/
H A Dlaunch.m4 % Starts up PETSc program
/petsc/doc/developers/contributing/
H A Dindex.md32 ## 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 Dplexgeometry.c1023 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 D39.md77 that one can control the down and up smoothers options separately
82 If separate numbers of smoothing steps are required for up and

12345