TSSerialize

This function stores or recreates a timestepper using a viewer for a binary file.

Synopsis

#include "petscts.h"  
int TSSerialize(MPI_Comm comm, TS *ts, PetscViewer viewer, PetscTruth store)
Collective on MPI_Comm

Input Parameters

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

Output Parameter

ts -The ts

Keywords

TS, serialize

See Also

PartitionSerialize(), TSSerialize()

Level:beginner
Location:
src/ts/interface/tscreate.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages