Metadata-Version: 2.4
Name: ddfem
Version: 1.0.0
Summary: Diffuse domain finite element solver
Author-email: Luke Benfield <luke.benfield@warwick.ac.uk>, Andreas Dedner <a.s.dedner@warwick.ac.uk>
License-Expression: MIT
Project-URL: Homepage, https://...
Project-URL: Issues, https://...
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fenics-ufl>=2022
Dynamic: license-file

# Diffuse Domain Finite Element Methods

This is a package for solving complex PDEs based on the diffuse domain idea.

Build package by running

```bash
python3 -m build
```
