Skip to content

Commit bcdd76a

Browse files
committed
Add behavior explanations
1 parent d18b54d commit bcdd76a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/source/user_guide/tutorials/plot/plot_mesh_scopings.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@ This tutorial shows different commands for plotting mesh entities targeted by me
1111

1212
A mesh scoping is a |Scoping| with a location related to mesh entities.
1313

14+
The entities shown correspond to the intersection of the IDs in the scoping of the mesh
15+
and the IDs in the provided scoping.
16+
17+
If the scoping and the mesh do not have entity IDs in common, nothing is shown.
18+
19+
For example, a scoping on elements associated to a mesh without elements results in an empty plot.
20+
21+
A scoping on node IDs 1 to 2 associated to a mesh whose node IDs start at 3
22+
results in an empty plot.
23+
24+
.. note::
25+
26+
Scopings of faces are not supported.
27+
1428
PyDPF-Core has a variety of plotting methods for generating 3D plots with Python.
1529
These methods use VTK and leverage the `PyVista <https://github.com/pyvista/pyvista>`_ library.
1630

0 commit comments

Comments
 (0)