Skip to content

Commit

Permalink
Merge branch 'feat/skin_layer' of https://github.com/pyansys/pydpf-post
Browse files Browse the repository at this point in the history
… into feat/skin_layer
  • Loading branch information
cbellot000 committed Apr 27, 2023
2 parents 7295841 + 948052a commit 1b537be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
example_path = examples.download_crankshaft()
simulation = post.load_simulation(example_path)

# for no autocompletion, this line is equivalent to:
# for auto-completion, this line is equivalent to:
simulation = post.StaticMechanicalSimulation(example_path)

# print the simulation to get an overview of what's available
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
Validate External Layer results with full Mesh
==============================================
This example displays post-processing on a mesh external layer for a static analysis.
This example displays post-processing comparisons between:
- results and mesh extracted only on external layer.
- results and mesh extracted on the entire mesh.
The external layer is the layer of solid elements with at least one facet facing the outside of
the geometry.
This feature is available for all types of Mechanical simulation, and allows you to reduce the size
Expand Down

0 comments on commit 1b537be

Please sign in to comment.