Skip to content

Tutorials and exercises for learning to use Bempp-cl for problems in acoustics. Adapted for ASSA (Autumn School Series in Acoustics) Eindhoven 2024

License

Notifications You must be signed in to change notification settings

jahargreaves/bempp-acoustic-tutorials-assa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bempp acoustics exercises

This repository contains tutorials and exercises designed to show you how to use Bempp to solve problems in acoustics. It has been prepared for the ASSA Autumn School Series in Acoustics 2024, which included a Computational Acoustics stream with a day on Boundary Element Method taught by Dr Jonathan A. Hargreaves. It is a subset of the materials in this reposity, which was prepared with Matthew Scroggs for the EAA / UKAN Computational Acoustics Summer School in 2021.

They have all been created in Jupyter Notebooks, which allow you to see code, explanation and results all alongside.

You can view these tutorials and exercises on nbviewer without needing to install Bempp. But if you wish to make any edits yourself, as is required to undertake the exercises, then you'll need to install Bempp and either clone the repository or download the code (achieved via the green Code button above right).

Contents

Notation differences between these tutorials and the Bempp documentation

The bempp website includes a handbook, which gives an introduction to how the library operates, and automatically generated full Python documentation, which is useful for looking up specific details once you already understand the main principles for using Bempp. But that documentation uses a different operator notation to what is used in these tutorials, which follow the Jonathan Hargreaves's slides from the summer school.

Here is a summary of the differences:

Operator Notation used herein Notation used in Bempp documentation
Identity I Id
Single layer S V
Double layer D K
Adjoint double layer A K'
Hypersingular H W

About

Tutorials and exercises for learning to use Bempp-cl for problems in acoustics. Adapted for ASSA (Autumn School Series in Acoustics) Eindhoven 2024

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%