Introduction
DEVSIM 1.4.0 is now available for download. Please visit https://devsim.org for more information about the software. Documentation is available from https://devsim.net. Binary releases are available from:
https://github.com/devsim/devsim/releases
The devsim.custom_equation() and devsim.register_function() commands take Python functions, instead of the a string with the function name.
The following commands are available to store data on edges and element edges:
- edge_solution()
- set_edge_values()
- element_solution()
- set_element_values()