The documentation in equation_systems.h explains this:
/**
* Write the systems to disk using the XDR data format.
* This format allows for machine-independent binary output.
*
* Set the writing properties using the EquationSystems::WriteFlags
* enumeration. Set which section
Dear all,
I have a questions about XDR IO. When I write an XDR file using something like:
equation_system.write(xdr_file_name.str(), EquationSystems::WRITE_DATA |
EquationSystems::WRITE_ADDITIONAL_DATA);
does it write a binary/A