#include "petscviewer.h" PetscErrorCode PetscViewerASCIIRead(PetscViewer viewer,void *data,PetscInt num,PetscInt *count,PetscDataType dtype)Only process 0 in the PetscViewer may call this
viewer | - the ascii viewer | |
data | - location to write the data | |
num | - number of items of data to read | |
datatype | - type of data to read |
count | - number of items of data actually read, or NULL |