Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 470 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 470 Bytes

Multidimensional Sum-Up Rounding -- Python and FEniCS interface

One Paragraph of project description goes here

Dependencies

cmake, python (>= 3.6), python-dev, cython, fenics

Getting Started

$ pip install hilbertcurve --user
$ mkdir build ; cd build
$ cmake ..
  • Fix unmet dependencies
$ make
$ cd ..
$ python example.py

License

This project is licensed under the MIT License -- see the LICENSE file for details.