- README
- DIRECTORY
- DEMO
Bounding eigenvalue for the Laplacian by using the finite element method
Abstract of the project
This project shows how to apply the conforming and non-conforming FEMs to obtain explicit lower and upper bounds for the eigenvalues of the Laplacian.
Code structure
There are two cases of numerical computation. In each case folder, there are pre-prepared meshes.
- Unit square domain. The eigenvalue problem on this domain has a closed-form expression and the estimated eigenvalue bounds are compared with the exact ones directly.
- L-shaped domain. For this domain, there is no closed-form expression for the eigenvalues and there are eigenfunctions missing the $H^2$-regularity. For this case, the conforming FEM and the Crouzeix-Raviart FEM are used to obtain upper and lower bounds, respectively.
How to run the code
Open file EigenvalueBounds.ipynb
and run the cells.
Last updated: August 8, 2024
About the directory
Folders or files beginning with a dot are not displayed by default.
Virtual Machine Setting
Warning!
You are starting the virtual machine as a visitor to current project. As a visitor, you can change files in the booted virtual machine, but the changed files will be aborted when the server is shut down.