PetscMapGetSerializeType

Gets the map serialization type name (as a string) from the PetscMap.

Synopsis

#include "petscvec.h"  
int PetscMapGetSerializeType(PetscMap map, PetscMapSerializeType *type)
Not collective

Input Parameter

map -The map

Output Parameter

type -The map type name

Keywords

map, get, type, name

See Also

PetscMapSetSerializeType(), PetscMapCreate()

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