PetscViewerStringSPrintf#
Prints information to a PETSCVIEWERSTRING
PetscViewer
object
Synopsis#
#include "petscsys.h"
PetscErrorCode PetscViewerStringSPrintf(PetscViewer viewer, const char format[], ...)
Logically Collective on viewer
Input Parameters#
v - a string
PetscViewer
, formed byPetscViewerStringOpen()
format - the format of the input
Note#
Though this is collective each MPI rank maintains a separate string
Fortran Note#
This routine is not supported in Fortran.
See Also#
PETSCVIEWERSTRING
, PetscViewerStringOpen()
, PetscViewerStringGetStringRead()
, PetscViewerStringSetString()
Level#
developer
Location#
src/sys/classes/viewer/impls/string/stringv.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages