petsc-3.12.5 2020-03-29
PetscViewerStringSPrintf
Prints information to a PetscViewer string.
Synopsis
#include "petscsys.h"
PetscErrorCode PetscViewerStringSPrintf(PetscViewer viewer,const char format[],...)
Logically Collective on PetscViewer (Hmmm, each processor maintains a separate string)
Input Parameters
Fortran Note
This routine is not supported in Fortran.
See Also
PetscViewerStringOpen(), PetscViewerStringGetStringRead(), PetscViewerStringSetString(), PETSCVIEWERSTRING
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