@@ -6,43 +6,34 @@ Operators
66
77DPF operators provide for manipulating and transforming simulation data.
88
9- From DPF Server for Ansys 2023 R2 and later, the operators available in DPF depend on the active
9+ From DPF Server for Ansys 2023 R2 and later, the licensing logic for operators in DPF depend on the active
1010`ServerContext <https://dpf.docs.pyansys.com/api/ansys.dpf.core.server_context.html#servercontext >`_.
1111
12- The available contexts are **Entry ** and **Premium **. Click a section to discover the operators available in your context.
12+ The available contexts are **Premium ** and **Entry **.
13+ Licensed operators are marked as in the documentation using the ``license `` property.
14+ Operators with the ``license `` property as **None ** do not require a license check-out.
1315For more information about using these two contexts, see :ref: `user_guide_server_context `.
16+ Click below to access the operators documentation.
1417
15- .. grid :: 2
18+ .. grid :: 1
1619
1720 .. grid-item ::
18- .. card :: Operators (Entry)
21+ .. card :: Operators
1922 :link-type: doc
20- :link: operator_reference_entry
23+ :link: operator_reference_load
2124
22- Click here to get started with operators available in DPF Entry .
25+ Click here to get started with operators available in DPF.
2326
2427 +++
25- .. button-link :: ENTRY
28+ .. button-link :: OPEN
2629 :color: secondary
2730 :expand:
2831 :outline:
2932 :click-parent:
3033
31- .. grid-item ::
32- .. card :: Operators (Premium)
33- :link-type: doc
34- :link: operator_reference_premium
35-
36- Click here to get started with operators
37- available in DPF Premium.
38-
39- +++
40- .. button-link :: PREMIUM
41- :color: secondary
42- :expand:
43- :outline:
44- :click-parent:
4534
4635.. note ::
47- For Ansys 2023 R1 and earlier, you should use the Premium documentation.
36+ For Ansys 2023 R1 and earlier, the context is equivalent to Premium, with all operators loaded.
37+ For DPF Server 2023.2.pre0, the server context defines which operators are loaded and
38+ accessible. Use the `PyDPF-Core 0.7 operator documentation<https://dpf.docs.pyansys.com/version/0.7/operator_reference.html#> `_ to learn more.
4839 Some operators in the documentation might not be available for a particular server version.
0 commit comments