| /petsc/include/petsc/private/ |
| H A D | pcpatchimpl.h | 114 PetscViewerFormat formatCells; /* Format for patch cells */ 117 PetscViewerFormat formatIntFacets; /* Format for patch intFacets */ 120 PetscViewerFormat formatExtFacets; /* Format for patch extFacets */ 123 PetscViewerFormat formatPoints; /* Format for patch points */ 126 PetscViewerFormat formatSection; /* Format for patch sections */ 129 PetscViewerFormat formatMatrix; /* Format for patch matrix */
|
| H A D | viewerimpl.h | 29 PetscViewerFormat format, formats[PETSCVIEWERFORMATPUSHESMAX];
|
| H A D | partitionerimpl.h | 29 PetscViewerFormat viewerFmt;
|
| /petsc/src/sys/classes/viewer/interface/ |
| H A D | viewa.c | 24 PetscErrorCode PetscViewerSetFormat(PetscViewer viewer, PetscViewerFormat format) in PetscViewerSetFormat() 51 PetscErrorCode PetscViewerPushFormat(PetscViewer viewer, PetscViewerFormat format) in PetscViewerPushFormat() 105 PetscErrorCode PetscViewerGetFormat(PetscViewer viewer, PetscViewerFormat *format) in PetscViewerGetFormat()
|
| H A D | viewreg.c | 167 …teViewers_Single(MPI_Comm comm, const char value[], PetscViewer *viewer, PetscViewerFormat *format) in PetscOptionsCreateViewers_Single() 294 PetscViewerFormat tfmt; in PetscOptionsCreateViewers_Single() 307 … pre[], const char name[], PetscInt *n_max_p, PetscViewer viewer[], PetscViewerFormat format[], Pe… in PetscOptionsCreateViewers_Internal() 362 PetscViewerFormat *this_viewer_format; in PetscOptionsCreateViewers_Internal() 444 … options, const char pre[], const char name[], PetscViewer *viewer, PetscViewerFormat *format, Pet… in PetscOptionsCreateViewer() 488 …r pre[], const char name[], PetscInt *n_max, PetscViewer viewers[], PetscViewerFormat formats[], P… in PetscOptionsCreateViewers()
|
| /petsc/include/ |
| H A D | petscviewer.h | 180 } PetscViewerFormat; typedef 183 …) / PetscViewerPopFormat()", ) PetscErrorCode PetscViewerSetFormat(PetscViewer, PetscViewerFormat); 184 PETSC_EXTERN PetscErrorCode PetscViewerPushFormat(PetscViewer, PetscViewerFormat); 186 PETSC_EXTERN PetscErrorCode PetscViewerGetFormat(PetscViewer, PetscViewerFormat *); 192 …(MPI_Comm, PetscOptions, const char[], const char[], PetscViewer *, PetscViewerFormat *, PetscBool… 193 …etscOptions, const char[], const char[], PetscInt *, PetscViewer *, PetscViewerFormat *, PetscBool… 195 …tionItems, const char[], const char[], const char[], PetscViewer *, PetscViewerFormat *, PetscBool… 201 …m, PetscOptions op, const char a[], const char b[], PetscViewer *v, PetscViewerFormat *f, PetscBoo… in PetscOptionsGetViewer() 205 …ns op, const char a[], const char b[], PetscInt *n, PetscViewer *v, PetscViewerFormat *f, PetscBoo… in PetscOptionsGetViewers() 224 PetscViewerFormat format; [all …]
|
| H A D | petscdmadaptor.h | 56 …PetscViewerFormat, PetscErrorCode (*)(DMAdaptor, PetscInt, DM, DM, PetscInt, PetscReal[], Vec, Pet… 66 PETSC_EXTERN PetscErrorCode DMAdaptorMonitorErrorDrawLGCreate(PetscViewer, PetscViewerFormat, void …
|
| H A D | petscksp.h | 165 …pedef PetscErrorCode KSPMonitorRegisterCreateFn(PetscViewer viewer, PetscViewerFormat format, Pets… 179 PETSC_EXTERN PetscErrorCode KSPMonitorRegister(const char[], PetscViewerType, PetscViewerFormat, KS… 590 PETSC_EXTERN PetscErrorCode KSPMonitorResidualDrawLGCreate(PetscViewer, PetscViewerFormat, Pe… 600 PETSC_EXTERN PetscErrorCode KSPMonitorTrueResidualDrawLGCreate(PetscViewer, PetscViewerFormat… 605 PETSC_EXTERN PetscErrorCode KSPMonitorErrorDrawLGCreate(PetscViewer, PetscViewerFormat, Petsc… 609 PETSC_EXTERN PetscErrorCode KSPMonitorSolutionDrawLGCreate(PetscViewer, PetscViewerFormat, Pe… 611 PETSC_EXTERN PetscErrorCode KSPMonitorSingularValueCreate(PetscViewer, PetscViewerFormat, Pet… 688 PETSC_EXTERN PetscErrorCode KSPLSQRMonitorResidualDrawLGCreate(PetscViewer, PetscViewerFormat…
|
| /petsc/src/ksp/ksp/interface/ |
| H A D | iterativ.c | 130 PetscViewerFormat format = vf->format; in KSPMonitorResidual() 172 PetscViewerFormat format = vf->format; in KSPMonitorResidualView() 215 PetscViewerFormat format = vf->format; in KSPMonitorResidualDrawLG() 256 PetscErrorCode KSPMonitorResidualDrawLGCreate(PetscViewer viewer, PetscViewerFormat format, PetscCt… in KSPMonitorResidualDrawLGCreate() 275 PetscViewerFormat format = vf->format; in KSPMonitorResidualShort() 342 PetscViewerFormat format = vf->format; in KSPMonitorResidualRange() 392 PetscViewerFormat format = vf->format; in KSPMonitorTrueResidual() 449 PetscViewerFormat format = vf->format; in KSPMonitorTrueResidualView() 493 PetscViewerFormat format = vf->format; in KSPMonitorTrueResidualDrawLG() 540 PetscErrorCode KSPMonitorTrueResidualDrawLGCreate(PetscViewer viewer, PetscViewerFormat format, Pet… in KSPMonitorTrueResidualDrawLGCreate() [all …]
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscvwr.pxi | 21 ctypedef enum PetscViewerFormat: 89 PetscErrorCode PetscViewerSetFormat(PetscViewer, PetscViewerFormat) 90 PetscErrorCode PetscViewerGetFormat(PetscViewer, PetscViewerFormat*) 91 PetscErrorCode PetscViewerPushFormat(PetscViewer, PetscViewerFormat)
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex5.c | 10 PetscViewerFormat informat; /* Input mesh format */ 11 PetscViewerFormat outformat; /* Dump/reload mesh format */ 50 PetscViewerFormat informat; in main()
|
| /petsc/src/sys/classes/viewer/tutorials/ |
| H A D | ex2.c | 8 PetscViewerFormat format; in main()
|
| /petsc/src/sys/classes/viewer/interface/ftn-custom/ |
| H A D | zviewaf.c | 12 PETSC_EXTERN void petscviewerandformatcreate_(PetscViewer *vin, PetscViewerFormat *format, PetscVie… in petscviewerandformatcreate_()
|
| /petsc/src/mat/tests/ |
| H A D | ex84.c | 38 …etscErrorCode GetReader(MPI_Comm comm, const char option[], PetscViewer *r, PetscViewerFormat *fmt) in GetReader() 58 PetscViewerFormat fmt; in main()
|
| /petsc/src/sys/classes/viewer/tests/ |
| H A D | ex7.c | 11 PetscViewerFormat formats[N_MAX]; in main()
|
| H A D | ex4.c | 8 PetscViewerFormat format; in main()
|
| H A D | ex5.c | 8 PetscViewerFormat format; in main()
|
| /petsc/src/sys/tests/options/ |
| H A D | ex55.c | 24 PetscViewerFormat format; in main()
|
| /petsc/src/sys/tests/ |
| H A D | ex50.c | 9 PetscViewerFormat format; in main()
|
| /petsc/src/mat/tutorials/ |
| H A D | ex10.c | 20 PetscViewerFormat format; in main()
|
| /petsc/src/dm/tests/ |
| H A D | ex8.c | 8 PetscViewerFormat format; in VecView_Shell()
|
| /petsc/src/snes/utils/dm/ |
| H A D | dmadapt.c | 104 …orMonitorMakeKey_Internal(const char name[], PetscViewerType vtype, PetscViewerFormat format, char… in DMAdaptorMonitorMakeKey_Internal() 146 …PetscViewerFormat format, PetscErrorCode (*monitor)(DMAdaptor, PetscInt, DM, DM, PetscInt, PetscRe… in DMAdaptorMonitorRegister() argument 310 static PetscErrorCode PetscViewerAndFormatCreate_Internal(PetscViewer viewer, PetscViewerFormat for… in PetscViewerAndFormatCreate_Internal() 412 PetscErrorCode (*cfunc)(PetscViewer, PetscViewerFormat, void *, PetscViewerAndFormat **); in DMAdaptorMonitorSetFromOptions() 416 PetscViewerFormat format; in DMAdaptorMonitorSetFromOptions() 1056 PetscViewerFormat format = vf->format; in DMAdaptorMonitorSize() 1107 PetscViewerFormat format = vf->format; in DMAdaptorMonitorError() 1163 PetscViewerFormat format = vf->format; in DMAdaptorMonitorErrorDraw() 1193 PetscErrorCode DMAdaptorMonitorErrorDrawLGCreate(PetscViewer viewer, PetscViewerFormat format, Pets… in DMAdaptorMonitorErrorDrawLGCreate() 1253 PetscViewerFormat format = vf->format; in DMAdaptorMonitorErrorDrawLG()
|
| /petsc/doc/changes/ |
| H A D | 310.md | 153 `PetscViewerType=PETSCVIEWERHDF5`. `PetscViewerFormat` can now 158 `PetscViewerFormat=PETSC_VIEWER_HDF5_XDMF`, or
|
| /petsc/src/sys/objects/ |
| H A D | pname.c | 55 PetscViewerFormat format; in PetscObjectPrintClassNamePrefixType()
|
| /petsc/src/dm/dt/fv/interface/ |
| H A D | fv.c | 353 PetscViewerFormat format; in PetscLimiterView_Sin_Ascii() 421 PetscViewerFormat format; in PetscLimiterView_Zero_Ascii() 489 PetscViewerFormat format; in PetscLimiterView_None_Ascii() 557 PetscViewerFormat format; in PetscLimiterView_Minmod_Ascii() 625 PetscViewerFormat format; in PetscLimiterView_VanLeer_Ascii() 693 PetscViewerFormat format; in PetscLimiterView_VanAlbada_Ascii() 761 PetscViewerFormat format; in PetscLimiterView_Superbee_Ascii() 829 PetscViewerFormat format; in PetscLimiterView_MC_Ascii() 1866 PetscViewerFormat format; in PetscFVView_Upwind_Ascii() 1982 PetscViewerFormat format; in PetscFVView_LeastSquares_Ascii()
|