Searched refs:PetscHMapFuncForEach (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/dll/ |
| H A D | reg.c | 338 #define PetscHMapFuncForEach(__func_list__, __key_name__, __val_name__, ...) \ macro 376 PetscHMapFuncForEach(fl, name, func, PetscCall(PetscFree(name))); in PetscFunctionListClear() 415 PetscHMapFuncForEach( in PetscFunctionListPrintNonEmpty() 491 …PetscHMapFuncForEach(list, name, func, PetscCall(PetscViewerASCIIPrintf(viewer, "%" PetscInt_FMT "… in PetscFunctionListView() 568 …if (list) PetscHMapFuncForEach(list, name, func, PetscCall((*PetscHelpPrintf)(comm, " %s", name))); in PetscFunctionListPrintTypes() 599 … PetscHMapFuncForEach(fl, name, func, PetscCall(PetscHMapFuncInsert_Private(dup_map, name, func))); in PetscFunctionListDuplicate()
|