Lines Matching refs:vf

310 …ate_Internal(PetscViewer viewer, PetscViewerFormat format, PetscCtx ctx, PetscViewerAndFormat **vf)  in PetscViewerAndFormatCreate_Internal()  argument
313 PetscCall(PetscViewerAndFormatCreate(viewer, format, vf)); in PetscViewerAndFormatCreate_Internal()
314 (*vf)->data = ctx; in PetscViewerAndFormatCreate_Internal()
414 PetscViewerAndFormat *vf; in DMAdaptorMonitorSetFromOptions() local
435 PetscCall((*cfunc)(viewer, format, ctx, &vf)); in DMAdaptorMonitorSetFromOptions()
437 PetscCall(DMAdaptorMonitorSet(adaptor, mfunc, vf, (PetscCtxDestroyFn *)dfunc)); in DMAdaptorMonitorSetFromOptions()
1053 …, PetscInt n, DM odm, DM adm, PetscInt Nf, PetscReal enorms[], Vec error, PetscViewerAndFormat *vf) in DMAdaptorMonitorSize() argument
1055 PetscViewer viewer = vf->viewer; in DMAdaptorMonitorSize()
1056 PetscViewerFormat format = vf->format; in DMAdaptorMonitorSize()
1104 …, PetscInt n, DM odm, DM adm, PetscInt Nf, PetscReal enorms[], Vec error, PetscViewerAndFormat *vf) in DMAdaptorMonitorError() argument
1106 PetscViewer viewer = vf->viewer; in DMAdaptorMonitorError()
1107 PetscViewerFormat format = vf->format; in DMAdaptorMonitorError()
1160 …, PetscInt n, DM odm, DM adm, PetscInt Nf, PetscReal enorms[], Vec error, PetscViewerAndFormat *vf) in DMAdaptorMonitorErrorDraw() argument
1162 PetscViewer viewer = vf->viewer; in DMAdaptorMonitorErrorDraw()
1163 PetscViewerFormat format = vf->format; in DMAdaptorMonitorErrorDraw()
1193 …DrawLGCreate(PetscViewer viewer, PetscViewerFormat format, PetscCtx ctx, PetscViewerAndFormat **vf) in DMAdaptorMonitorErrorDrawLGCreate() argument
1213 PetscCall(PetscViewerAndFormatCreate(viewer, format, vf)); in DMAdaptorMonitorErrorDrawLGCreate()
1214 (*vf)->data = ctx; in DMAdaptorMonitorErrorDrawLGCreate()
1250 …, PetscInt n, DM odm, DM adm, PetscInt Nf, PetscReal enorms[], Vec error, PetscViewerAndFormat *vf) in DMAdaptorMonitorErrorDrawLG() argument
1252 PetscViewer viewer = vf->viewer; in DMAdaptorMonitorErrorDrawLG()
1253 PetscViewerFormat format = vf->format; in DMAdaptorMonitorErrorDrawLG()