plasticity
plasticity copied to clipboard
Case sensitivity of input parameters.
PRISMS crashes on incorrectly capitalized input lines. The capitalization patterns seem to be somewhat arbitrary, for example:
"Order of finite elements" "Write Mesh To EPS" "Output Equivalent strain" "periodic Tabular time" "Tabular Periodic Time Table"
It would be nice to not need to worry about these rules when writing input files. Possibly a simple fix to just sanitize (tolower) before comparison to valid commands set.
We put this in our to-do list! I'll update you as we solve this issue.
Thanks, Reza!