Searched refs:Key (Results 1 – 9 of 9) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | logimpl.h | 9 #define PETSC_LOG_RESIZABLE_ARRAY(Container, Entry, Key, Constructor, Destructor, Equal) \ argument 16 …static inline PETSC_UNUSED PetscErrorCode PetscLog##Container##Find(PetscLog##Container, Key, int … 95 …static inline PETSC_UNUSED PetscErrorCode PetscLog##Container##Find(PetscLog##Container a, Key key… 97 PetscErrorCode (*equal)(Entry *, Key, PetscBool *) = Equal; \
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/ |
| H A D | GccAst.pm | 3766 foreach my $Key (sort keys(%{$Map})) 3768 if(my $Val = $Map->{$Key}) 3770 $Attr->{"Name"}=~s/\b$Key\b/$Val/g; 3773 $Attr->{"NameSpace"}=~s/\b$Key\b/$Val/g; 3776 $Attr->{"TParam"}{$_}{"name"}=~s/\b$Key\b/$Val/g; 3782 $Attr->{"Name"}=~s/,\s*\b$Key(,|>)/$1/g; 3784 $Attr->{"NameSpace"}=~s/,\s*\b$Key(,|>)/$1/g; 3788 if($Attr->{"TParam"}{$_}{"name"} eq $Key) { 3792 $Attr->{"TParam"}{$_}{"name"}=~s/,\s*\b$Key(,|>)/$1/g;
|
| /petsc/include/petsc/private/cpp/ |
| H A D | unordered_map.hpp | 1269 template <typename Key, typename... Args> 1270 PETSC_NODISCARD std::pair<iterator, bool> emplace_(Key &&, Args &&...) noexcept; 1292 template <typename Key, typename... Args> 1293 …deredMap<K, T, H, KE>::iterator, bool> UnorderedMap<K, T, H, KE>::emplace_(Key &&key, Args &&...ma… in emplace_() 1295 …return this->emplace_(std::piecewise_construct, std::forward_as_tuple(std::forward<Key>(key)), std… in emplace_()
|
| /petsc/src/sys/logging/state/ |
| H A D | logregistry.c | 3 #define PETSC_LOG_RESIZABLE_ARRAY_HAS_NAME(Container, Entry, Key, Equal) \ argument 10 PETSC_LOG_RESIZABLE_ARRAY(Container, Entry, Key, NULL, PetscLog##Container##Destructor, Equal)
|
| /petsc/doc/ |
| H A D | index.md | 4 pronounced PET-see ([/ˈpɛt-siː/](https://en.wikipedia.org/wiki/Help:IPA/English#Key)), is
|
| H A D | petsc.bib | 35311 institution = {State Key Laboratory of Scientific and Engineering Computing, Academic Sinica}, 35841 institution = {State Key Laboratory of Scientific and Engineering Computing, Academic Sinica},
|
| /petsc/doc/community/meetings/2025/ |
| H A D | index.md | 182 …ee routines in Devito, allowing interaction with PETSc’s suite of solvers. Key enhancements includ…
|
| /petsc/doc/developers/ |
| H A D | style.md | 656 list of options database keys in an `Options Database Key(s):`
|
| /petsc/doc/faq/ |
| H A D | index.md | 1977 ### When calling `MatPartitioningApply()` you get a message "Error! Key 16615 Not Found"
|