Home
last modified time | relevance | path

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

/petsc/src/sys/dll/
H A Dreg.c338 #define PetscHMapFuncForEach(__func_list__, __key_name__, __val_name__, ...) \ macro
376 PetscHMapFuncForEach(fl, name, func, PetscCall(PetscFree(name))); in PetscFunctionListClear()
415 PetscHMapFuncForEach( in PetscFunctionListPrintNonEmpty()
491PetscHMapFuncForEach(list, name, func, PetscCall(PetscViewerASCIIPrintf(viewer, "%" PetscInt_FMT "… in PetscFunctionListView()
568 …if (list) PetscHMapFuncForEach(list, name, func, PetscCall((*PetscHelpPrintf)(comm, " %s", name))); in PetscFunctionListPrintTypes()
599PetscHMapFuncForEach(fl, name, func, PetscCall(PetscHMapFuncInsert_Private(dup_map, name, func))); in PetscFunctionListDuplicate()