Searched refs:outstring (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/vec/vec/tutorials/ ! |
| H A D | ex6f.F90 | 18 character(len=256) :: outstring 75 write (outstring, '(a,i2.2,a)') 'reading data in binary from input.dat, sz =', sz, ' ...\n' 76 PetscCallA(PetscPrintf(PETSC_COMM_SELF, trim(outstring), ierr))
|
| /petsc/src/ml/regressor/tests/ ! |
| H A D | ex3.c | 45 const char *outstring; in TestRegressorViews() local 49 PetscCall(PetscViewerStringGetStringRead(stringviewer, &outstring, NULL)); in TestRegressorViews() 50 …PetscCheck((char *)outstring == (char *)string, PETSC_COMM_WORLD, PETSC_ERR_PLIB, "String returned… in TestRegressorViews() 51 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "Output from string viewer:%s\n", outstring)); in TestRegressorViews()
|
| /petsc/src/ts/tutorials/ ! |
| H A D | ex3.c | 243 const char *outstring; in main() local 247 PetscCall(PetscViewerStringGetStringRead(stringviewer, &outstring, NULL)); in main() 248 …PetscCheck((char *)outstring == (char *)string, PETSC_COMM_WORLD, PETSC_ERR_PLIB, "String returned… in main() 249 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "Output from string viewer:%s\n", outstring)); in main()
|