MeshSerialize

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

Synopsis

#include "mesh.h"  
int MeshSerialize(MPI_Comm comm, Mesh *mesh, PetscViewer viewer, PetscTruth store)
Collective on MPI_Comm

Input Parameters

comm - The communicator for the mesh object
viewer - The viewer context
store - This flag is PETSC_TRUE is data is being written, otherwise it will be read

Output Parameter

mesh -The mesh

Keywords

mesh, serialize

See Also

PartitionSerialize(), GridSerialize()

Level:beginner
Location:
src/mesh/interface/meshcreate.c
Index of all Mesh routines
Table of Contents for all manual pages
Index of all manual pages