petsc-3.10.5 2019-03-28
PetscHMapTSet
Set a (key,value) entry in the hash table
Synopsis
#include <petsc/private/hashmap.h>
PetscErrorCode PetscHMapTSet(PetscHMapT ht,KeyType key,ValType val)
Input Parameters
| ht | - The hash table
|
| key | - The key
|
| val | - The value
|
Keywords
hash table, map, set
See Also
PetscHMapTGet(), PetscHMapTIterSet()
Level
developer
Location
include/petsc/private/hashmap.h
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages