File tree 6 files changed +13
-7
lines changed
doc/source/user_guide/tutorials/plot
6 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Plotting data on a graph
9
9
.. |MeshedRegion | replace :: :class: `MeshedRegion <ansys.dpf.core.meshed_region.MeshedRegion> `
10
10
.. |Model | replace :: :class: `Model <ansys.dpf.core.model.Model> `
11
11
.. |mapping | replace :: :class: `mapping <ansys.dpf.core.operators.mapping.on_coordinates.on_coordinates> `
12
+ .. |Examples | replace :: :mod: `Examples<ansys.dpf.core.examples> `
12
13
13
14
This part shows how to get a result plotted on a graph.
14
15
@@ -29,7 +30,7 @@ be defined check the :ref:`ref_plotting_data_on_specific_placements` tutorial.
29
30
Define the data
30
31
^^^^^^^^^^^^^^^
31
32
32
- We will download a simple simulation result file available in our ` Examples ` package:
33
+ We will download a simple simulation result file available in our | Examples | package:
33
34
34
35
.. jupyter-execute ::
35
36
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ Plotting data on deformed mesh
8
8
.. |MeshedRegion | replace :: :class: `MeshedRegion <ansys.dpf.core.meshed_region.MeshedRegion> `
9
9
.. |Field | replace :: :class: `Field<ansys.dpf.core.field.Field> `
10
10
.. |FieldsContainer | replace :: :class: `FieldsContainer<ansys.dpf.core.fields_container.FieldsContainer> `
11
- .. |MeshesContainer | replace :: :class: `MeshesContainer <ansys.dpf.core.meshes_container.MeshesContainer> `,
11
+ .. |MeshesContainer | replace :: :class: `MeshesContainer <ansys.dpf.core.meshes_container.MeshesContainer> `
12
+ .. |Examples | replace :: :mod: `Examples<ansys.dpf.core.examples> `
12
13
13
14
This tutorial shows how to plot data on the deformed mesh. For more detailed information on plotting data
14
15
check the :ref: `ref_plotting_data_on_the_mesh ` tutorial.
@@ -17,7 +18,7 @@ Define the data
17
18
---------------
18
19
19
20
In this tutorial we will download a simulation result file available
20
- in our `` Examples `` package:
21
+ in our | Examples | package:
21
22
22
23
.. jupyter-execute ::
23
24
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Plot data on geometry elements
14
14
.. |Points | replace :: :class: `Points <ansys.dpf.core.geometry.Points> `
15
15
.. |Plane | replace :: :class: `Plane <ansys.dpf.core.geometry.Plane> `
16
16
.. |mapping | replace :: :class: `mapping <ansys.dpf.core.operators.mapping.on_coordinates.on_coordinates> `
17
+ .. |Examples | replace :: :mod: `Examples<ansys.dpf.core.examples> `
17
18
18
19
This tutorials shows how to get a result mapped over different geometric objects:
19
20
@@ -24,7 +25,7 @@ This tutorials shows how to get a result mapped over different geometric objects
24
25
Define the data
25
26
---------------
26
27
27
- We will download a simple simulation result file available in our ` Examples ` package:
28
+ We will download a simple simulation result file available in our | Examples | package:
28
29
29
30
.. jupyter-execute ::
30
31
Original file line number Diff line number Diff line change @@ -14,13 +14,14 @@ Plotting data on a specific path
14
14
.. |Points | replace :: :class: `Points <ansys.dpf.core.geometry.Points> `
15
15
.. |Plane | replace :: :class: `Plane <ansys.dpf.core.geometry.Plane> `
16
16
.. |mapping | replace :: :class: `mapping <ansys.dpf.core.operators.mapping.on_coordinates.on_coordinates> `
17
+ .. |Examples | replace :: :mod: `Examples<ansys.dpf.core.examples> `
17
18
18
19
This tutorial shows how to get a result mapped over a specific path and how to plot it.
19
20
20
21
Define the data
21
22
---------------
22
23
23
- We will download a simple simulation result file available in our ` Examples ` package:
24
+ We will download a simple simulation result file available in our | Examples | package:
24
25
25
26
.. jupyter-execute ::
26
27
Original file line number Diff line number Diff line change @@ -15,14 +15,15 @@ Plotting data on the mesh
15
15
.. |show_figure | replace :: :func: `show_figure()<ansys.dpf.core.plotter.DpfPlotter.show_figure> `
16
16
.. |Field | replace :: :class: `Field<ansys.dpf.core.field.Field> `
17
17
.. |FieldsContainer | replace :: :class: `FieldsContainer<ansys.dpf.core.fields_container.FieldsContainer> `
18
+ .. |Examples | replace :: :mod: `Examples<ansys.dpf.core.examples> `
18
19
19
20
This tutorial shows how to plot data on its supporting mesh by different approaches.
20
21
21
22
Define the data
22
23
---------------
23
24
24
25
In this tutorial we will download a simulation result file available
25
- in our `` Examples `` package:
26
+ in our | Examples | package:
26
27
27
28
.. jupyter-execute ::
28
29
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Plotting meshes
13
13
.. |DpfPlotter | replace :: :class: `DpfPlotter<ansys.dpf.core.plotter.DpfPlotter> `
14
14
.. |add_mesh | replace :: :func: `add_mesh()<ansys.dpf.core.plotter.DpfPlotter.add_mesh> `
15
15
.. |show_figure | replace :: :func: `show_figure()<ansys.dpf.core.plotter.DpfPlotter.show_figure> `
16
+ .. |Examples | replace :: :mod: `Examples<ansys.dpf.core.examples> `
16
17
17
18
DPF-Core has a variety of plotting methods for generating 3D plots of
18
19
Ansys models directly from Python. These methods use VTK and leverage
@@ -29,7 +30,7 @@ The mesh object in DPF is a |MeshedRegion|. You can plot a |MeshedRegion| or a
29
30
|MeshesContainer |, that is a collection of |MeshedRegion |.
30
31
31
32
In this tutorial we will download a pontoon simulation result file available in
32
- our ` Examples ` package:
33
+ our | Examples | package:
33
34
34
35
.. jupyter-execute ::
35
36
You can’t perform that action at this time.
0 commit comments