Skip to content

girving/igakit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

igakit: Toolkit for IsoGeometric Analysis (IGA)

Overview

XXX To be written ...

Installation

Clone the Mercurial repository hosted at Bitbucket :

$ hg clone https://bitbucket.org/dalcinl/igakit

Alternatively, download the code as a tarball and unpack it:

$ curl -O https://bitbucket.org/dalcinl/igakit/get/default.tar.gz
$ tar -zxf default.tar.gz
$ mv dalcinl-igakit-XXXXXXXXXXXX igakit

Enter the top level directory, next build and install the package using the standard distutils's setup.py script:

$ cd igakit
$ python setup.py install --user

Acknowledgments

This project was partially supported by the Center for Numerical Porous Media, Division of Computer, Electrical, and Mathematical Sciences & Engineering (CEMSE), King Abdullah University of Science and Technology (KAUST).