You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -76,7 +70,8 @@ To reach the project support team, email [[email protected]](mailto:pyansys
76
70
77
71
PyDPF-Core requires DPF to be available. You can either have a compatible Ansys version installed
78
72
or install the standalone ``ansys-dpf-server`` server package. For more information, see
79
-
[Getting Started with DPF Server](https://dpf.docs.pyansys.com/version/stable/user_guide/getting_started_with_dpf_server.html) in the PyDPF-Core documentation.
73
+
[Getting Started with DPF Server](https://dpf.docs.pyansys.com/version/stable/user_guide/getting_started_with_dpf_server.html)
74
+
in the PyDPF-Core documentation.
80
75
81
76
For the compatibility between PyDPF-Core and Ansys, see
82
77
[Compatibility](https://dpf.docs.pyansys.com/version/stable/getting_started/compatibility.html) in
@@ -174,3 +169,13 @@ remote or local DPF instance, use the ``connect_to_server`` method:
174
169
175
170
Once connected, this connection remains for the duration of the
176
171
module. It closes when you exit Python or connect to a different server.
172
+
173
+
## License and acknowledgments
174
+
175
+
PyDPF-Core is licensed under the MIT license. For more information, see the
Visualisation is ensured by VTK and leverage of `PyVista tools
45
+
Visualisation is ensured by VTK and leverages `PyVista tools
46
46
<https://docs.pyvista.org>`_.
47
47
48
48
Using the many DPF operators that are available, you can manipulate and
@@ -112,46 +112,51 @@ Accessing and enriching DPF capabilities
112
112
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
113
113
114
114
Most of the DPF capabilities can be accessed using the operators.
115
-
For more information about the existing operators, see the **Operators** tab.
115
+
For more information, see :ref:`_ref_dpf_operators_reference`.
116
116
117
-
The following sections are summaries. For more detailed content, see :ref:`user_guide_waysofusing`.
117
+
The following sections are summaries. For more information, see :ref:`user_guide_waysofusing`.
118
118
119
119
**Accessing DPF Server files**
120
120
121
-
DPF capabilities are accessible when DPF Server files are available. These files can be accessed using:
121
+
DPF capabilities are accessible when DPF Server files are available. These files can be accessed using
122
+
the **Ansys installer** and **DPF Server**.
122
123
123
-
- The **Ansys installer**. To use it, download the standard installation using your preferred distribution channel,
124
-
and install Ansys following the installer instructions. For information on getting a licensed copy of Ansys,
125
-
visit the `Ansys website <https://www.ansys.com/>`_.
124
+
- To use the Ansys installer, download the standard Ansys installation using your preferred
125
+
distribution channel, and install Ansys following the installer instructions. For information
126
+
on getting a licensed copy of Ansys, visit the `Ansys website <https://www.ansys.com/>`_.
126
127
127
-
- The DPF Server package (see :ref:`ref_getting_started_with_dpf_server`).
128
-
It is independent of the Ansys installer.
128
+
- The DPF Server package is independent of the Ansys installer. For more information, see
129
+
:ref:`ref_getting_started_with_dpf_server`.
129
130
130
131
**Accessing capabilities with scripting**
131
132
132
133
- C++ documentation:
133
134
134
-
1. The Data Processing Framework section in `Platform panel <https://ansysapi.ansys.com/account/secured?returnurl=/Views/Secured/main_page.html?lang=en>`_.
135
+
- On the `Developer Documentation <https://developer.ansys.com/docs>`_page of the Ansys Developer portal,
136
+
see **Data Processing Framework (DPF)**.
135
137
136
-
2. The Data Processing Framework section in `Developer Portal <https://developer.ansys.com/docs>`_
- `Python Result <https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/v231/en/wb_sim/ds_python_result.html>`_
150
+
in the *Mechanical User's Guide*.
149
151
150
152
**Enriching DPF capabilities**
151
153
152
-
- C++ operator's library (see "DPF/USER GUIDE" section of `C++ documentation <https://developer.ansys.com/docs>`_)
154
+
- `User guide <https://developer.ansys.com/product/DPF-C-Client-Library-2023-R2/modules.xhtml>`_ in the *DPF C++ Client Library*
155
+
156
+
- :ref:`user_guide_custom_operators` in the PyDPF-Core documentation
157
+
158
+
- `How to write a new solver reader as a PDF plugin <https://astonishing-hyacinth-e64.notion.site/How-to-write-a-new-solver-reader-as-a-DPF-s-plugin-bd2d2a3cf51f47ef9e70df45d64f89cb>`_
0 commit comments