Skip to content

rvanvenetie/stbem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This code supplements arXiv:2108.03055, where we describe an adaptive boundary element method for the heat equation.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published