Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
PipKat committed Nov 6, 2023
1 parent 62a78ce commit f70947e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/gallery/01_bracket_scaffold.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
# Use keyboard shortcuts to switch between
# the surface (``s``) and wireframe (``w``) representations.
# Color code for edge connectivity:
#
#
# - Red: free
# - Black: double
# - Purple: triple
Expand Down
11 changes: 6 additions & 5 deletions examples/gallery/09_multi_layer_quad_mesh_pcb.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Meshing a generic PCB geometry with multiple hexa layers
========================================================
**Summary**: This example demostrates how to set the base mesh size and number of
**Summary**: This example demonstrates how to set the base mesh size and number of
layers for each solid in a generic PCB geometry and then generate a mesh.
Objective
Expand All @@ -19,9 +19,9 @@
The following image provides a snapshot of the Discovery tree to help you to understand the model's
organization. Share topology in Discovery/SpaceClaim guarantees the generation of a conformal mesh
between the solids. Named selections of edges allow you to specify the number of mesh elements to generate
along the sweep direction. To simplify the process and enhance convenience, this example uses multiple
meshing utilities provided in the ``lucid`` class.
between the solids. Named selections of edges allow you to specify the number of mesh elements to
generate along the sweep direction. To simplify the process and enhance convenience, this example
uses multiple meshing utilities provided in the ``lucid`` class.
.. image:: ../../../images/multi_layer_quad_mesh_pcb.png
:align: center
Expand All @@ -46,7 +46,8 @@
- Import the fundamental libraries that are necessary to run the script.
- Launch an Ansys Prime Server instance and instantiate the meshing utilities from the ``lucid``
class.
- Define the main mesh parameters, which are the base size and number of layers along the sweep direction.
- Define the main mesh parameters, which are the base size and number of layers along the
sweep direction.
- Import the CAD geometry.
- Define the edge sizing along the sweep direction (based on pre-existing edges named
selections).
Expand Down

0 comments on commit f70947e

Please sign in to comment.