This repository serve as a backup for my Maxwell-TD code
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.
 
 
 
 
 
 
Qi Jian Lim 2b3e53644f Backup After Fixing Port Excitation 1 week ago
..
.vscode Backup After Fixing Port Excitation 1 week ago
build Backup After Fixing Port Excitation 1 week ago
docs Fix: add HybridMesher as normal source folder (not submodule) 4 weeks ago
libraries Fix: add HybridMesher as normal source folder (not submodule) 4 weeks ago
src Backup After Fixing Port Excitation 1 week ago
Geometry.cpython-39-x86_64-linux-gnu.so Backup After Fixing Port Excitation 1 week ago
Makefile Fix: add HybridMesher as normal source folder (not submodule) 4 weeks ago
PRE_SETUP Fix: add HybridMesher as normal source folder (not submodule) 4 weeks ago
README.rst Fix: add HybridMesher as normal source folder (not submodule) 4 weeks ago
SETUP Fix: add HybridMesher as normal source folder (not submodule) 4 weeks ago
SingaporeVersion.py Fix: add HybridMesher as normal source folder (not submodule) 4 weeks 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 HybridMesher

You 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
$ ./SETUP

Lastly, you can build the Python module by running the Makefile

$ make python

Documentation

To build the documentation, you simply only need to run the Makefile

$ make docs