Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 761 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 761 Bytes

An adaptive space-time boundary element method for the heat equation

This repository contains the implementation that was used to generate the numerics in arXiv:2108.03055, where we describe an adaptive boundary element method for the heat equation. The implementation is done in Python3 and uses multithreading.

Run instructions

The main file is example.py, see also the run flags inside the source code. For example, running our smooth example on the unit square with anisotropic refinement, is done by:

python3 example.py --problem Smooth --domain UnitSquare --refinement anisotropic --theta 0.9

The tests can be run using pytest.

pytest

License

This project is licensed under the terms of the MIT license.