Skip to content

Commit

Permalink
re build the doc from main
Browse files Browse the repository at this point in the history
  • Loading branch information
mlehujeur committed Feb 7, 2024
1 parent 3de670e commit 2580364
Show file tree
Hide file tree
Showing 18 changed files with 2,082 additions and 81 deletions.
Binary file modified docs/.doctrees/documentation.doctree
Binary file not shown.
Binary file modified docs/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/.doctrees/index.doctree
Binary file not shown.
Binary file modified docs/.doctrees/readme_link.doctree
Binary file not shown.
Binary file modified docs/.doctrees/tutorials.doctree
Binary file not shown.
Binary file modified docs/.doctrees/waveguicsx.doctree
Binary file not shown.
16 changes: 8 additions & 8 deletions docs/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../tutorials.html">Tutorials</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../tutorials.html#d-elastic-bar-of-square-cross-section">3D elastic bar of square cross-section</a></li>
<li class="toctree-l2"><a class="reference internal" href="../tutorials.html#d-elastic-bar-of-square-cross-section-with-parallelization">3D elastic bar of square cross-section with parallelization</a></li>
<li class="toctree-l2"><a class="reference internal" href="../tutorials.html#d-elastic-bar-of-square-cross-section-buried-into-a-pml-external-medium">3D elastic bar of square cross-section buried into a PML external medium</a></li>
<li class="toctree-l2"><a class="reference internal" href="../tutorials.html#d-elastic-bar-of-square-cross-section-buried-into-a-pml-external-medium-using-gmsh">3D elastic bar of square cross-section buried into a PML external medium using gmsh</a></li>
<li class="toctree-l2"><a class="reference internal" href="../tutorials.html#excitation-of-a-3d-elastic-bar-of-circular-cross-section">Excitation of a 3D elastic bar of circular cross-section</a></li>
<li class="toctree-l2"><a class="reference internal" href="../tutorials.html#excitation-of-a-3d-elastic-bar-of-circular-cross-section-with-parallelization">Excitation of a 3D elastic bar of circular cross-section with parallelization</a></li>
<li class="toctree-l2"><a class="reference internal" href="../tutorials.html#time-response-of-a-plate-excited-near-its-first-zgv-resonance">Time response of a plate excited near its first ZGV resonance</a></li>
<li class="toctree-l2"><a class="reference internal" href="../tutorials.html#dispersion-curves-of-a-rail">Dispersion curves of a rail</a></li>
<li class="toctree-l2"><a class="reference internal" href="../tutorials.html#three-dimensional-elastic-bar-of-square-cross-section">0. Three-dimensional elastic bar of square cross-section</a></li>
<li class="toctree-l2"><a class="reference internal" href="../tutorials.html#three-dimensional-elastic-bar-of-square-cross-section-with-parallelization">1. Three-dimensional elastic bar of square cross-section with parallelization</a></li>
<li class="toctree-l2"><a class="reference internal" href="../tutorials.html#three-dimensional-elastic-bar-of-square-cross-section-buried-into-a-pml-external-medium">2. Three-dimensional elastic bar of square cross-section buried into a PML external medium</a></li>
<li class="toctree-l2"><a class="reference internal" href="../tutorials.html#three-dimensional-elastic-bar-of-square-cross-section-buried-into-a-pml-external-medium-using-gmsh">3. Three-dimensional elastic bar of square cross-section buried into a PML external medium using gmsh</a></li>
<li class="toctree-l2"><a class="reference internal" href="../tutorials.html#excitation-of-a-three-dimensional-elastic-bar-of-circular-cross-section">4. Excitation of a three-dimensional elastic bar of circular cross-section</a></li>
<li class="toctree-l2"><a class="reference internal" href="../tutorials.html#excitation-of-a-three-dimensional-elastic-bar-of-circular-cross-section-with-parallelization">5. Excitation of a three-dimensional elastic bar of circular cross-section with parallelization</a></li>
<li class="toctree-l2"><a class="reference internal" href="../tutorials.html#time-response-of-a-two-dimensional-plate-excited-near-its-first-zgv-resonance">6. Time response of a two-dimensional plate excited near its first ZGV resonance</a></li>
<li class="toctree-l2"><a class="reference internal" href="../tutorials.html#dispersion-curves-of-a-rail">7. Dispersion curves of a rail</a></li>
</ul>
</li>
</ul>
Expand Down
32 changes: 16 additions & 16 deletions docs/_sources/tutorials.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Tutorials
=========


