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#

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


Edit on GitLab

Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages