You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 months ago | |
|---|---|---|
| .. | ||
| .vscode | 2 months ago | |
| build | 2 months ago | |
| docs | 3 months ago | |
| libraries | 3 months ago | |
| src | 2 months ago | |
| Geometry.cpython-39-x86_64-linux-gnu.so | 2 months ago | |
| Makefile | 3 months ago | |
| PRE_SETUP | 3 months ago | |
| README.rst | 3 months ago | |
| SETUP | 3 months ago | |
| SingaporeVersion.py | 3 months ago | |
README.rst
Geometry
This repository contains code for the Geometry library, which is available both as a C++ library and a Python module. The documentation is up here.
Building
All that is required is a working Python installation. First, clone the repository
$ git clone https://git.acem.ece.illinois.edu/gonzalo9/HybridMesher.git
$ cd HybridMesherYou may also need to install a few other tools, such as m4 and cmake if they are not already installed. A new version of cmake is needed. Next, we build the dependencies by running
$ ./PRE_SETUP
$ ./SETUPLastly, you can build the Python module by running the Makefile
$ make pythonDocumentation
To build the documentation, you simply only need to run the Makefile
$ make docs