Home
last modified time | relevance | path

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

/petsc/src/tao/interface/
H A Dtaosolver.c521 …PetscCall(TaoMonitorDrawCtxCreate(PetscObjectComm((PetscObject)tao), NULL, NULL, PETSC_DECIDE, PET… in TaoSetFromOptions()
534 …PetscCall(TaoMonitorDrawCtxCreate(PetscObjectComm((PetscObject)tao), NULL, NULL, PETSC_DECIDE, PET… in TaoSetFromOptions()
2828 PetscErrorCode TaoMonitorDrawCtxCreate(MPI_Comm comm, const char host[], const char label[], int x,… in TaoMonitorDrawCtxCreate() function
/petsc/include/
H A Dpetsctao.h465 PETSC_EXTERN PetscErrorCode TaoMonitorDrawCtxCreate(MPI_Comm, const char[], const char[], …