GMatSerialize

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

Synopsis

#include "gvec.h" 
int GMatSerialize(Grid grid, GMat *m, 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

m -The grid matrix

Keywords

grid vector, serialize

See Also

GridSerialize()

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