8000 GitHub - XiaoxuanZhangCM/igakit: A clone from: https://bitbucket.org/dalcinl/igakit
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

XiaoxuanZhangCM/igakit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

igakit: Toolkit for IsoGeometric Analysis (IGA)

Overview

This package implements many of the NURBS routines in Piegl's book using Fortran. It provides Python bindings for these functions using f2py. Finally we provide a NURBS class which uses this functionality for the simplified, manually creation of geometry for use in isogeometric analysis.

Installation

Quick installation:

$ pip install https://bitbucket.org/dalcinl/igakit/get/master.tar.gz

Alternatively, clone the repository hosted at Bitbucket:

$ git clone https://bitbucket.org/dalcinl/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).

About

A clone from: https://bitbucket.org/dalcinl/igakit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0