Skip to content

Commit 274fe85

Browse files
update generated code (#2101)
Co-authored-by: PProfizi <[email protected]>
1 parent 640780c commit 274fe85

File tree

6 files changed

+13
-4
lines changed

6 files changed

+13
-4
lines changed

doc/source/_static/dpf_operators.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/ansys/dpf/core/operators/result/migrate_to_h5dpf.py

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ class migrate_to_h5dpf(Operator):
3636
num_threads: zstd (>0)}
3737
export_floats : bool, optional
3838
Converts double to float to reduce file size
39-
(default is true)
39+
(default is true).if false, nodal
40+
results are exported as double
41+
precision and elemental results as
42+
single precision.
4043
filename : str
4144
Filename of the migrated file
4245
comma_separated_list_of_results : str, optional
@@ -197,7 +200,10 @@ def _spec():
197200
type_names=["bool"],
198201
optional=True,
199202
document="""Converts double to float to reduce file size
200-
(default is true)""",
203+
(default is true).if false, nodal
204+
results are exported as double
205+
precision and elemental results as
206+
single precision.""",
201207
),
202208
0: PinSpecification(
203209
name="filename",
@@ -426,7 +432,10 @@ def export_floats(self):
426432
"""Allows to connect export_floats input to the operator.
427433
428434
Converts double to float to reduce file size
429-
(default is true)
435+
(default is true).if false, nodal
436+
results are exported as double
437+
precision and elemental results as
438+
single precision.
430439
431440
Parameters
432441
----------
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
74.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)