petsc-3.14.6 2021-03-30
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
|
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