Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 625 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 625 Bytes

femToybox

femToybox is a package for assembling finite-element matrices for 1-D problems written in python.

Installation:

femToybox is built using the Numpy linear algebra package, and the SciPy scientific computing package. Many of the examples make use of the Matplotlib plotting library as well. First download the package source, either via git:

$ git clone https://github.com/fmuzf/python-femToybox.git

or the zip-ball.

Then, at the terminal, install the package using Python:

$ cd python-femToybox
$ python setup.py install