| /petsc/src/vec/vec/utils/tagger/impls/ |
| H A D | or.c | 49 …uteBoxes_Or(VecTagger tagger, Vec vec, PetscInt *numBoxes, VecTaggerBox **boxes, PetscBool *listed) in VecTaggerComputeBoxes_Or() argument 68 if (listed) *listed = PETSC_FALSE; in VecTaggerComputeBoxes_Or() 103 if (listed) *listed = PETSC_TRUE; in VecTaggerComputeBoxes_Or() 107 static PetscErrorCode VecTaggerComputeIS_Or(VecTagger tagger, Vec vec, IS *is, PetscBool *listed) in VecTaggerComputeIS_Or() argument 117 if (listed) *listed = PETSC_TRUE; in VecTaggerComputeIS_Or() 134 if (listed) *listed = PETSC_TRUE; in VecTaggerComputeIS_Or()
|
| H A D | and.c | 49 …teBoxes_And(VecTagger tagger, Vec vec, PetscInt *numBoxes, VecTaggerBox **boxes, PetscBool *listed) in VecTaggerComputeBoxes_And() argument 68 *listed = PETSC_FALSE; in VecTaggerComputeBoxes_And() 123 if (listed) *listed = PETSC_TRUE; in VecTaggerComputeBoxes_And() 127 static PetscErrorCode VecTaggerComputeIS_And(VecTagger tagger, Vec vec, IS *is, PetscBool *listed) in VecTaggerComputeIS_And() argument 137 if (listed) *listed = PETSC_TRUE; in VecTaggerComputeIS_And() 158 if (listed) *listed = PETSC_TRUE; in VecTaggerComputeIS_And()
|
| H A D | absolute.c | 4 …es_Absolute(VecTagger tagger, Vec vec, PetscInt *numBoxes, VecTaggerBox **boxes, PetscBool *listed) in VecTaggerComputeBoxes_Absolute() argument 19 if (listed) *listed = PETSC_TRUE; in VecTaggerComputeBoxes_Absolute()
|
| H A D | relative.c | 4 …es_Relative(VecTagger tagger, Vec vec, PetscInt *numBoxes, VecTaggerBox **boxes, PetscBool *listed) in VecTaggerComputeBoxes_Relative() argument 53 if (listed) *listed = PETSC_TRUE; in VecTaggerComputeBoxes_Relative()
|
| H A D | cdf.c | 348 …teBoxes_CDF(VecTagger tagger, Vec vec, PetscInt *numBoxes, VecTaggerBox **boxes, PetscBool *listed) in VecTaggerComputeBoxes_CDF() argument 376 if (listed) *listed = PETSC_TRUE; in VecTaggerComputeBoxes_CDF()
|
| /petsc/src/vec/vec/utils/tagger/interface/ |
| H A D | tagger.c | 369 …mputeBoxes(VecTagger tagger, Vec vec, PetscInt *numBoxes, VecTaggerBox *boxes[], PetscBool *listed) in VecTaggerComputeBoxes() argument 382 *listed = PETSC_TRUE; in VecTaggerComputeBoxes() 383 PetscUseTypeMethod(tagger, computeboxes, vec, numBoxes, boxes, listed); in VecTaggerComputeBoxes() 384 } else *listed = PETSC_FALSE; in VecTaggerComputeBoxes() 405 PetscErrorCode VecTaggerComputeIS(VecTagger tagger, Vec vec, IS is[], PetscBool *listed) in VecTaggerComputeIS() argument 417 PetscUseTypeMethod(tagger, computeis, vec, is, listed); in VecTaggerComputeIS() 418 } else if (listed) *listed = PETSC_FALSE; in VecTaggerComputeIS() 422 PetscErrorCode VecTaggerComputeIS_FromBoxes(VecTagger tagger, Vec vec, IS *is, PetscBool *listed) in VecTaggerComputeIS_FromBoxes() argument 437 if (listed) *listed = PETSC_FALSE; in VecTaggerComputeIS_FromBoxes() 478 if (listed) *listed = PETSC_TRUE; in VecTaggerComputeIS_FromBoxes()
|
| /petsc/src/vec/vec/utils/tagger/tutorials/ |
| H A D | ex1.c | 36 PetscBool listed; in main() local 88 PetscCall(VecTaggerComputeBoxes(tagger, vec, &nint, &boxes, &listed)); in main() 89 if (listed) { in main() 119 PetscCall(VecTaggerComputeIS(tagger, vec, &is, &listed)); in main()
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | epydoc.cfg | 55 # It should be one of: 'grouped', 'listed', 'included'. 56 inheritance: listed 103 # Whether each class should be listed in its own section when
|
| /petsc/doc/developers/contributing/ |
| H A D | pipelines.md | 75 …cript will then prompt you to push the branch of the MR, once pushed the listed jobs will automati… 130 Check the forum's threads to see if the error is listed and add it there, with a link to your MR (e…
|
| H A D | submittingmr.md | 29 …, and generally assist with the MR. The assignee and submitter should be listed in the upper right…
|
| /petsc/doc/changes/ |
| H A D | index.md | 14 release proceed through the changes listed in this file in increasing
|
| H A D | 32.md | 145 set to diag\*x\[idx[i]\]\] for all rows listed in idx[].
|
| /petsc/doc/manual/ |
| H A D | about_this_manual.md | 30 - Several packages (listed on <https://petsc.org/>),
|
| H A D | profiling.md | 85 subspace method, the breakdown of PETSc routines is listed below. As 227 *Note*: Total computational rates $<$ 1 MFlop are listed as 0 in 502 The `event` may be either a predefined PETSc event (as listed in the
|
| H A D | ts.md | 365 …using fully implicit methods. Some use-case examples for `TSARKIMEX` are listed in {numref}`tab_DE… 526 formulation. A series of methods are available in PETSc are listed in 981 `TSAdapt`. The available `TSAdapt` types are listed in the following table. 1358 Some other useful options are listed below.
|
| H A D | fortran.md | 438 respectively. We also refer Fortran programmers to the C examples listed
|
| /petsc/doc/miscellaneous/ |
| H A D | prizes.md | 29 - [GTC](http://gk.ps.uci.edu/GTC/index.html) was listed as one of the [Top Ten Advances
|
| H A D | acknowledgements.md | 7 Recent contributors to PETSc are listed in the [repository system](https://gitlab.com/petsc/petsc).…
|
| /petsc/doc/community/ |
| H A D | mailing.md | 69 - `make.log` can be found in the same places as listed above, however note that
|
| H A D | petsc_team.md | 9 Hong Zhang. These developers and previous developers listed here are the only PETSc developers ther…
|
| /petsc/doc/developers/ |
| H A D | style.md | 133 02. All local variables of a particular type (for example, `PetscInt`) should be listed 134 on the same line if possible; otherwise, they should be listed on adjacent lines. Note 661 should be listed before the various `Note(s):` sections. 685 This includes each item listed in the `.seealso:` lines.
|
| H A D | documentation.md | 265 …ed file as built in a process described below using the documentation tools listed below, which are
|
| H A D | objects.md | 233 functions listed below with the first letter of each word capitalized.
|
| /petsc/doc/install/ |
| H A D | multibuild.md | 105 For the reasons listed {ref}`above <doc_multi_confcache>`, the automatically generated
|
| /petsc/src/binding/petsc4py/docs/ipynb/ |
| H A D | dmplex.ipynb | 286 …"The depths listed match our intuition of which entities were which when we looked at the cones an…
|