| /petsc/src/sys/fileio/ |
| H A D | mprint.c | 39 PetscErrorCode PetscFormatConvertGetSize(const char format[], size_t *size) in PetscFormatConvertGetSize() 101 PetscErrorCode PetscFormatConvert(const char format[], char newformat[]) in PetscFormatConvert() 175 PetscErrorCode PetscVSNPrintf(char str[], size_t len, const char format[], size_t *fullLength, va_l… in PetscVSNPrintf() 318 PetscErrorCode PetscVFPrintfDefault(FILE *fd, const char format[], va_list Argp) in PetscVFPrintfDefault() 377 PetscErrorCode PetscSNPrintf(char str[], size_t len, const char format[], ...) in PetscSNPrintf() 408 PetscErrorCode PetscSNPrintfCount(char str[], size_t len, const char format[], size_t *countused, .… in PetscSNPrintfCount() 422 static inline PetscErrorCode PetscVFPrintf_Private(FILE *fd, const char format[], va_list Argp) in PetscVFPrintf_Private() 438 PETSC_INTERN PetscErrorCode PetscVFPrintf_Internal(FILE *fd, const char format[], ...) in PetscVFPrintf_Internal() 449 …rrorCode PetscSynchronizedFPrintf_Private(MPI_Comm comm, FILE *fp, const char format[], va_list Ar… in PetscSynchronizedFPrintf_Private() 511 PetscErrorCode PetscSynchronizedPrintf(MPI_Comm comm, const char format[], ...) in PetscSynchronizedPrintf() [all …]
|
| /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 | view.c | 133 PetscErrorCode PetscViewerAndFormatCreate(PetscViewer viewer, PetscViewerFormat format, PetscViewer… in PetscViewerAndFormatCreate() 337 PetscViewerFormat format; in PetscViewerView() local
|
| H A D | viewreg.c | 167 …teViewers_Single(MPI_Comm comm, const char value[], PetscViewer *viewer, PetscViewerFormat *format) in PetscOptionsCreateViewers_Single() 307 …], const char name[], PetscInt *n_max_p, PetscViewer viewer[], PetscViewerFormat format[], PetscBo… in PetscOptionsCreateViewers_Internal() 444 …ions, const char pre[], const char name[], PetscViewer *viewer, PetscViewerFormat *format, PetscBo… in PetscOptionsCreateViewer()
|
| /petsc/src/ksp/ksp/interface/ |
| H A D | iterativ.c | 130 PetscViewerFormat format = vf->format; in KSPMonitorResidual() local 172 PetscViewerFormat format = vf->format; in KSPMonitorResidualView() local 215 PetscViewerFormat format = vf->format; in KSPMonitorResidualDrawLG() local 256 PetscErrorCode KSPMonitorResidualDrawLGCreate(PetscViewer viewer, PetscViewerFormat format, PetscCt… in KSPMonitorResidualDrawLGCreate() 275 PetscViewerFormat format = vf->format; in KSPMonitorResidualShort() local 342 PetscViewerFormat format = vf->format; in KSPMonitorResidualRange() local 392 PetscViewerFormat format = vf->format; in KSPMonitorTrueResidual() local 449 PetscViewerFormat format = vf->format; in KSPMonitorTrueResidualView() local 493 PetscViewerFormat format = vf->format; in KSPMonitorTrueResidualDrawLG() local 540 PetscErrorCode KSPMonitorTrueResidualDrawLGCreate(PetscViewer viewer, PetscViewerFormat format, Pet… in KSPMonitorTrueResidualDrawLGCreate() [all …]
|
| H A D | itcl.c | 214 …rorCode PetscViewerAndFormatCreate_Internal(PetscViewer viewer, PetscViewerFormat format, PetscCtx… in PetscViewerAndFormatCreate_Internal() 250 PetscViewerFormat format; in KSPMonitorSetFromOptions() local
|
| /petsc/src/sys/classes/viewer/tutorials/ |
| H A D | ex2.c | 8 PetscViewerFormat format; in main() local
|
| /petsc/src/sys/classes/viewer/tests/ |
| H A D | ex4.c | 8 PetscViewerFormat format; in main() local
|
| H A D | ex5.c | 8 PetscViewerFormat format; in main() local
|
| /petsc/src/sys/tests/options/ |
| H A D | ex55.c | 24 PetscViewerFormat format; in main() local
|
| /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/tutorials/ |
| H A D | ex10.c | 20 PetscViewerFormat format; in main() local
|
| /petsc/src/sys/error/ |
| H A D | errtrace.c | 77 PetscErrorCode PetscErrorPrintfNone(const char format[], ...) in PetscErrorPrintfNone() 82 PetscErrorCode PetscErrorPrintfDefault(const char format[], ...) in PetscErrorPrintfDefault()
|
| /petsc/src/mat/impls/dense/seq/hdf5/ |
| H A D | densehdf5.c | 15 PetscViewerFormat format; in MatLoad_Dense_HDF5() local
|
| /petsc/src/sys/tests/ |
| H A D | ex50.c | 9 PetscViewerFormat format; in main() local
|
| H A D | ex37.c | 71 PetscErrorCode TestPetscVSNPrintf(char *str, size_t l_str, size_t *fullLength, const char *format, … in TestPetscVSNPrintf()
|
| /petsc/src/sys/objects/ |
| H A D | pname.c | 55 PetscViewerFormat format; in PetscObjectPrintClassNamePrefixType() local
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | inode2.c | 10 PetscViewerFormat format; in MatView_SeqAIJ_Inode() local
|
| /petsc/src/dm/tests/ |
| H A D | ex8.c | 8 PetscViewerFormat format; in VecView_Shell() local
|
| /petsc/src/sys/classes/viewer/impls/ascii/ |
| H A D | filev.c | 572 static PetscErrorCode PetscVFPrintfFortran(int unit, const char format[], va_list Argp) in PetscVFPrintfFortran() 599 static PetscErrorCode PetscVFPrintfFortran(int unit, const char format[], va_list Argp) in PetscVFPrintfFortran() 657 PetscViewerFormat format; in PetscViewerASCIIGetStdout() local 697 PetscErrorCode PetscViewerASCIIPrintf(PetscViewer viewer, const char format[], ...) in PetscViewerASCIIPrintf() 1104 PetscErrorCode PetscViewerASCIISynchronizedPrintf(PetscViewer viewer, const char format[], ...) in PetscViewerASCIISynchronizedPrintf()
|
| /petsc/src/snes/interface/ |
| H A D | snesut.c | 143 PetscViewerFormat format = vf->format; in KSPMonitorSNESResidual() local 198 PetscViewerFormat format = vf->format; in KSPMonitorSNESResidualDrawLG() local 254 PetscErrorCode KSPMonitorSNESResidualDrawLGCreate(PetscViewer viewer, PetscViewerFormat format, Pet… in KSPMonitorSNESResidualDrawLGCreate() 301 PetscViewerFormat format = vf->format; in SNESMonitorDefault() local
|
| /petsc/src/vec/is/is/tests/ |
| H A D | ex9.c | 11 PetscViewerFormat format; in main() local
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex51.c | 27 PetscViewerFormat format = PETSC_VIEWER_HDF5_PETSC; in main() local
|
| /petsc/src/snes/utils/dm/ |
| H A D | dmadapt.c | 104 …nitorMakeKey_Internal(const char name[], PetscViewerType vtype, PetscViewerFormat format, char key… in DMAdaptorMonitorMakeKey_Internal() 146 …daptorMonitorRegister(const char name[], PetscViewerType vtype, PetscViewerFormat format, PetscErr… in DMAdaptorMonitorRegister() argument 310 …rorCode PetscViewerAndFormatCreate_Internal(PetscViewer viewer, PetscViewerFormat format, PetscCtx… in PetscViewerAndFormatCreate_Internal() 416 PetscViewerFormat format; in DMAdaptorMonitorSetFromOptions() local 1056 PetscViewerFormat format = vf->format; in DMAdaptorMonitorSize() local 1107 PetscViewerFormat format = vf->format; in DMAdaptorMonitorError() local 1163 PetscViewerFormat format = vf->format; in DMAdaptorMonitorErrorDraw() local 1193 PetscErrorCode DMAdaptorMonitorErrorDrawLGCreate(PetscViewer viewer, PetscViewerFormat format, Pets… in DMAdaptorMonitorErrorDrawLGCreate() 1253 PetscViewerFormat format = vf->format; in DMAdaptorMonitorErrorDrawLG() local
|
| /petsc/src/dm/dt/fv/interface/ |
| H A D | fv.c | 353 PetscViewerFormat format; in PetscLimiterView_Sin_Ascii() local 421 PetscViewerFormat format; in PetscLimiterView_Zero_Ascii() local 489 PetscViewerFormat format; in PetscLimiterView_None_Ascii() local 557 PetscViewerFormat format; in PetscLimiterView_Minmod_Ascii() local 625 PetscViewerFormat format; in PetscLimiterView_VanLeer_Ascii() local 693 PetscViewerFormat format; in PetscLimiterView_VanAlbada_Ascii() local 761 PetscViewerFormat format; in PetscLimiterView_Superbee_Ascii() local 829 PetscViewerFormat format; in PetscLimiterView_MC_Ascii() local 1866 PetscViewerFormat format; in PetscFVView_Upwind_Ascii() local 1982 PetscViewerFormat format; in PetscFVView_LeastSquares_Ascii() local
|