PetscMapSetSerializeType

Sets the serialization method for the map.

Synopsis

#include "petscvec.h"  
int PetscMapSetSerializeType(PetscMap map, PetscMapSerializeType method)
Collective on PetscMap

Input Parameters

map - The PetscMap object
method - The map serialization type name

Options Database Command

-map_serialize_type <method> -Sets the method; use -help for a list of available methods (for instance, seq_binary)

Notes

See "petsc/include/petscvec.h" for available methods (for instance)
MAP_SER_SEQ_BINARY - Sequential map to binary file
MAP_SER_MPI_BINARY - MPI map to binary file

Keywords

PetscMap, set, type, serialization

Level:intermediate
Location:
src/vec/interface/mapreg.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages