Home
last modified time | relevance | path

Searched refs:PetscFormatConvert (Results 1 – 6 of 6) sorted by relevance

/petsc/src/sys/objects/
H A Dgarbage.c278 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 Dex37.c26 PetscCall(PetscFormatConvert(formatstr, newformatstr)); in main()
H A Dex63.c55 PetscCall(PetscFormatConvert(" %" PetscInt64_FMT ",", text)); in PrintSet()
H A Dex62.c82 PetscCall(PetscFormatConvert(" %" PetscInt64_FMT ",", text)); in PrintSet()
/petsc/src/sys/fileio/
H A Dmprint.c101 PetscErrorCode PetscFormatConvert(const char format[], char newformat[]) in PetscFormatConvert() function
190 PetscCall(PetscFormatConvert(format, newformat)); in PetscVSNPrintf()
/petsc/include/
H A Dpetscsys.h1766 PETSC_EXTERN PetscErrorCode PetscFormatConvert(const char *, char *);