| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _src_pos.py | 317 def contains(loc: Union[SourceRange, SourceLocation]) -> bool: function 323 return contains(other.__start()) and contains(other.__end()) 326 return contains(cast(other.start)) and contains(cast(other.end)) 328 return contains(other) 330 return contains(cast(other))
|
| /petsc/src/sys/tutorials/output/ |
| H A D | ex5_1.out | 1 PetscBag Object: ParameterBag (pbag_) contains parameters for simulations of top-secret, dangerous… 14 PetscBag Object: ParameterBag (pbag_) contains parameters for simulations of top-secret, dangerous…
|
| H A D | ex5_yaml.out | 1 PetscBag Object: ParameterBag (pbag_) contains parameters for simulations of top-secret, dangerous… 14 PetscBag Object: ParameterBag (pbag_) contains parameters for simulations of top-secret, dangerous…
|
| /petsc/src/snes/tests/ |
| H A D | ex18f90.F90 | 14 contains 34 contains
|
| /petsc/src/sys/objects/device/interface/ |
| H A D | memory.cxx | 59 PETSC_NODISCARD bool contains(const void *, const void *) const noexcept; 83 inline bool PointerAttributes::contains(const void *ptr_begin, const void *ptr) const noexcept in contains() function in PointerAttributes 167 return map_it.second.contains(map_it.first, ptr); in search_for() 207 …PetscCheck(!tmp.contains(ptr, entry.first), PETSC_COMM_SELF, PETSC_ERR_ORDER, "Trying to register … in PetscDeviceRegisterMemory_Private()
|
| /petsc/doc/tutorials/performance/ |
| H A D | guide_to_TAS.md | 29 …13_test.py` should now be present. This is also the same directory that contains the TAS python3 s…
|
| /petsc/doc/manualpages/MANSECHeaders/ |
| H A D | FE | 3 The `PetscFE` class encapsulates a finite element discretization. Each `PetscFE` object contains a …
|
| /petsc/src/sys/yaml/ |
| H A D | README.md | 1 This directory contains a partial and slightly modified copy of
|
| /petsc/doc/install/ |
| H A D | download.md | 27 Tarball which contains only the source. Documentation available [online](https://petsc.org/release). 92 The ordering of PETSc branches and tags, as of May 2024 is given by (each level also contains the c…
|
| H A D | external_software.md | 41 PETSc contains modifications of routines from:
|
| /petsc/src/dm/label/ |
| H A D | dmlabel.c | 892 PetscErrorCode DMLabelHasValue(DMLabel label, PetscInt value, PetscBool *contains) in DMLabelHasValue() argument 898 PetscAssertPointer(contains, 3); in DMLabelHasValue() 900 *contains = v < 0 ? PETSC_FALSE : PETSC_TRUE; in DMLabelHasValue() 923 PetscErrorCode DMLabelHasPoint(DMLabel label, PetscInt point, PetscBool *contains) in DMLabelHasPoint() argument 929 PetscAssertPointer(contains, 3); in DMLabelHasPoint() 933 …*contains = point >= pStart && point < pEnd && (PetscBTLookup(label->bt, point - label->pStart) ? … in DMLabelHasPoint() 954 …rrorCode DMLabelStratumHasPoint(DMLabel label, PetscInt value, PetscInt point, PetscBool *contains) in DMLabelStratumHasPoint() argument 958 PetscAssertPointer(contains, 4); in DMLabelStratumHasPoint() 963 *contains = (PetscBool)(pointVal == value); in DMLabelStratumHasPoint() 976 *contains = (PetscBool)(i >= 0); in DMLabelStratumHasPoint() [all …]
|
| /petsc/doc/developers/ |
| H A D | documentation.md | 177 - [Images](https://gitlab.com/petsc/images) contains images that are used in the PETSc documentatio… 179 - [Annual-Meetings](https://gitlab.com/petsc/annual-meetings) contains various documents from the {… 180 - [Datafiles](https://gitlab.com/petsc/datafiles) contains large matrices, meshes, and various othe… 182 - [Tutorials]((https://gitlab.com/petsc/annual-meetings) contains slides from {any}`tutorials`. See…
|
| H A D | buildsystem.md | 127 package root, which contains all the Python necessary to run (in addition 128 to the `BuildSystem` source). At minimum, the `config` directory contains 130 module for the package itself. For example, PETSc contains 312 about MPI, and thus contains
|
| H A D | objects.md | 13 using a C `struct` that contains the data and function pointers for 119 that contains the function pointers for the operations specific to that 358 Each PETSc object contains a `PetscFunctionList` object. The
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | README.rst | 4 This directory contains the meat and potatoes of the clang linter. At a very high level, 27 is correct. Also contains the registration mechanism to let external packages (at this
|
| /petsc/src/sys/objects/device/impls/ |
| H A D | segmentedmempool.hpp | 124 PETSC_NODISCARD bool contains(size_type) const noexcept; 287 inline bool MemoryChunk<E>::contains(size_type offset) const noexcept in contains() function in Petsc::memory::impl::MemoryChunk 548 if (chunk.contains(offset)) { in try_find_chunk()
|
| /petsc/src/dm/label/tutorials/output/ |
| H A D | ex1_0_nsize-1.out | 105 Compare label "label1" with "label3": Stratum #0 with value 2 contains different points in DMLabel …
|
| H A D | ex1_0_nsize-2.out | 140 Compare label "label1" with "label3": Stratum #0 with value 2 contains different points in DMLabel …
|
| /petsc/src/tao/leastsquares/tutorials/matlab/more_wild_probs/ |
| H A D | dfoxs.m | 21 % xs is an output array of length n which contains the standard
|
| H A D | perf_profile.m | 20 % H contains a three dimensional array of function values.
|
| /petsc/doc/developers/contributing/ |
| H A D | developingmr.md | 17 The `release` branch contains the latest PETSc release including bug-fixes. 32 The `main` branch contains everything in the release branch as well as new features that have passe…
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMLabel.pyx | 304 """Return whether the stratum contains a point. 491 """Determine whether the label contains a point.
|
| /petsc/share/petsc/matlab/ |
| H A D | PetscBinaryRead.m | 189 …disp(['Found unrecognized header ' int2str(header) ' in file. If your file contains complex number…
|
| /petsc/share/petsc/saws/ |
| H A D | documentation | 46 Folder "js" contains all the Javascript code.
|
| /petsc/doc/manual/ |
| H A D | vec.md | 130 contains parallel data layout information and communication 320 array `indices` contains the *global component indices*, and 1073 Here `N` denotes the number of local indices, `globalnum` contains 1075 is the resulting PETSc object that contains the information needed to 1189 entries. The array `ghosts` is of size `nghost` and contains the 1318 indices to be mapped, while upon output, `indices` contains the mapped 1461 Now `leafdata` on MPI rank 0 contains (1, 3, 2) and on MPI rank 1 contains (1, 2, 3). 1471 … plus all the values it that entries leafs. So `rootdata` on MPI rank 0 contains (3, 6) while on M… 1472 1 it contains (9).
|