Searched refs:PetscFormatConvert (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/sys/objects/ |
| H A D | garbage.c | 278 PetscCall(PetscFormatConvert("Total entries: %" PetscInt_FMT "\n", text)); in PetscGarbageView() 286 …PetscCall(PetscFormatConvert("| %5" PetscInt64_FMT " | %-22s | %-32s | %6" PetscInt_FMT " |\n",… in PetscGarbageView()
|
| /petsc/src/sys/tests/ |
| H A D | ex37.c | 26 PetscCall(PetscFormatConvert(formatstr, newformatstr)); in main()
|
| H A D | ex63.c | 55 PetscCall(PetscFormatConvert(" %" PetscInt64_FMT ",", text)); in PrintSet()
|
| H A D | ex62.c | 82 PetscCall(PetscFormatConvert(" %" PetscInt64_FMT ",", text)); in PrintSet()
|
| /petsc/src/sys/fileio/ |
| H A D | mprint.c | 101 PetscErrorCode PetscFormatConvert(const char format[], char newformat[]) in PetscFormatConvert() function 190 PetscCall(PetscFormatConvert(format, newformat)); in PetscVSNPrintf()
|
| /petsc/include/ |
| H A D | petscsys.h | 1766 PETSC_EXTERN PetscErrorCode PetscFormatConvert(const char *, char *);
|