Home
last modified time | relevance | path

Searched defs:occupied (Results 1 – 2 of 2) sorted by relevance

/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp1027 inline bool KHashTable<V, H, KE>::occupied(khash_int it) const noexcept in occupied() function in Petsc::khash::KHashTable
1033 inline bool KHashTable<V, H, KE>::occupied(const_iterator it) const noexcept in occupied() function in Petsc::khash::KHashTable
/petsc/src/mat/interface/
H A Dmatrix.c8002 PetscBool occupied = PETSC_FALSE; in MatSelectVariableBlockSizes() local