OutputBinary

Writes a PETSc binary file with the current variable values and the given means (or no means if PETSC_NULL).

Synopsis

PetscErrorCode OutputBinary(const char *fileName, Vec *instantMeans,
    Vec *varianceMeans)

Input parameters

fileName - The name of the file where the vectors will be written.
instantMeans - The means of the instant values of the variables.
varianceMeans - The means of the variance values of the variables.

Keywords

output, binary

See Also

OutputInitialField, OutputIntermediateField, OutputFinalField,
OutputTimeStep, OutputSILO

Level:developer
Location:
src/output.c
Index of all MICSc routines
Table of Contents for all manual pages
Index of all manual pages