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.
1 parent cdfbe5f commit 099b76bCopy full SHA for 099b76b
src/ansys/dpf/core/examples/__init__.py
@@ -24,6 +24,7 @@
24
from .downloads import (
25
download_all_kinds_of_complexity,
26
download_modal_frame,
27
+ download_transient_result,
28
find_simple_bar,
29
find_static_rst,
30
find_complex_rst,
@@ -89,6 +90,7 @@ def __getattr__(name):
89
90
"fluid_axial_model",
91
"download_all_kinds_of_complexity",
92
"download_modal_frame",
93
+ "download_transient_result",
94
"find_simple_bar",
95
"find_static_rst",
96
"find_complex_rst",
0 commit comments