3D elastic bar of square cross-section
--------------------------------------
0. Three-dimensional elastic bar of square cross-section
--------------------------------------------------------

3D (visco-)elastic waveguide example.
The cross-section is a 2D square with free boundary conditions on its boundaries.
Expand All @@ -15,8 +15,8 @@ Results are compared with Euler-Bernoulli analytical solutions for the lowest wa
.. literalinclude:: ../examples/Elastic_Waveguide_SquareBar3D.py


3D elastic bar of square cross-section with parallelization
-----------------------------------------------------------
1. Three-dimensional elastic bar of square cross-section with parallelization
-----------------------------------------------------------------------------

3D (visco-)elastic waveguide example.
The cross-section is a 2D square with free boundary conditions on its 1D boundaries.
Expand All @@ -30,8 +30,8 @@ In this example:
.. literalinclude:: ../examples/Elastic_Waveguide_SquareBar3D_ParallelizedLoop.py


3D elastic bar of square cross-section buried into a PML external medium
------------------------------------------------------------------------
2. Three-dimensional elastic bar of square cross-section buried into a PML external medium
------------------------------------------------------------------------------------------

3D (visco-)elastic waveguide example.
The cross-section is a 2D square buried into a PML external elastic medium.
Expand All @@ -43,8 +43,8 @@ Results are to be compared with Fig. 8 of paper: Treyssede, Journal of Computati
.. literalinclude:: ../examples/Elastic_Waveguide_SquareBar3D_PML.py


3D elastic bar of square cross-section buried into a PML external medium using gmsh
-------------------------------------------------------------------------------------
3. Three-dimensional elastic bar of square cross-section buried into a PML external medium using gmsh
-----------------------------------------------------------------------------------------------------

3D (visco-)elastic waveguide example.
The cross-section is a 2D square buried into a PML external elastic medium.
Expand All @@ -57,8 +57,8 @@ Results are to be compared with Fig. 8 of paper: Treyssede, Journal of Computati
.. literalinclude:: ../examples/Elastic_Waveguide_SquareBar3D_PML_Gmsh.py


Excitation of a 3D elastic bar of circular cross-section
--------------------------------------------------------
4. Excitation of a three-dimensional elastic bar of circular cross-section
--------------------------------------------------------------------------

3D elastic waveguide example.
The cross-section is a 2D circle with free boundary conditions on its 1D boundaries, material: elastic steel.
Expand All @@ -69,8 +69,8 @@ Results are to be compared with Figs. 5, 6 and 7 of paper: Treyssede, Wave Motio
.. literalinclude:: ../examples/Elastic_Waveguide_CircularBar3D_ForcedResponse_Gmsh.py


Excitation of a 3D elastic bar of circular cross-section with parallelization
-----------------------------------------------------------------------------
5. Excitation of a three-dimensional elastic bar of circular cross-section with parallelization
-----------------------------------------------------------------------------------------------

3D elastic waveguide example.
The cross-section is a 2D circle with free boundary conditions on its 1D boundaries, material: elastic steel.
Expand All @@ -85,8 +85,8 @@ In this example:
.. literalinclude:: ../examples/Elastic_Waveguide_CircularBar3D_ForcedResponse_Gmsh_ParallelizedLoop.py


Time response of a plate excited near its first ZGV resonance
-------------------------------------------------------------
6. Time response of a two-dimensional plate excited near its first ZGV resonance
--------------------------------------------------------------------------------

2D (visco-)elastic waveguide example (Lamb modes in a plate excited near 1st ZGV resonance).
The cross-section is a 1D line with free boundary conditions on its boundaries.
Expand All @@ -99,8 +99,8 @@ Note: the depth direction is x, the axis of propagation is z.
.. literalinclude:: ../examples/Elastic_Waveguide_Plate2D_TransientResponse.py


Dispersion curves of a rail
---------------------------
7. Dispersion curves of a rail
------------------------------

3D elastic waveguide example.
The cross-section is a 2D rail profile (60E1, 60.21kg/m) with free boundary conditions on its 1D boundaries, material: elastic steel.
Expand Down
Loading

0 comments on commit 2580364

Please sign in to comment.