PyTorch powered Finite Elements
Warning: Work in progress.
- Python 3.7+
Install it directly into an activated virtual environment:
pip install vibrant
or add it to your Poetry project:
poetry add vibrant
After installation, the package can imported:
$ python
>>> import vibrant
>>> vibrant.__version__