AOSerialize

This function stores or recreates an application ordering using a viewer for a binary file.

Synopsis

#include "petscao.h"  
int AOSerialize(MPI_Comm comm, AO *ao, PetscViewer viewer, PetscTruth store)
Collective on comm

Input Parameters

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

Output Parameter

ao -The ordering

Keywords

serialize, ordering

See Also

VecSerialize()

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