We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make it possible to specify log output for specific analysis steps. E.g.
<logfile> <node_data data="vx;z;y" node_set="Nodeset01" delim=", " file="node_data.txt"/> (only want this for analysis step 2) <element_data data="x;y;sz;syz;Ez;Eyz" elem_set="Elements01" delim=", " file="element_data.txt"/> (only want this for analysis step 1) </logfile>
From forum post.
The text was updated successfully, but these errors were encountered:
Similar to #28 , this maybe a duplicate of that issue.
Sorry, something went wrong.
No branches or pull requests
Make it possible to specify log output for specific analysis steps. E.g.
From forum post.
The text was updated successfully, but these errors were encountered: