Skip to content

lyguy/python-femToybox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A collection of tools for solving 1-D, dichlet FEM problems.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages