Home
last modified time | relevance | path

Searched refs:khash (Results 1 – 4 of 4) sorted by relevance

/petsc/doc/
H A Dbuild_man_pages.py78 with open(os.path.join(petsc_dir,'include','petsc','private',f+'.h'),mode='w') as khash:
79 khash.write(processkhash('I','i','PetscInt','',text))
80 khash.write(processkhash('IJ','ij','struct {PetscInt i, j;}','',text))
81 khash.write(processkhash('I','i','PetscInt','PetscInt',text))
82 khash.write(processkhash('IJ','ij','struct {PetscInt i, j;}','PetscInt',text))
83 khash.write(processkhash('IJ','ij','struct {PetscInt i, j;}','PetscScalar',text))
84 khash.write(processkhash('IV','iv','PetscInt','PetscScalar',text))
85 khash.write(processkhash('Obj','obj','PetscInt64','PetscObject',text))
/petsc/doc/manualpages/MANSECHeaders/
H A DPetscH3 PETSc provides an extensible variety of hash sets and maps based on the khash system.
/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp31 namespace khash namespace
1221 class UnorderedMap : public khash::KHashTable<std::pair<KeyType, T>, khash::detail::indirect_hasher…
1222 …using table_type = khash::KHashTable<std::pair<KeyType, T>, khash::detail::indirect_hasher<KeyType…
/petsc/doc/changes/
H A D319.md52 …on -- and directly `#include` s -- `${PETSC_DIR}/include/petsc/private/khash/khash.h`. This file c…