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 4d4c63e commit c833ae7Copy full SHA for c833ae7
docs/source/user_guide/plotting.rst
@@ -54,15 +54,15 @@ using these values. This example extracts the nodal strain in the X direction:
54
55
First, extract the X component strain
56
57
- >>> strain = model.results.strain()
+ >>> strain = model.results.elastic_strain()
58
>>> fields = strain.outputs.fields_container()
59
>>> field = fields.select_component(0)[0]
60
>>> print(field)
61
- DPF elastic_strain_1.s Field
62
- Location: ElementalNodal
63
- Unit:
64
- Num. id(s): 8640
65
- Shape: 69120
+ DPF elastic_strain_1.s0 Field
+ Location: ElementalNodal
+ Unit:
+ 8640 entities
+ Data:1 components and 69120 elementary data
66
67
This ElementalNodal strain must be converted to nodal strain for
68
it to be plotted.
0 commit comments