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 1f380a9 commit 0d615e3Copy full SHA for 0d615e3
ansys/dpf/core/custom_type_field.py
@@ -39,8 +39,8 @@ def __missing__(self, key):
39
class CustomTypeField(_FieldBase):
40
"""Represents a simulation data container with each unitary data being of a custom type.
41
When initializing the ``CustomTypeField`` class, provide a unitary data type.
42
- The ``CustomTypeField`` class gives you the ability to choose the most optimized unitary data type
43
- for a given usage, and hence, allows you to optimize memory usage.
+ The ``CustomTypeField`` class gives you the ability to choose the most optimized unitary
+ data type for a given usage, and hence, allows you to optimize memory usage.
44
45
This can be evaluated data from the :class:`Operator <ansys.dpf.core.Operator>` class
46
or created directly by an instance of this class.
0 commit comments