Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/interface/
H A Ddlregisksp.c135 PetscCall(PetscFunctionListDestroy(&KSPMonitorDestroyList)); in KSPFinalizePackage()
H A Ditcreate.c23 PetscFunctionList KSPMonitorDestroyList = NULL; variable
974 if (destroy) PetscCall(PetscFunctionListAdd(&KSPMonitorDestroyList, key, destroy)); in KSPMonitorRegister()
H A Ditcl.c266 PetscCall(PetscFunctionListFind(KSPMonitorDestroyList, key, &dfunc)); in KSPMonitorSetFromOptions()
/petsc/include/
H A Dpetscksp.h131 PETSC_EXTERN PetscFunctionList KSPMonitorDestroyList; variable