Home
last modified time | relevance | path

Searched refs:PetscHMapIJVQueryAdd (Results 1 – 2 of 2) sorted by relevance

/petsc/include/petsc/private/
H A Dhashmapijv.h32 static inline PetscErrorCode PetscHMapIJVQueryAdd(PetscHMapIJV ht, PetscHashIJKey key, PetscScalar … in PetscHMapIJVQueryAdd() function
/petsc/src/mat/impls/aij/seq/
H A Dseqhashmatsetvalues.h54 PetscCall(PetscHMapIJVQueryAdd(a->ht, key, value, &missing)); in PetscConcat()