Searched refs:drawctx (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/tao/interface/ |
| H A D | taosolver.c | 519 TaoMonitorDrawCtx drawctx; in TaoSetFromOptions() local 521 …jectComm((PetscObject)tao), NULL, NULL, PETSC_DECIDE, PETSC_DECIDE, 300, 300, howoften, &drawctx)); in TaoSetFromOptions() 522 …PetscCall(TaoMonitorSet(tao, TaoMonitorSolutionDraw, drawctx, (PetscCtxDestroyFn *)TaoMonitorDrawC… in TaoSetFromOptions() 532 TaoMonitorDrawCtx drawctx; in TaoSetFromOptions() local 534 …jectComm((PetscObject)tao), NULL, NULL, PETSC_DECIDE, PETSC_DECIDE, 300, 300, howoften, &drawctx)); in TaoSetFromOptions() 535 …PetscCall(TaoMonitorSet(tao, TaoMonitorGradientDraw, drawctx, (PetscCtxDestroyFn *)TaoMonitorDrawC… in TaoSetFromOptions()
|