OutputSILO

Appends the current variable values and the given means (or no means if PETSC_NULL) to the output SILO file.

Synopsis

PetscErrorCode OutputSILO(const char* path, Vec *instantMeans,
    Vec *varianceMeans)

Input parameters

path - The path inside the SILO 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, SILO

See Also

OutputInitialField, OutputIntermediateField, OutputFinalField,
OutputTimeStep, OutputBinary

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