ViewerStringSPrintf

Prints information to a viewer string.

Synopsis

#include "petsc.h"  
int ViewerStringSPrintf(Viewer viewer,char *format,...)
Collective on Viewer (Hmmm, each processor maintains a seperate string)

Input Parameters

v - a string viewer, formed by ViewerStringOpen()
format - the format of the input

Fortran Note

This routine is not supported in Fortran.

Keywords

Viewer, string, printf

See Also

ViewerStringOpen()

Level:developer
Location:src/sys/src/viewer/impls/string/stringv.c
Viewer Index
Table of Contents