Home
last modified time | relevance | path

Searched defs:insert (Results 1 – 3 of 3) sorted by relevance

/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp1080 inline std::pair<typename KHashTable<V, H, KE>::iterator, bool> KHashTable<V, H, KE>::insert(const … in insert() function in Petsc::khash::KHashTable
1086 inline typename KHashTable<V, H, KE>::iterator KHashTable<V, H, KE>::insert(const_iterator, const v… in insert() function in Petsc::khash::KHashTable
1092 inline std::pair<typename KHashTable<V, H, KE>::iterator, bool> KHashTable<V, H, KE>::insert(value_… in insert() function in Petsc::khash::KHashTable
1098 inline typename KHashTable<V, H, KE>::iterator KHashTable<V, H, KE>::insert(const_iterator, value_t… in insert() function in Petsc::khash::KHashTable
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c615 PetscBool insert = PETSC_TRUE; in HandlePoint_Private() local
710 PetscBool insert = PETSC_TRUE; in DMPlexCreateOverlapLabelFromLabels() local
H A Dplex.c6903 static inline void insert(PetscScalar *x, PetscScalar y) in insert() function