SCOREC core
Parallel unstructured mesh tools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
phstream.h File Reference

The data stream API. More...

Go to the source code of this file.

Functions

rstream makeRStream ()
 make restart stream
 
void clearRStream (rstream rs)
 clear restart stream
 
void destroyRStream (rstream rs)
 detach output stream
 
grstream makeGRStream ()
 make geom-restart stream
 
void clearGRStream (grstream grs)
 clear geom-restart stream
 
void destroyGRStream (grstream grs)
 destroy geom-restart stream
 
FILE * openRStreamRead (rstream rs)
 open restart stream for reading
 
FILE * openRStreamWrite (rstream rs)
 open restart stream for writing
 
FILE * openGRStreamRead (grstream grs, const char *named)
 open named stream in geom-restart stream for reading
 
FILE * openGRStreamWrite (grstream grs, const char *named)
 open named stream in geom-restart stream for writing
 
void attachRStream (grstream grs, rstream rs)
 dev function
 

Detailed Description

The data stream API.

Remarks
This api supports the creation and destruction and manipulation of data streams as used in chefStream.cc and phastaChef.

Definition in file phstream.h.