Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Case sensitivity of input parameters. #42

Open
chu-k opened this issue Sep 27, 2022 · 2 comments
Open

Case sensitivity of input parameters. #42

chu-k opened this issue Sep 27, 2022 · 2 comments

Comments

@chu-k
Copy link

chu-k commented Sep 27, 2022

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.

@MRezaYaghoobi
Copy link
Contributor

We put this in our to-do list! I'll update you as we solve this issue.

@chu-k
Copy link
Author

chu-k commented Sep 28, 2022

Thanks, Reza!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants