AOSetSerializeType

Sets the serialization method for the application ordering.

Synopsis

#include "petscao.h"  
int AOSetSerializeType(AO ao, AOSerializeType method)
Collective on AO

Input Parameters

ao - The AO context
method - A known method

Options Database Command

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

Notes

See "petsc/include/petscao.h" for available methods (for instance)
AO_SER_DEBUG_BINARY - Debugging ordering to binary file
AO_SER_BASIC_BINARY - Scalable ordering to binary file

Keywords

AO, set, type, serialization

Level:intermediate
Location:
src/dm/ao/interface/aoreg.c
Index of all AO routines
Table of Contents for all manual pages
Index of all manual pages