PetscErrorCode WriteMultivar(DBfile *output, const char * varName, PetscInt numSubVars, char **subVarNames, PetscReal **array)
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. |
Level:developer
Location:src/output.c
Index of all MICSc routines
Table of Contents for all manual pages
Index of all manual pages