Searched refs:buf_const (Results 1 – 2 of 2) sorted by relevance
| /honee/src/ |
| H A D | monitor_totalkineticenergy.c | 165 const char *buf_const; in TSMonitor_TotalKineticEnergy() local 171 PetscCall(HoneeGetGitVersion(&buf_const)); in TSMonitor_TotalKineticEnergy() 172 PetscCall(PetscViewerASCIIPrintf(ctx->viewer, "# honee_git_commit: %s\n", buf_const)); in TSMonitor_TotalKineticEnergy() 175 PetscCall(PetscGetPetscDir(&buf_const)); in TSMonitor_TotalKineticEnergy() 176 PetscCall(PetscViewerASCIIPrintf(ctx->viewer, "# petsc_directory: %s\n", buf_const)); in TSMonitor_TotalKineticEnergy() 189 PetscCall(PetscViewerFileGetName(ctx->viewer, &buf_const)); in TSMonitor_TotalKineticEnergy() 190 PetscCall(PetscGetFullPath(buf_const, buf, sizeof(buf))); in TSMonitor_TotalKineticEnergy()
|
| H A D | monitor_cfl.c | 167 const char *buf_const; in TSMonitor_Cfl() local 172 PetscCall(PetscGetPetscDir(&buf_const)); in TSMonitor_Cfl() 173 PetscCall(PetscViewerASCIIPrintf(ctx->viewer, "# petsc_directory: %s\n", buf_const)); in TSMonitor_Cfl() 187 PetscCall(PetscViewerFileGetName(ctx->viewer, &buf_const)); in TSMonitor_Cfl() 188 PetscCall(PetscGetFullPath(buf_const, buf, sizeof(buf))); in TSMonitor_Cfl()
|