![]() |
SCOREC core
Parallel unstructured mesh tools
|
The data stream API. More...
Go to the source code of this file.
Functions | |
| rstream | makeRStream (pcu::PCU *PCUObj) |
| make restart stream | |
| void | clearRStream (rstream rs, pcu::PCU *PCUObj) |
| clear restart stream | |
| void | destroyRStream (rstream rs, pcu::PCU *PCUObj) |
| detach output stream | |
| grstream | makeGRStream (pcu::PCU *PCUObj) |
| make geom-restart stream | |
| void | clearGRStream (grstream grs, pcu::PCU *PCUObj) |
| clear geom-restart stream | |
| void | destroyGRStream (grstream grs, pcu::PCU *PCUObj) |
| destroy geom-restart stream | |
| FILE * | openRStreamRead (rstream rs, pcu::PCU *PCUObj) |
| open restart stream for reading | |
| FILE * | openRStreamWrite (rstream rs, pcu::PCU *PCUObj) |
| open restart stream for writing | |
| FILE * | openGRStreamRead (grstream grs, const char *named, pcu::PCU *PCUObj) |
| open named stream in geom-restart stream for reading | |
| FILE * | openGRStreamWrite (grstream grs, const char *named, pcu::PCU *PCUObj) |
| open named stream in geom-restart stream for writing | |
| void | attachRStream (grstream grs, rstream rs, pcu::PCU *PCUObj) |
| dev function | |
The data stream API.
Definition in file phstream.h.
1.9.1