FieldClassMapSerialize

This function stores or recreates a field class map using a viewer for a binary file.

Synopsis

#include "grid.h" 
int FieldClassMapSerialize(MPI_Comm comm, FieldClassMap *map, PetscViewer viewer, PetscTruth store)
Collective on MPI_Comm

Input Parameters

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

Output Parameter

map -The map

Keywords

class, field class, class map, serialize

See Also

MeshSerialize(), GridSerialize()

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