Metadata-Version: 2.1
Name: snek5000-tgv
Version: 0.1.0
Summary: Taylor-Green vortex
Home-page: UNKNOWN
License: ...
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: snek5000 (>=0.8.0rc1)

# Snek5000 solver for DNS of Taylor-Green Vortices (TGV)

This [Snek5000] solver demonstrate how to write a solver for a particular usecase taken
from the [NekExamples repo]. Something completely different than a high speed train...

## Install

```bash
pip install snek5000-tgv
```

For more details, see https://snek5000.readthedocs.io/en/latest/install.html

[nekexamples repo]: https://github.com/Nek5000/NekExamples/tree/master/tgv
[snek5000]: https://github.com/snek5000/snek5000


