Metadata-Version: 2.4
Name: ddfem
Version: 1.0.2
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.2.0
Requires-Dist: numpy
Dynamic: license-file

# Diffuse Domain Finite Element Methods

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

[Documentation][0]

[0]: https://ddfem.readthedocs.io/en/latest/index.html
