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

3D Vector Argument for libMesh::print_helper() #3380

Closed
miaoyinb opened this issue Aug 25, 2022 · 0 comments · Fixed by #3381
Closed

3D Vector Argument for libMesh::print_helper() #3380

miaoyinb opened this issue Aug 25, 2022 · 0 comments · Fixed by #3381

Comments

@miaoyinb
Copy link
Contributor

libMesh::print_helper() is used by MOOSE for parsing input files. Recently, triple indexed/separated fields were found needed in MOOSE input syntax. To make that happen, libMesh::print_helper(std::ostream & os, const std::vector<std::vector<std::vector<P> >>* param) is needed.

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

Successfully merging a pull request may close this issue.

1 participant