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.
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.