Searched refs:gg (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/dm/tests/ |
| H A D | ex10k.kokkos.cxx | 35 Vec g, l, gg, ll; /* global/local vectors of the da */ in main() local 55 PetscCall(DMCreateGlobalVector(da, &gg)); in main() 68 PetscCall(DMDAVecGetKokkosOffsetViewDOFWrite(da, gg, &gview)); in main() 73 PetscCall(DMDAVecRestoreKokkosOffsetViewDOFWrite(da, gg, &gview)); in main() 77 PetscCall(DMGlobalToLocal(da, gg, INSERT_VALUES, ll)); in main() 91 PetscCall(DMDAVecGetKokkosOffsetViewDOFWrite(da, gg, &gview)); in main() 96 PetscCall(DMDAVecRestoreKokkosOffsetViewDOFWrite(da, gg, &gview)); in main() 100 PetscCall(VecAXPY(g, -1.0, gg)); in main() 108 PetscCall(VecDestroy(&gg)); in main() 128 PetscCall(DMCreateGlobalVector(da, &gg)); in main() [all …]
|
| /petsc/src/snes/tutorials/ |
| H A D | ex2.c | 214 const PetscScalar *xx, *gg; in FormFunction() local 228 PetscCall(VecGetArrayRead(g, &gg)); in FormFunction() 237 … (i = 1; i < n - 1; i++) ff[i] = d * (xx[i - 1] - 2.0 * xx[i] + xx[i + 1]) + xx[i] * xx[i] - gg[i]; in FormFunction() 245 PetscCall(VecRestoreArrayRead(g, &gg)); in FormFunction()
|
| H A D | ex6.c | 187 const PetscScalar *xx, *gg; in FormFunction() local 201 PetscCall(VecGetArrayRead(g, &gg)); in FormFunction() 210 … (i = 1; i < n - 1; i++) ff[i] = d * (xx[i - 1] - 2.0 * xx[i] + xx[i + 1]) + xx[i] * xx[i] - gg[i]; in FormFunction() 218 PetscCall(VecRestoreArrayRead(g, &gg)); in FormFunction()
|
| /petsc/src/snes/tests/ |
| H A D | ex5.c | 216 const PetscScalar *xx, *gg; in FormFunction() local 230 PetscCall(VecGetArrayRead(g, &gg)); in FormFunction() 239 … (i = 1; i < n - 1; i++) ff[i] = d * (xx[i - 1] - 2.0 * xx[i] + xx[i + 1]) + xx[i] * xx[i] - gg[i]; in FormFunction() 247 PetscCall(VecRestoreArrayRead(g, &gg)); in FormFunction()
|
| /petsc/doc/developers/ |
| H A D | communication.md | 15 Joining the {ref}`mailing lists <doc_mail>` and [PETSc on Discord](https://discord.gg/Fqm8r6Gcyb). 31 …> and <mailto:petsc-users@mcs.anl.gov>, [PETSc on Discord](https://discord.gg/Fqm8r6Gcyb), and with
|
| /petsc/doc/community/ |
| H A D | mailing.md | 11 - [PETSc on Discord](https://discord.gg/Fqm8r6Gcyb)
|
| /petsc/src/snes/tutorials/ex10d/ |
| H A D | ex10.c | 98 PetscScalar *ff, *gg; in main() local
|
| /petsc/doc/community/meetings/2025/ |
| H A D | index.md | 271 Join the discussion about the meeting at [PETSc on Discord](https://discord.gg/Fqm8r6Gcyb), [2025 P…
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 8522 (recon/skip-gg-lsq? #f)
|
| /petsc/doc/ |
| H A D | petsc.bib | 7227 url = {http://www.gg.caltech.edu/\~{ }zhukov/papers/ParallelPageRank-paper.pdf},
|