Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/interface/
H A Ddlregisksp.c134 PetscCall(PetscFunctionListDestroy(&KSPMonitorCreateList)); in KSPFinalizePackage()
H A Ditcreate.c22 PetscFunctionList KSPMonitorCreateList = NULL; variable
973 if (create) PetscCall(PetscFunctionListAdd(&KSPMonitorCreateList, key, create)); in KSPMonitorRegister()
H A Ditcl.c265 PetscCall(PetscFunctionListFind(KSPMonitorCreateList, key, &cfunc)); in KSPMonitorSetFromOptions()
/petsc/include/
H A Dpetscksp.h130 PETSC_EXTERN PetscFunctionList KSPMonitorCreateList; variable