#include "petscviewer.h" PetscErrorCode PetscViewerBinaryWriteAll(PetscViewer viewer,const void *data,PetscInt count,PetscInt start,PetscInt total,PetscDataType dtype)Collective
viewer | - the binary viewer | |
data | - location of data | |
count | - local number of items of data to write | |
start | - local start, can be PETSC_DETERMINE | |
total | - global number of items of data to write, can be PETSC_DETERMINE | |
dtype | - type of data to write |