Home
last modified time | relevance | path

Searched refs:contains (Results 1 – 25 of 54) sorted by relevance

123

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_src_pos.py317 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 Dex5_1.out1 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 Dex5_yaml.out1 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 Dex18f90.F9014 contains
34 contains
/petsc/src/sys/objects/device/interface/
H A Dmemory.cxx59 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 Dguide_to_TAS.md29 …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 DFE3 The `PetscFE` class encapsulates a finite element discretization. Each `PetscFE` object contains a …
/petsc/src/sys/yaml/
H A DREADME.md1 This directory contains a partial and slightly modified copy of
/petsc/doc/install/
H A Ddownload.md27 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 Dexternal_software.md41 PETSc contains modifications of routines from:
/petsc/src/dm/label/
H A Ddmlabel.c892 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 Ddocumentation.md177 - [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 Dbuildsystem.md127 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 Dobjects.md13 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 DREADME.rst4 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 Dsegmentedmempool.hpp124 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 Dex1_0_nsize-1.out105 Compare label "label1" with "label3": Stratum #0 with value 2 contains different points in DMLabel …
H A Dex1_0_nsize-2.out140 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 Ddfoxs.m21 % xs is an output array of length n which contains the standard
H A Dperf_profile.m20 % H contains a three dimensional array of function values.
/petsc/doc/developers/contributing/
H A Ddevelopingmr.md17 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 DDMLabel.pyx304 """Return whether the stratum contains a point.
491 """Determine whether the label contains a point.
/petsc/share/petsc/matlab/
H A DPetscBinaryRead.m189 …disp(['Found unrecognized header ' int2str(header) ' in file. If your file contains complex number…
/petsc/share/petsc/saws/
H A Ddocumentation46 Folder "js" contains all the Javascript code.
/petsc/doc/manual/
H A Dvec.md130 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).

123