PetscObjectChangeSerializeName

Changes the serializer name.

Synopsis

#include "petsc.h"   
int PetscObjectChangeSerializeName(PetscObject obj, char *serialize_name)
Not Collective

Input Parameters

obj - The PETSc object, for example a Vec, Mat or KSP.
serialize_name - The string containing a serializer name

Note

This works for any PETSc object, and thus must be cast with a (PetscObject).

Keywords

changing serializers

See Also

PetscObjectChangeTypeName()

Level:intermediate
Location:
src/sys/src/objects/pname.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages