LocalVarOrderingSerialize

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

Synopsis

#include "grid.h" 
int LocalVarOrderingSerialize(Grid grid, LocalVarOrdering *order, PetscViewer viewer, PetscTruth store)
Collective on Grid

Input Parameters

grid - The grid for the ordering
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

grid vector, 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