Home
last modified time | relevance | path

Searched refs:PETSC_VIEWER_DEFAULT (Results 1 – 25 of 33) sorted by relevance

12

/petsc/src/ksp/ksp/interface/
H A Ditregis.c138 …PetscCall(KSPMonitorRegister("preconditioned_residual", PETSCVIEWERASCII, PETSC_VIEWER_DEFAULT, KS… in KSPMonitorRegisterAll()
139 …PetscCall(KSPMonitorRegister("preconditioned_residual", PETSCVIEWERHDF5, PETSC_VIEWER_DEFAULT, KSP… in KSPMonitorRegisterAll()
140 …PetscCall(KSPMonitorRegister("preconditioned_residual", PETSCVIEWERDRAW, PETSC_VIEWER_DEFAULT, KSP… in KSPMonitorRegisterAll()
142 …onitorRegister("preconditioned_residual_short", PETSCVIEWERASCII, PETSC_VIEWER_DEFAULT, KSPMonitor… in KSPMonitorRegisterAll()
143 …onitorRegister("preconditioned_residual_range", PETSCVIEWERASCII, PETSC_VIEWER_DEFAULT, KSPMonitor… in KSPMonitorRegisterAll()
144 …PetscCall(KSPMonitorRegister("true_residual", PETSCVIEWERASCII, PETSC_VIEWER_DEFAULT, KSPMonitorTr… in KSPMonitorRegisterAll()
145 …PetscCall(KSPMonitorRegister("true_residual", PETSCVIEWERHDF5, PETSC_VIEWER_DEFAULT, KSPMonitorTru… in KSPMonitorRegisterAll()
146 …PetscCall(KSPMonitorRegister("true_residual", PETSCVIEWERDRAW, PETSC_VIEWER_DEFAULT, KSPMonitorTru… in KSPMonitorRegisterAll()
148 …PetscCall(KSPMonitorRegister("true_residual_max", PETSCVIEWERASCII, PETSC_VIEWER_DEFAULT, KSPMonit… in KSPMonitorRegisterAll()
149 …PetscCall(KSPMonitorRegister("error", PETSCVIEWERASCII, PETSC_VIEWER_DEFAULT, KSPMonitorError, NUL… in KSPMonitorRegisterAll()
[all …]
H A Ditcl.c579 ksp->formatEV = PETSC_VIEWER_DEFAULT; in KSPSetFromOptions()
598 ksp->formatEVExp = PETSC_VIEWER_DEFAULT; in KSPSetFromOptions()
H A Ditfunc.c1251 PetscCall(PetscViewerPushFormat(ksp->viewerRate, PETSC_VIEWER_DEFAULT)); in KSPMatSolve_Private()
1265 PetscCall(PetscViewerPushFormat(ksp->viewerRate, PETSC_VIEWER_DEFAULT)); in KSPMatSolve_Private()
/petsc/src/sys/classes/viewer/impls/vtk/
H A Dvtkv.c125 …PetscCheck(viewer->format == PETSC_VIEWER_DEFAULT, PetscObjectComm((PetscObject)viewer), PETSC_ERR… in PetscViewerFileSetName_VTK()
127 if (viewer->format == PETSC_VIEWER_DEFAULT) viewer->format = PETSC_VIEWER_VTK_VTS; in PetscViewerFileSetName_VTK()
130 if (viewer->format == PETSC_VIEWER_DEFAULT) viewer->format = PETSC_VIEWER_VTK_VTU; in PetscViewerFileSetName_VTK()
133 if (viewer->format == PETSC_VIEWER_DEFAULT) viewer->format = PETSC_VIEWER_VTK_VTR; in PetscViewerFileSetName_VTK()
/petsc/src/ksp/ksp/tests/
H A Dex51.c75 …scViewerPushFormat(PETSC_VIEWER_STDOUT_(PetscObjectComm((PetscObject)ksp)), PETSC_VIEWER_DEFAULT)); in main()
92 …scViewerPushFormat(PETSC_VIEWER_STDOUT_(PetscObjectComm((PetscObject)ksp)), PETSC_VIEWER_DEFAULT)); in main()
/petsc/src/dm/impls/plex/
H A Dplexvtk.c101 case PETSC_VIEWER_DEFAULT: in DMPlexVTKWriteAll()
/petsc/src/sys/classes/viewer/interface/
H A Dviewreg.c177 if (format) *format = PETSC_VIEWER_DEFAULT; in PetscOptionsCreateViewers_Single()
346 if (format) *format = PETSC_VIEWER_DEFAULT; in PetscOptionsCreateViewers_Internal()
378 if (this_viewer_format) *this_viewer_format = PETSC_VIEWER_DEFAULT; in PetscOptionsCreateViewers_Internal()
451 if (format) *format = PETSC_VIEWER_DEFAULT; in PetscOptionsCreateViewer()
H A Dview.c356 …if (format == PETSC_VIEWER_DEFAULT || format == PETSC_VIEWER_ASCII_INFO || format == PETSC_VIEWER_… in PetscViewerView()
/petsc/src/snes/interface/
H A Dsnesregi.c71 …MonitorRegister("snes_preconditioned_residual", PETSCVIEWERASCII, PETSC_VIEWER_DEFAULT, KSPMonitor… in SNESRegisterAll()
/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/mat/impls/dense/seq/hdf5/
H A Ddensehdf5.c25 case PETSC_VIEWER_DEFAULT: in MatLoad_Dense_HDF5()
/petsc/src/dm/impls/plex/tests/
H A Dex55.c27 options->format = PETSC_VIEWER_DEFAULT; in ProcessOptions()
117 case PETSC_VIEWER_DEFAULT: in CheckDistributedInterpolated()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvwr.pxi22 PETSC_VIEWER_DEFAULT
H A DViewer.pyx25 DEFAULT = PETSC_VIEWER_DEFAULT
498 cdef PetscViewerFormat format = PETSC_VIEWER_DEFAULT
/petsc/src/mat/impls/aij/seq/hdf5/
H A Daijhdf5.c29 case PETSC_VIEWER_DEFAULT: in MatLoad_AIJ_HDF5()
/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()
/petsc/doc/changes/
H A D310.md155 `{PETSC_VIEWER_HDF5_VIZ, PETSC_VIEWER_HDF5_XDMF, PETSC_VIEWER_HDF5_PETSC, PETSC_VIEWER_DEFAULT}`.
/petsc/src/dm/field/interface/
H A Ddmfield.c80 PetscCall(PetscViewerPushFormat(viewer, PETSC_VIEWER_DEFAULT)); in DMFieldView()
/petsc/src/sys/objects/
H A Dsubcomm.c107 if (format == PETSC_VIEWER_DEFAULT) { in PetscSubcommView()
/petsc/include/
H A Dpetscviewer.h143 PETSC_VIEWER_DEFAULT, enumerator
/petsc/src/snes/utils/dm/
H A Ddmadapt.c1290 …PetscCall(DMAdaptorMonitorRegister("size", PETSCVIEWERASCII, PETSC_VIEWER_DEFAULT, DMAdaptorMonito… in DMAdaptorMonitorRegisterAll()
1291 …PetscCall(DMAdaptorMonitorRegister("error", PETSCVIEWERASCII, PETSC_VIEWER_DEFAULT, DMAdaptorMonit… in DMAdaptorMonitorRegisterAll()
1292 …PetscCall(DMAdaptorMonitorRegister("error", PETSCVIEWERDRAW, PETSC_VIEWER_DEFAULT, DMAdaptorMonito… in DMAdaptorMonitorRegisterAll()
/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvmimpl.c342 … PetscCall(PetscViewerPushFormat(pv, is_scalar ? PETSC_VIEWER_DEFAULT : PETSC_VIEWER_ASCII_INFO)); in MatView_LMVM()
/petsc/src/dm/impls/da/
H A Dgr2.c718 PetscCall(PetscViewerPushFormat(viewer, PETSC_VIEWER_DEFAULT)); in VecView_MPI_DA()

12