We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
See https://dpf.docs.pyansys.com/version/stable/examples/14-lsdyna/00-lsdyna_operators.html
the code snippets used to reorder the time axis data and the field data is unclear to users:
rescope_op = dpf.operators.scoping.rescope() rescope_op.inputs.fields.connect(PKE.time_freq_support.time_frequencies) rescope_op.inputs.mesh_scoping.connect(PKE[0].scoping) t_field = rescope_op.outputs.fields_as_field() t_vals = t_field.data
This needs to be reworked and clarified.
https://dpf.docs.pyansys.com/version/stable/examples/14-lsdyna/00-lsdyna_operators.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of the modifications
See https://dpf.docs.pyansys.com/version/stable/examples/14-lsdyna/00-lsdyna_operators.html
the code snippets used to reorder the time axis data and the field data is unclear to users:
This needs to be reworked and clarified.
Useful links and references
https://dpf.docs.pyansys.com/version/stable/examples/14-lsdyna/00-lsdyna_operators.html
The text was updated successfully, but these errors were encountered: