WriteMultivar

Writes a variable with more than one degree of freedom (such as velocity) to the output SILO file. Uses DBPutQuadvar from SILO.

Synopsis

PetscErrorCode WriteMultivar(DBfile *output, const char * varName,
    PetscInt numSubVars, char **subVarNames, PetscReal **array)

Input parameters

output - Pointer to the output SILO file.
varName - Name of the variable
numSubVars - Number of subvariables (degrees of freedom).
subVarNames - The name of the subvariables.
array - Array with the values of the variable.

Keywords

output, SILO, multivar

See Also

OutputSILO

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