Home
last modified time | relevance | path

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

/petsc/src/sys/dll/
H A Dreg.c590 PetscHMapFunc dup_map; in PetscFunctionListDuplicate() local
598 dup_map = (*nl)->map; in PetscFunctionListDuplicate()
599 … PetscHMapFuncForEach(fl, name, func, PetscCall(PetscHMapFuncInsert_Private(dup_map, name, func))); in PetscFunctionListDuplicate()