Home
last modified time | relevance | path

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

/petsc/src/sys/python/
H A Dpythonsys.c281 PETSC_EXTERN PetscErrorCode (*PetscPythonMonitorSet_C)(PetscObject, const char[]); variable
282 PetscErrorCode (*PetscPythonMonitorSet_C)(PetscObject, const char[]) = NULL; variable
296 if (!PetscPythonMonitorSet_C) { in PetscPythonMonitorSet()
298 …PetscCheck(PetscPythonMonitorSet_C, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Couldn't initialize Python s… in PetscPythonMonitorSet()
300 PetscCall(PetscPythonMonitorSet_C(obj, url)); in PetscPythonMonitorSet()
/petsc/src/binding/petsc4py/src/lib-petsc/
H A Dcustom.h30 PETSC_EXTERN PetscErrorCode (*PetscPythonMonitorSet_C)(PetscObject,const char*); variable
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dlibpetsc4py.pyx3091 PetscErrorCode (*PetscPythonMonitorSet_C) \
3108 global PetscPythonMonitorSet_C
3109 PetscPythonMonitorSet_C = PetscPythonMonitorSet_Python