Home
last modified time | relevance | path

Searched refs:PetscViewerAndFormatDestroy (Results 1 – 24 of 24) sorted by relevance

/petsc/src/ksp/ksp/interface/ftn-custom/
H A Dzitfuncf.c97 …MonitorResidual, *(PetscViewerAndFormat **)mctx, (PetscCtxDestroyFn *)PetscViewerAndFormatDestroy); in kspmonitorset_()
99 …MonitorSolution, *(PetscViewerAndFormat **)mctx, (PetscCtxDestroyFn *)PetscViewerAndFormatDestroy); in kspmonitorset_()
101 …torTrueResidual, *(PetscViewerAndFormat **)mctx, (PetscCtxDestroyFn *)PetscViewerAndFormatDestroy); in kspmonitorset_()
103 …orSingularValue, *(PetscViewerAndFormat **)mctx, (PetscCtxDestroyFn *)PetscViewerAndFormatDestroy); in kspmonitorset_()
105 …ESMonitorKrylov, *(PetscViewerAndFormat **)mctx, (PetscCtxDestroyFn *)PetscViewerAndFormatDestroy); in kspmonitorset_()
/petsc/src/sys/classes/viewer/interface/ftn-custom/
H A Dzviewaf.c21 *ierr = PetscViewerAndFormatDestroy(vf); in petscviewerandformatdestroy_()
/petsc/src/sys/classes/viewer/interface/
H A Dviewers.c124 else if (nmdestroy == (PetscCtxDestroyFn *)PetscViewerAndFormatDestroy) { in PetscMonitorCompare()
H A Dview.c157 PetscErrorCode PetscViewerAndFormatDestroy(PetscViewerAndFormat **vf) in PetscViewerAndFormatDestroy() function
/petsc/src/ksp/ksp/tutorials/
H A Dex2f.F90289 PetscCallA(KSPMonitorSet(ksp, MyKSPMonitor, vf, PetscViewerAndFormatDestroy, ierr))
292 PetscCallA(KSPMonitorSet(ksp, KSPMonitorResidual, vf2, PetscViewerAndFormatDestroy, ierr))
/petsc/share/petsc/suppressions/
H A Dubsan46 function:PetscViewerAndFormatDestroy
/petsc/src/snes/interface/ftn-custom/
H A Dzsnesf.c367 …SMonitorDefault, *(PetscViewerAndFormat **)mctx, (PetscCtxDestroyFn *)PetscViewerAndFormatDestroy); in snesmonitorset_()
369 …MonitorSolution, *(PetscViewerAndFormat **)mctx, (PetscCtxDestroyFn *)PetscViewerAndFormatDestroy); in snesmonitorset_()
371 …rSolutionUpdate, *(PetscViewerAndFormat **)mctx, (PetscCtxDestroyFn *)PetscViewerAndFormatDestroy); in snesmonitorset_()
/petsc/src/ts/tutorials/
H A Dex7.c81 …PetscInt, PetscReal, void *))MySNESMonitor, vf, (PetscCtxDestroyFn *)PetscViewerAndFormatDestroy)); in main()
H A Dex12.c84 …PetscInt, PetscReal, void *))MySNESMonitor, vf, (PetscCtxDestroyFn *)PetscViewerAndFormatDestroy)); in main()
H A Dex52.c335 …PetscInt, PetscReal, void *))MySNESMonitor, vf, (PetscCtxDestroyFn *)PetscViewerAndFormatDestroy)); in main()
H A Dex30.c2349 if (ctx->view_hdf5_ctx) PetscCall(PetscViewerAndFormatDestroy(&ctx->view_hdf5_ctx)); in Run()
/petsc/src/sys/ftn-mod/
H A Dpetscsysmod.F90143 external PetscViewerAndFormatDestroy
/petsc/include/
H A Dpetscviewer.h230 PETSC_EXTERN PetscErrorCode PetscViewerAndFormatDestroy(PetscViewerAndFormat **);
/petsc/src/ts/interface/ftn-custom/
H A Dztsf.c285 …SMonitorDefault, *(PetscViewerAndFormat **)mctx, (PetscCtxDestroyFn *)PetscViewerAndFormatDestroy); in tsmonitorset_()
/petsc/src/snes/impls/fas/
H A Dfasfunc.c355 …eal, void *))SNESMonitorDefault, vf, !i ? (PetscCtxDestroyFn *)PetscViewerAndFormatDestroy : NULL)… in SNESFASSetMonitor()
/petsc/src/ksp/ksp/interface/
H A Ditcl.c268 if (!dfunc) dfunc = PetscViewerAndFormatDestroy; in KSPMonitorSetFromOptions()
/petsc/src/snes/linesearch/interface/
H A Dlinesearch.c784 …Code (*)(SNESLineSearch, PetscCtx))monitor, vf, (PetscCtxDestroyFn *)PetscViewerAndFormatDestroy)); in SNESLineSearchMonitorSetFromOptions()
/petsc/src/ts/interface/sensitivity/
H A Dtssen.c1285 … PetscInt, Vec *, Vec *, PetscCtx))monitor, vf, (PetscCtxDestroyFn *)PetscViewerAndFormatDestroy)); in TSAdjointMonitorSetFromOptions()
/petsc/src/ts/interface/
H A Dtsmon.c88 …etscInt, PetscReal, Vec, PetscCtx))monitor, vf, (PetscCtxDestroyFn *)PetscViewerAndFormatDestroy)); in TSMonitorSetFromOptions()
/petsc/src/tao/interface/
H A Dtaosolver.c382 …(PetscErrorCode (*)(Tao, PetscCtx))monitor, vf, (PetscCtxDestroyFn *)PetscViewerAndFormatDestroy)); in TaoMonitorSetFromOptions()
/petsc/src/snes/utils/dm/
H A Ddmadapt.c433 if (!dfunc) dfunc = PetscViewerAndFormatDestroy; in DMAdaptorMonitorSetFromOptions()
/petsc/src/snes/tutorials/
H A Dex30.c1255 …PetscReal, void *))KSPMonitorSingularValue, vf, (PetscCtxDestroyFn *)PetscViewerAndFormatDestroy)); in SNESConverged_Interactive()
/petsc/src/snes/interface/
H A Dsnes.c869 …ES, PetscInt, PetscReal, PetscCtx))monitor, vf, (PetscCtxDestroyFn *)PetscViewerAndFormatDestroy)); in SNESMonitorSetFromOptions()
/petsc/src/dm/interface/
H A Ddm.c9105 PetscCall(DMMonitorSet(dm, monitor, vf, (PetscCtxDestroyFn *)PetscViewerAndFormatDestroy)); in DMMonitorSetFromOptions()