GVecSerialize

This function stores or recreates a grid vector using a viewer for a binary file.

Synopsis

#include "gvec.h" 
int GVecSerialize(Grid grid, GVec *v, PetscViewer viewer, PetscTruth store)

Input Parameters

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

Output Parameter

v -The grid vector

Keywords

grid vector, serialize

See Also

GridSerialize()

Level:beginner
Location:
src/gvec/interface/gvec.c
Index of all GVec routines
Table of Contents for all manual pages
Index of all manual pages