Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/
H A Dforest.c1419 PetscErrorCode DMForestSetWeightCapacity(DM dm, PetscReal capacity) in DMForestSetWeightCapacity()
1452 PetscErrorCode DMForestGetWeightCapacity(DM dm, PetscReal *capacity) in DMForestGetWeightCapacity()
/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp114 PETSC_NODISCARD size_type capacity() const noexcept { return size_; } in capacity() function in Petsc::memory::impl::MemoryChunk
/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp850 inline typename KHashTable<V, H, KE>::size_type KHashTable<V, H, KE>::capacity() const noexcept in capacity() function in Petsc::khash::KHashTable