Home
last modified time | relevance | path

Searched refs:listed (Results 1 – 25 of 34) sorted by relevance

12

/petsc/src/vec/vec/utils/tagger/impls/
H A Dor.c49 …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 Dand.c49 …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 Dabsolute.c4 …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 Drelative.c4 …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 Dcdf.c348 …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 Dtagger.c369 …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 Dex1.c36 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 Depydoc.cfg55 # 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 Dpipelines.md75 …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 Dsubmittingmr.md29 …, and generally assist with the MR. The assignee and submitter should be listed in the upper right…
/petsc/doc/changes/
H A Dindex.md14 release proceed through the changes listed in this file in increasing
H A D32.md145 set to diag\*x\[idx[i]\]\] for all rows listed in idx[].
/petsc/doc/manual/
H A Dabout_this_manual.md30 - Several packages (listed on <https://petsc.org/>),
H A Dprofiling.md85 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 Dts.md365 …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 Dfortran.md438 respectively. We also refer Fortran programmers to the C examples listed
/petsc/doc/miscellaneous/
H A Dprizes.md29 - [GTC](http://gk.ps.uci.edu/GTC/index.html) was listed as one of the [Top Ten Advances
H A Dacknowledgements.md7 Recent contributors to PETSc are listed in the [repository system](https://gitlab.com/petsc/petsc).…
/petsc/doc/community/
H A Dmailing.md69 - `make.log` can be found in the same places as listed above, however note that
H A Dpetsc_team.md9 Hong Zhang. These developers and previous developers listed here are the only PETSc developers ther…
/petsc/doc/developers/
H A Dstyle.md133 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 Ddocumentation.md265 …ed file as built in a process described below using the documentation tools listed below, which are
H A Dobjects.md233 functions listed below with the first letter of each word capitalized.
/petsc/doc/install/
H A Dmultibuild.md105 For the reasons listed {ref}`above <doc_multi_confcache>`, the automatically generated
/petsc/src/binding/petsc4py/docs/ipynb/
H A Ddmplex.ipynb286 …"The depths listed match our intuition of which entities were which when we looked at the cones an…

12