Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/gallery/quilt_ex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/gallery/ross_rift_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/gallery/wg_pp_abs4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.mathjax', 'sphinx_math_dollar']
extensions = ['sphinx.ext.mathjax', 'sphinx_math_dollar', 'sphinx_design']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
65 changes: 65 additions & 0 deletions docs/gallery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,68 @@ Gallery
.. toctree::
:maxdepth: 2
:caption: Contents:

.. grid:: 1 1 2 2
:gutter: 3

.. grid-item-card:: Flexural wave scattering
:img-top: assets/images/gallery/multiple_scattering_final_3.png
:width: 100%

**Authors:** Peter Nekrasov, Zhaosen Su, Travis Askham, Jeremy G. Hoskins

Here, chunkIE is applied to a new boundary integral formulation
of the free plate boundary condition for flexural wave propragation
in thin plates.

+++
`Read the Paper <https://doi.org/10.1016/j.jcp.2025.114355>`_

.. grid-item-card:: Linearized water wave problems
:img-top: assets/images/gallery/ross_rift_4.png
:width: 100%

**Authors:** Travis Askham, Tristan Goodwill, Jeremy G. Hoskins, Peter Nekrasov, Manas Rachh

For the image above, chunkIE (and `fmm3dbie <https://fmm3dbie.readthedocs.io>`_)
were used to compute the scattering of linearized water waves
off of a realistic ice sheet rift geometry.

+++
`Read the Paper <https://arxiv.org/abs/2510.22748>`_


.. grid-item-card:: Corrugated Helmholtz waveguides
:img-top: assets/images/gallery/matched_five_layer.png
:width: 100%

**Authors:** Fruzsina Agocs, Tristan Goodwill, Jeremy G. Hoskins

For the image above, chunkIE was used to compute the scattering off of a junction of
corrugated waveguides with embedded Neumann obstacles.

+++
`Read the Paper <https://arxiv.org/abs/2509.02951>`_

.. grid-item-card:: Large waveguide circuits
:img-top: assets/images/gallery/quilt_ex.png
:width: 100%

**Authors:** Tristan Goodwill, Shidong Jiang, Manas Rachh, Kosuke Sugita

For the image above, chunkIE was used to compute modal impedance to impeadance maps
for individual junctions. The total system was then solved using a domain-decomposition method.
+++
`Read the Paper <https://arxiv.org/abs/2509.20695>`_

.. grid-item-card:: Acoustic boundary layers
:img-top: assets/images/gallery/wg_pp_abs4.png
:width: 100%

**Authors:** Jacob Linden, Travis Askham, Jeremy G. Hoskins

In this example, chunkIE was used used to solve the Helmholtz equation with visco-thermal
boundary conditions. The geometry is inspired by the cross section of a speaker phase plug.
+++
`Read the Paper <https://arxiv.org/abs/2601.17283>`_

Loading