petsc-3.12.5 2020-03-29
Report Typos and Errors

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