Skip to content

A Python library for shape UQ based on Bempp 3.3.4

License

Notifications You must be signed in to change notification settings

pescap/bempp-uq

Repository files navigation

Bempp-UQ

A Python package on top of Bempp 3.3.4 to perform shape UQ.

Installation

python -m venv .venv
source .venv/bin/activate

pip install -r requirements.txt
pip install -e .

pre-commit

pre-commit install

Cite this work:

If you use this data or code for academic research, you are encouraged to cite the following paper:

@article{escapil2023shape,
  title={Shape Uncertainty Quantification for Electromagnetic Wave Scattering via First-Order Sparse Boundary Element Approximation},
  author={Escapil-Inchausp{\'e}, Paul and Jerez-Hanckes, Carlos},
  journal={arXiv preprint arXiv:2308.01457},
  year={2023}
}

Questions

To get help on how to use the data or code, simply open an issue in the GitHub "Issues" section.

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.