| /petsc/src/dm/impls/da/ |
| H A D | da.c | 952 PetscInt want = remaining / (m - i) + !!(remaining % (m - i)); in DMDARefineOwnershipRanges() local 953 if (i == m - 1) lf[i] = want; in DMDARefineOwnershipRanges() 958 while ((startf + want) / ratio < nextc - stencil_width) want++; in DMDARefineOwnershipRanges() 961 while ((startf + want - 1 + ratio - 1) / ratio > nextc - 1 + stencil_width) want--; in DMDARefineOwnershipRanges() 963 …if (want < 0 || want > remaining || ((startf + want) / ratio < nextc - stencil_width) || ((startf … in DMDARefineOwnershipRanges() 966 lf[i] = want; in DMDARefineOwnershipRanges() 993 PetscInt want = remaining / (m - i) + !!(remaining % (m - i)); in DMDACoarsenOwnershipRanges() local 994 if (i == m - 1) lc[i] = want; in DMDACoarsenOwnershipRanges() 999 while (nextf / ratio < startc + want - stencil_width) want--; in DMDACoarsenOwnershipRanges() 1002 while ((nextf - 1 + ratio - 1) / ratio > startc + want - 1 + stencil_width) want++; in DMDACoarsenOwnershipRanges() [all …]
|
| /petsc/doc/manualpages/doctext/ |
| H A D | myst.def | 14 # I want to use
|
| /petsc/doc/changes/ |
| H A D | 36.md | 162 DMSetMatType() to indicate the type you want used with a DM, 165 want used with a DMDA (defaults to AOBASIC)
|
| H A D | index.md | 12 We suggest that users who want to upgrade their current PETSc
|
| H A D | 35.md | 153 DMSetMatType() to indicate the type you want used with a DM,
|
| H A D | 34.md | 94 but may want to explain their use case to
|
| H A D | 317.md | 23 …be consistent with compiler flags; `--with-cxx-dialect=gnu++14` means you want `-std=gnu++14`, no …
|
| /petsc/share/petsc/matlab/ |
| H A D | PetscBinaryWrite.m | 5 % as a one dimensional PETSc Vec. If you want to save the multidimensional
|
| /petsc/share/petsc/ |
| H A D | Makefile.basic.user | 13 # This will use all the compiler flags that PETSc was compiled with, if you do not want the flags …
|
| /petsc/doc/developers/contributing/ |
| H A D | index.md | 73 Once updated, you will usually want to rebuild it completely
|
| H A D | pipelines.md | 69 After you have fixed a problem that appeared in a particular (set of) job(s) you may want to test y…
|
| /petsc/doc/install/ |
| H A D | windows.md | 8 Are you sure you want to use Microsoft Windows? 209 …If you want to use MPI, we recommend you use MS-MPI from <https://learn.microsoft.com/en-us/messag…
|
| H A D | install.md | 35 locally (and want to use PETSc from C only). 327 case instead of using [ESSL] we suggest `--download-fblaslapack`. If you really want
|
| /petsc/doc/faq/ |
| H A D | index.md | 334 ### I want to use PETSc only for uniprocessor programs. Must I still install and use a version of M… 483 whatever you want (including pop up windows etc) and use it like below. 574 /* now send buff to whatever stream or whatever you want */ 583 ### I want to use Hypre boomerAMG without GMRES but when I run `-pc_type hypre -pc_hypre_type boome… 638 $N$ is cleanly divisible by $R$). We want each rank $r$ to gather the 654 /* Create IS to describe where we want to scatter to */ 664 /* Create IS that describes where we want to scatter from */ 710 `DMCreateGlobalVector()` you likely want to first call `DMDAGlobalToNaturalBegin()` 739 with reading and writing. If you just want to convert `MatrixMarket`, you can use: 1262 Assuming you have an existing matrix $A$ whose nullspace $V$ you want to find: [all …]
|
| /petsc/doc/tutorials/meshing/ |
| H A D | guide_to_subsurface.md | 74 …e. You could, of course, choose a more complex strategy, but here we just want a clear criterion. …
|
| /petsc/doc/developers/ |
| H A D | testing.md | 65 In practice, we want to do various logging and counting by the test 576 Let's say that you want to debug a single test as part of development. There 725 `test` to make sure it is returning the values that you want. 982 This can still be hard to read and pick out what you want. So use the fact that you want `not ok`
|
| /petsc/doc/manual/ |
| H A D | tests.md | 88 Often, you want to run only a subset of tests. Our makefiles use
|
| H A D | section.md | 188 This is useful when doing some form of post-processing of a solution where you want to access all d… 199 For example, one may want grid points associated with the boundary of a domain to appear before poi…
|
| H A D | ksp.md | 1294 others. For Grad-Div and Curl-Curl operators, you may want to try the 1331 appropriate rate. With smoothed aggregation, you generally want to coarse 1399 …owever an arbitrary operator $A$ will have different coarse modes that we want to resolve accurate… 1413 … as possible to the fine representer in a least squares sense, meaning we want to solve the minimi… 1438 …n. However, there are many smooth functions from the coarse space that we want interpolated accura…
|
| H A D | ts.md | 692 described above. Thus we want to treat $f^{slow}()$ and 1268 the inequality constraint, we want to compute the sensitivity of the
|
| H A D | dmplex.md | 354 where we want the data from neighboring cells for each face:
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | LICENSE | 31 it if you want it; that you can change the software and use pieces of 52 To protect each distributor, we want to make it very clear that 462 If you develop a new library, and you want it to be of the greatest
|
| /petsc/doc/tutorials/physics/ |
| H A D | guide_to_stokes.md | 803 …want to check the convergence of the solver, we can also do that using options. Both the linear an…
|
| /petsc/doc/community/meetings/2023/ |
| H A D | index.md | 609 eigenvalue problem (NEP), where we want to compute a few eigenvalues and
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | TAO.pyx | 1393 unless users want to modify the values internally stored by the solver.
|