Rheolef
7.2
an efficient C++ finite element environment
|
input/output manipulator
The catchmark
input/output manipulator is used for defining labels associated to field
when saving them on files:
dout << catchmark("u") << uh << catchmark("w") << wh << catchmark("psi") << psih;
Then, the read is performed similarly:
din >> catchmark("u") >> uh >> catchmark("w") >> wh >> catchmark("psi") >> psih;
See also diststream
.
This documentation has been generated from file util/lib/catchmark.h