VarOrderingSerialize

This function stores or recreates a variable ordering using a viewer for a binary file.

Synopsis

#include "grid.h" 
int VarOrderingSerialize(FieldClassMap map, VarOrdering *order, PetscViewer viewer, PetscTruth store)
Collective on Grid

Input Parameter

map - The class map
viewer - The viewer context
store - This flag is PETSC_TRUE is data is being written, otherwise it will be read

Output Parameter

order -The ordering

Keywords

variable ordering, serialize

See Also

GridSerialize()

Level:beginner
Location:
src/grid/interface/varorder.c
Index of all Grid routines
Table of Contents for all manual pages
Index of all manual pages