Home
last modified time | relevance | path

Searched refs:PetscViewerAndFormatCreate (Results 1 – 21 of 21) sorted by relevance

/petsc/src/sys/classes/viewer/interface/ftn-custom/
H A Dzviewaf.c16 *ierr = PetscViewerAndFormatCreate(v, *format, vf); in petscviewerandformatcreate_()
/petsc/src/ksp/ksp/tutorials/
H A Dex2f.F90288 … PetscCallA(PetscViewerAndFormatCreate(PETSC_VIEWER_STDOUT_WORLD, PETSC_VIEWER_DEFAULT, vf, ierr))
291 … PetscCallA(PetscViewerAndFormatCreate(PETSC_VIEWER_STDOUT_WORLD, PETSC_VIEWER_DEFAULT, vf2, ierr))
/petsc/src/ksp/ksp/interface/
H A Diterativ.c259 PetscCall(PetscViewerAndFormatCreate(viewer, format, vf)); in KSPMonitorResidualDrawLGCreate()
545 PetscCall(PetscViewerAndFormatCreate(viewer, format, vf)); in KSPMonitorTrueResidualDrawLGCreate()
817 PetscCall(PetscViewerAndFormatCreate(viewer, format, vf)); in KSPMonitorErrorDrawLGCreate()
988 PetscCall(PetscViewerAndFormatCreate(viewer, format, vf)); in KSPMonitorSolutionDrawLGCreate()
1071 PetscCall(PetscViewerAndFormatCreate(viewer, format, vf)); in KSPMonitorSingularValueCreate()
H A Ditcl.c217 PetscCall(PetscViewerAndFormatCreate(viewer, format, vf)); in PetscViewerAndFormatCreate_Internal()
/petsc/src/ts/tutorials/
H A Dex7.c80 PetscCall(PetscViewerAndFormatCreate(PETSC_VIEWER_STDOUT_WORLD, PETSC_VIEWER_DEFAULT, &vf)); in main()
H A Dex12.c83 PetscCall(PetscViewerAndFormatCreate(PETSC_VIEWER_STDOUT_WORLD, PETSC_VIEWER_DEFAULT, &vf)); in main()
H A Dex52.c334 PetscCall(PetscViewerAndFormatCreate(PETSC_VIEWER_STDOUT_WORLD, PETSC_VIEWER_DEFAULT, &vf)); in main()
H A Dex30.c985 PetscCall(PetscViewerAndFormatCreate(viewer, PETSC_VIEWER_HDF5_VIZ, &options->view_hdf5_ctx)); in ProcessOptions()
/petsc/src/sys/classes/viewer/interface/
H A Dview.c133 PetscErrorCode PetscViewerAndFormatCreate(PetscViewer viewer, PetscViewerFormat format, PetscViewer… in PetscViewerAndFormatCreate() function
/petsc/include/
H A Dpetscviewer.h229 PETSC_EXTERN PetscErrorCode PetscViewerAndFormatCreate(PetscViewer, PetscViewerFormat, PetscViewerA…
/petsc/src/ksp/ksp/impls/lsqr/
H A Dlsqr.c511 PetscCall(PetscViewerAndFormatCreate(viewer, format, vf)); in KSPLSQRMonitorResidualDrawLGCreate()
/petsc/src/snes/interface/
H A Dsnesut.c259 PetscCall(PetscViewerAndFormatCreate(viewer, format, vf)); in KSPMonitorSNESResidualDrawLGCreate()
H A Dsnes.c866 PetscCall(PetscViewerAndFormatCreate(viewer, format, &vf)); in SNESMonitorSetFromOptions()
/petsc/src/snes/utils/dm/
H A Ddmadapt.c313 PetscCall(PetscViewerAndFormatCreate(viewer, format, vf)); in PetscViewerAndFormatCreate_Internal()
1213 PetscCall(PetscViewerAndFormatCreate(viewer, format, vf)); in DMAdaptorMonitorErrorDrawLGCreate()
/petsc/src/snes/linesearch/interface/
H A Dlinesearch.c781 PetscCall(PetscViewerAndFormatCreate(viewer, format, &vf)); in SNESLineSearchMonitorSetFromOptions()
/petsc/src/snes/impls/fas/
H A Dfas.c235 PetscCall(PetscViewerAndFormatCreate(viewer, format, &vf)); in SNESSetFromOptions_FAS()
/petsc/src/ts/interface/sensitivity/
H A Dtssen.c1282 PetscCall(PetscViewerAndFormatCreate(viewer, format, &vf)); in TSAdjointMonitorSetFromOptions()
/petsc/src/ts/interface/
H A Dtsmon.c82 PetscCall(PetscViewerAndFormatCreate(viewer, format, &vf)); in TSMonitorSetFromOptions()
/petsc/src/tao/interface/
H A Dtaosolver.c377 PetscCall(PetscViewerAndFormatCreate(viewer, format, &vf)); in TaoMonitorSetFromOptions()
/petsc/src/snes/tutorials/
H A Dex30.c1254 PetscCall(PetscViewerAndFormatCreate(PETSC_VIEWER_STDOUT_WORLD, PETSC_VIEWER_DEFAULT, &vf)); in SNESConverged_Interactive()
/petsc/src/dm/interface/
H A Ddm.c9102 PetscCall(PetscViewerAndFormatCreate(viewer, format, &vf)); in DMMonitorSetFromOptions()