Home
last modified time | relevance | path

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

/petsc/src/sys/python/
H A Dpythonsys.c291 PetscErrorCode PetscPythonMonitorSet(PetscObject obj, const char url[]) in PetscPythonMonitorSet() function
/petsc/src/ksp/ksp/interface/
H A Ditcl.c527 if (flg) PetscCall(PetscPythonMonitorSet((PetscObject)ksp, monfilename)); in KSPSetFromOptions()
/petsc/include/
H A Dpetscsys.h1381 PETSC_EXTERN PetscErrorCode PetscPythonMonitorSet(PetscObject, const char[]);
/petsc/src/ts/interface/
H A Dts.c160 if (flg) PetscCall(PetscPythonMonitorSet((PetscObject)ts, monfilename)); in TSSetFromOptions()
/petsc/src/snes/interface/
H A Dsnes.c1073 if (flg) PetscCall(PetscPythonMonitorSet((PetscObject)snes, monfilename)); in SNESSetFromOptions()