HMRES_writesimulation()
Writes a simulation to a file.
Syntax
int HMRES_writesimulation(char * filename);
Type
HyperMesh hmreslib Function
Description
Writes a simulation to a file.
Inputs
- filename
- The name of the file to which the results are written.
Example
Zero, if successful; otherwise, nonzero.
Use this function to write a simulation.
Errors
None.