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

Parse triple-indexed objects #21930

Closed
miaoyinb opened this issue Aug 25, 2022 · 2 comments
Closed

Parse triple-indexed objects #21930

miaoyinb opened this issue Aug 25, 2022 · 2 comments
Labels
T: task An enhancement to the software.

Comments

@miaoyinb
Copy link
Contributor

Reason

Triple indexed arrays have been found necessary to keep a clear input syntax for some classes such as #21854.

Design

First it will require update in libMesh to enable 3D vector as print_helper()'s argument. libMesh/libmesh#3380

Then, Parser.C needs to be updated to cover triple-indexed arrays. (similar to #6459)

Impact

Clearer input syntax.

@YaqiWang
Copy link
Contributor

In extreme cases, I suggest to have your own parsing function inside the object. The parameter can be in type of a plain string.

miaoyinb added a commit to miaoyinb/moose that referenced this issue Aug 25, 2022
miaoyinb added a commit to miaoyinb/moose that referenced this issue Aug 25, 2022
@miaoyinb
Copy link
Contributor Author

In extreme cases, I suggest to have your own parsing function inside the object. The parameter can be in type of a plain string.

A triple indexed array is still not that complex. But I agree that your suggestion could be a good approach for future extreme scenarios.

miaoyinb added a commit to miaoyinb/moose that referenced this issue Aug 26, 2022
miaoyinb added a commit to miaoyinb/moose that referenced this issue Aug 26, 2022
miaoyinb added a commit to miaoyinb/moose that referenced this issue Aug 26, 2022
miaoyinb added a commit to miaoyinb/moose that referenced this issue Aug 30, 2022
miaoyinb added a commit to miaoyinb/moose that referenced this issue Aug 30, 2022
miaoyinb added a commit to miaoyinb/moose that referenced this issue Aug 30, 2022
miaoyinb added a commit to miaoyinb/moose that referenced this issue Aug 30, 2022
miaoyinb added a commit to miaoyinb/moose that referenced this issue Sep 3, 2022
miaoyinb added a commit to miaoyinb/moose that referenced this issue Sep 3, 2022
miaoyinb added a commit to miaoyinb/moose that referenced this issue Sep 3, 2022
miaoyinb added a commit to miaoyinb/moose that referenced this issue Sep 3, 2022
miaoyinb added a commit to miaoyinb/moose that referenced this issue Sep 13, 2022
miaoyinb added a commit to miaoyinb/moose that referenced this issue Sep 13, 2022
miaoyinb added a commit to miaoyinb/moose that referenced this issue Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: task An enhancement to the software.
Projects
None yet
Development

No branches or pull requests

2 participants