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
Initializing a Simulation object requires fetching the entire mesh because of Simulation._units["distance"] , see
Simulation._units["distance"]
pydpf-post/src/ansys/dpf/post/simulation.py
Line 86 in ea886a3
For large models, this makes the initialization very slow.
from ansys.dpf import post path = r"<path/to/large/model>" simulation = post.load_simulation(path)
Windows
Ansys 2024 R1
3.10
ansys-dpf-core @ git+https://[email protected]/ansys/pydpf-core.git ansys-dpf-post @ git+https://github.com/ansys/pydpf-post.git
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Before submitting the issue
Description of the bug
Initializing a Simulation object requires fetching the entire mesh because of
Simulation._units["distance"]
, seepydpf-post/src/ansys/dpf/post/simulation.py
Line 86 in ea886a3
For large models, this makes the initialization very slow.
Steps To Reproduce
Which Operating System are you using?
Windows
Which DPF/Ansys version are you using?
Ansys 2024 R1
Which Python version are you using?
3.10
Installed packages
ansys-dpf-core @ git+https://[email protected]/ansys/pydpf-core.git
ansys-dpf-post @ git+https://github.com/ansys/pydpf-post.git
The text was updated successfully, but these errors were encountered: