petsc-3.3-p7 2013-05-11

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

v - a string PetscViewer, formed by PetscViewerStringOpen()
format - the format of the input

Fortran Note

This routine is not supported in Fortran.

See Also

PetscViewerStringOpen()

Level:developer
Location:
src/sys/viewer/impls/string/stringv.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages