| /petsc/include/petsc/private/ |
| H A D | hashtable.h | 162 static inline PetscHash_t PetscHash_UInt32_v0(PetscHash32_t key) in PetscHash_UInt32_v0() 174 static inline PetscHash_t PetscHash_UInt32_v1(PetscHash32_t key) in PetscHash_UInt32_v1() 185 static inline PetscHash_t PetscHash_UInt32(PetscHash32_t key) in PetscHash_UInt32() 191 static inline PetscHash32_t PetscHash_UInt64_32(PetscHash64_t key) in PetscHash_UInt64_32() 203 static inline PetscHash64_t PetscHash_UInt64_64(PetscHash64_t key) in PetscHash_UInt64_64() 215 static inline PetscHash_t PetscHash_UInt64(PetscHash64_t key) in PetscHash_UInt64() 220 static inline PetscHash_t PetscHashInt(PetscInt key) in PetscHashInt() 229 static inline PetscHash_t PetscHashInt64(PetscInt64 key) in PetscHashInt64() 238 static inline PetscHash_t PetscHashPointer(const void *key) in PetscHashPointer()
|
| H A D | petscfptimpl.h | 75 static inline PetscErrorCode PetscFPTAdd(void *key, const char *data) in PetscFPTAdd() 100 static inline PetscErrorCode PetscFPTFind(void *key, char const **data) in PetscFPTFind()
|
| H A D | hashmapiv.h | 28 static inline PetscErrorCode PetscHMapIVAddValue(PetscHMapIV ht, PetscInt key, PetscScalar val) in PetscHMapIVAddValue()
|
| H A D | hashmapijv.h | 32 static inline PetscErrorCode PetscHMapIJVQueryAdd(PetscHMapIJV ht, PetscHashIJKey key, PetscScalar … in PetscHMapIJVQueryAdd()
|
| H A D | hashijkey.h | 7 #define PetscHashIJKeyHash(key) PetscHashCombine(PetscHashInt((key).i), PetscHashInt((key).j)) argument
|
| H A D | hashijkkey.h | 7 #define PetscHashIJKKeyHash(key) PetscHashCombine(PetscHashInt((key).i), PetscHashCombine(Petsc… argument
|
| H A D | hashijklkey.h | 7 #define PetscHashIJKLKeyHash(key) PetscHashCombine(PetscHashCombine(PetscHashInt((key).i), PetscHas… argument
|
| /petsc/src/sys/tests/ |
| H A D | ex42.c | 27 PetscInt key = i + j * N; in main() local 38 PetscInt key = i + j * N; in main() local 47 PetscInt key = i + j * N; in main() local
|
| H A D | ex43.c | 11 PetscHashIJKey key; in main() local
|
| /petsc/config/BuildSystem/ |
| H A D | RDict.py | 153 def getType(self, key): argument 165 def dict_has_key(self, key): argument 169 def __getitem__(self, key): argument 202 def setType(self, key, value, forceLocal = 0): argument 226 def __setitem__(self, key, value): argument 238 def __delitem__(self, key): argument 256 def __contains__(self, key): argument 268 def get(self, key, default=None): argument 274 def hasType(self, key): argument 317 def insertArg(self, key, value, arg): argument [all …]
|
| H A D | nargs.py | 15 def __init__(self, key, value = None, help = '', isTemporary = False, deprecated = False): argument 88 def findArgument(key, argList): argument 133 def setKey(self, key): argument 159 def __init__(self, key, value = None, help = '', isTemporary = 0, deprecated = False): argument 181 def __init__(self, key, value = None, help = '', isTemporary = 0, deprecated = False): argument 223 …def __init__(self, key, value = None, help = '', min = -2147483647, max = 2147483648, isTemporary … argument 243 …def __init__(self, key, value = None, help = '', min = -1.7976931348623157e308, max = 1.7976931348… argument 263 …def __init__(self, key, value = None, help = '', mustExist = 1, isTemporary = 0, deprecated = Fals… argument 290 …def __init__(self, key, value = None, help = '', mustExist = 1, isTemporary = 0, deprecated = Fals… argument 321 …def __init__(self, key, value = None, help = '', mustExist = 1, isTemporary = 0, deprecated = Fals… argument [all …]
|
| H A D | sourceDatabase.py | 105 def __getitem__(self, key): argument 109 def __setitem__(self, key, value): argument 114 def __delitem__(self, key): argument 119 def __contains__(self, key): argument 123 def has_key(self, key): argument
|
| /petsc/src/vec/is/is/tests/ |
| H A D | ex7.c | 9 PetscInt n = 7, key = 3, nonkey = 1, keylocation = 4, sortedlocation = 2, location; in TestGeneral() local 33 PetscInt bs = 5, n = 7, key = 16, nonkey = 7, keylocation = 21, sortedlocation = 11, location; in TestBlock() local 54 PetscInt stride = 7, first = -3, n = 18, key = 39, keylocation = 6; in TestStride() local
|
| /petsc/src/dm/dt/tests/ |
| H A D | ex12.c | 25 static PetscErrorCode CheckResidual(PetscWeakForm wf, PetscFormKey key, PetscInt in0, PetscPointFn … in CheckResidual() 44 PetscFormKey key; in TestSetIndex() local 134 PetscFormKey key; in TestAdd() local 218 PetscFormKey key; in TestSetIndexAdd() local
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | seqhashmatsetvalues.h | 19 PetscHashIJKey key; in PetscConcat() local
|
| H A D | seqhashmat.h | 5 PetscHashIJKey key; in MatCopyHashToXAIJ_Seq_Hash() local
|
| /petsc/include/petsc/private/cpp/ |
| H A D | unordered_map.hpp | 613 …H, KE>::iterator, bool> KHashTable<V, H, KE>::find_and_emplace_final_(KeyType &&key, ValueConstruc… in find_and_emplace_final_() 717 inline PetscErrorCode KHashTable<V, H, KE>::khash_find_(T &&key, khash_int *it) const noexcept in khash_find_() 746 …le<V, H, KE>::iterator, bool> KHashTable<V, H, KE>::find_and_emplace_(KeyType &&key, ValueTypeArgs… in find_and_emplace_() 974 auto &key = values_[i]; in resize() local 1293 …edMap<K, T, H, KE>::iterator, bool> UnorderedMap<K, T, H, KE>::emplace_(Key &&key, Args &&...mappe… in emplace_() 1303 …e UnorderedMap<K, T, H, KE>::iterator UnorderedMap<K, T, H, KE>::find(const key_type &key) noexcept in find() 1330 …dMap<K, T, H, KE>::mapped_type &UnorderedMap<K, T, H, KE>::operator[](const key_type &key) noexcept in operator []() 1336 …UnorderedMap<K, T, H, KE>::size_type UnorderedMap<K, T, H, KE>::erase(const key_type &key) noexcept in erase() 1349 …redMap<K, T, H, KE>::iterator> UnorderedMap<K, T, H, KE>::equal_range(const key_type &key) noexcept in equal_range()
|
| /petsc/src/ts/utils/ |
| H A D | dmplexts.c | 55 PetscFormKey key = {NULL, 0, 0, 0}; in DMPlexTSComputeRHSFunctionFVM() local 147 PetscFormKey key; in DMPlexTSComputeIFunctionFEM() local 205 PetscFormKey key; in DMPlexTSComputeIJacobianFEM() local 265 PetscFormKey key; in DMPlexTSComputeRHSFunctionFEM() local
|
| /petsc/include/petsc/private/khash/ |
| H A D | khash.h | 379 #define kh_int_hash_func(key) (khint32_t)(key) argument 389 #define kh_int64_hash_func(key) (khint32_t)((key)>>33^(key)^(key)<<11) argument 410 #define kh_str_hash_func(key) __ac_X31_hash_string(key) argument 416 static kh_inline khint_t __ac_Wang_hash(khint_t key) in __ac_Wang_hash() 426 #define kh_int_hash_func2(key) __ac_Wang_hash((khint_t)key) argument
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscopt.pxi | 229 cdef bint iskey(key): argument 245 cdef getkey(key, prefix): argument
|
| /petsc/src/snes/tutorials/network/water/ |
| H A D | waterfunctions.c | 26 PetscInt i, key, vnode1, vnode2, offsetnode1, offsetnode2, offset, ncomp; in FormFunction_Water() local 200 PetscInt i, offset, key; in SetInitialGuess_Water() local
|
| /petsc/src/snes/tutorials/network/power/ |
| H A D | pffunctions.c | 38 PetscInt j, key, offset, goffset; in FormJacobian_Power_private() local 246 PetscInt offsetfrom, offsetto, offset, i, j, key, numComps; in FormFunction_Power() local 357 PetscInt key, numComps, j, offset; in SetInitialGuess_Power() local
|
| /petsc/src/sys/webclient/ |
| H A D | client.c | 329 PetscErrorCode PetscPullJSONValue(const char buff[], const char key[], char value[], size_t valuele… in PetscPullJSONValue() 386 PetscErrorCode PetscPushJSONValue(char buff[], const char key[], const char value[], size_t bufflen) in PetscPushJSONValue()
|
| /petsc/share/petsc/saws/js/ |
| H A D | PETSc.js | 113 jQuery.each(sub,function(key,value){ argument
|
| /petsc/src/sys/logging/handler/impls/nested/ |
| H A D | lognested.c | 20 NestedIdPair key; in PetscLogEventGetNestedEvent() local 51 NestedIdPair key; in PetscLogStageGetNestedEvent() local 121 NestedIdPair key; in PetscLogNestedCheckNested() local
|