Skip to content

Commit 2074581

Browse files
authored
Merge branch 'master' into doc/new-tutorials-section
2 parents d9d0ae3 + 839fce6 commit 2074581

File tree

8 files changed

+22
-5
lines changed

8 files changed

+22
-5
lines changed

examples/04-advanced/14-incremental_evaluation.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2828
2929
This example shows you how to use the incremental evaluation helper.
30+
31+
.. note::
32+
This example requires DPF 6.0 (DPF 2023 R2) or above.
33+
For more information, see :ref:`ref_compatibility`.
34+
3035
"""
3136

3237
# Import necessary modules

examples/05-file-IO/00-hdf5_double_float_comparison.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
This example shows how to use HDF5 format to export and
3131
compare simple precision versus double precision.
3232
33+
.. note::
34+
This example requires DPF 6.0 (DPF 2023 R2) or above.
35+
For more information, see :ref:`ref_compatibility`.
36+
3337
"""
3438

3539
###############################################################################
@@ -82,7 +86,7 @@
8286
]
8387
###############################################################################
8488
# Export with simple precision.
85-
89+
print(files)
8690
h5op.inputs.file_path.connect(files[0])
8791
h5op.run()
8892

examples/05-file-IO/01-reduced_matrices_export.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
This example shows how to get reduced matrices and
3030
export them to HDF5 and CSV files.
3131
32+
.. note::
33+
This example requires DPF 6.0 (DPF 2023 R2) or above.
34+
For more information, see :ref:`ref_compatibility`.
35+
3236
"""
3337

3438
###############################################################################

examples/08-python-operators/00-wrapping_numpy_capabilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
be wrapped in Python plugins.
3636
3737
.. note::
38-
This example requires DPF 4.0 (Ansys 2022R2) or above.
38+
This example requires DPF 5.0 (Ansys 2023R1) or above.
3939
For more information, see :ref:`ref_compatibility`.
4040
4141
"""

examples/08-python-operators/01-package_python_operators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
- One that returns all scoping IDs having data lower than the average
4040
4141
.. note::
42-
This example requires DPF 4.0 (Ansys 2022R2) or above.
42+
This example requires DPF 5.0 (Ansys 2023R1) or above.
4343
For more information, see :ref:`ref_compatibility`.
4444
4545
"""

examples/08-python-operators/02-python_operators_with_dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
file at the given path.
4242
4343
.. note::
44-
This example requires DPF 4.0 (Ansys 2022R2) or above.
44+
This example requires DPF 6.0 (DPF 2023 R2) or above.
4545
For more information, see :ref:`ref_compatibility`.
4646
4747
"""

examples/14-lsdyna/01-lsdyna_beam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
This example provides an overview of the LS-DYNA beam results manipulations.
3030
3131
.. note::
32-
This example requires DPF 6.1 (ansys-dpf-server-2023-2-pre0) or above.
32+
This example requires DPF 8.0 (DPF 2024 R2) or above.
3333
For more information, see :ref:`ref_compatibility`.
3434
3535
"""

examples/16-maths-ops/01-matrix-operations.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
This example shows how to do some matrix operations, including basic mathematical operations (power, add and multiply by
3030
a constant, add field containers and invert) and separating and assembling fields and fields containers.
3131
32+
.. note::
33+
This example requires DPF 6.0 (DPF 2023 R2) or above.
34+
For more information, see :ref:`ref_compatibility`.
35+
3236
"""
3337

3438
###############################################################################

0 commit comments

Comments
 (0)