Searched refs:GetSize (Results 1 – 6 of 6) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | hashset.txt | 131 PetscHSet<T>GetSize - Get the number of entries in a hash set 135 PetscErrorCode PetscHSet<T>GetSize(PetscHSet<T> ht,PetscInt *n) 163 .seealso: `PetscHSet<T>Resize()`, `PetscHSet<T>GetSize()` 273 .seealso: `PetscHSet<T>GetSize()`
|
| H A D | hashmap.txt | 135 PetscHMap<T>GetSize - Get the number of entries in a hash table 139 PetscErrorCode PetscHMap<T>GetSize(PetscHMap<T> ht, PetscInt *n) 167 .seealso: `PetscHMap<T>Resize()`, `PetscHMap<T>GetSize()` 455 .seealso: `PetscHSet<T>GetSize()`, `PetscHMap<T>GetVals()` 476 .seealso: `PetscHSet<T>GetSize()`, `PetscHMap<T>GetKeys()` 499 .seealso: `PetscHSet<T>GetSize()`, `PetscHMap<T>GetKeys()`, `PetscHMap<T>GetVals()`
|
| H A D | logimpl.h | 17 …static inline PETSC_UNUSED PetscErrorCode PetscLog##Container##GetSize(PetscLog##Container, PetscI… 112 …static inline PETSC_UNUSED PetscErrorCode PetscLog##Container##GetSize(PetscLog##Container a, Pets…
|
| H A D | hashset.h | 113 static inline PETSC_UNUSED PetscErrorCode Petsc##HashT##GetSize(Petsc##HashT ht, PetscInt *n) \
|
| H A D | hashmap.h | 46 static inline PETSC_UNUSED PetscErrorCode Petsc##HashT##GetSize(Petsc##HashT, PetscInt *); \ 144 static inline PETSC_UNUSED PetscErrorCode Petsc##HashT##GetSize(Petsc##HashT ht, PetscInt *n) \
|
| /petsc/src/ts/tutorials/ |
| H A D | ex31.c | 52 PetscErrorCode GetSize(const char *p, PetscInt *sz) in GetSize() function 1030 PetscCall(GetSize((const char *)s, &N)); in Initialize() 1184 PetscCall(GetSize((const char *)&ptype[0], &N)); in SolveODE() 1274 PetscCall(GetSize(&ptype[0], &N)); in main()
|