Skip to content

This Python package generates the data required to reproduce the figures in Modeling Extreme Bottom-Up Filling of through Silicon Vias by Josell, Wheeler and Moffat.

Notifications You must be signed in to change notification settings

wd15/extremefill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extreme Fill

This Python package generates the data required to reproduce the figures in Modeling Extreme Bottom-Up Filling of through Silicon Vias by Josell, Wheeler and Moffat.

Requirements

The main requirements are a working version of FiPy to solve the PDEs and PyTables to store the data in an HDF5 file. See requirements.txt for specific versions or dependencies used to run this package on the maintainer's system. The requirements.txt file is auto-generated so most of the packages listed are not necessarily required. If you are having issues with installation and missing packages this would be a good place to start looking. If the plots are not generated correctly for some reason or latex errors are occurring, it might be worth checking the maintainer's matplotlibrc file for clues on the correct latex packages to install and the correct matplotlib configuration.

Installation

The following should get you most of the way to an install.

$ pip install numpy
$ pip install tables
$ pip install pysparse
$ pip install fipy
$ pip install matplotlib

and then clone the git repository

$ git clone git://github.com/wd15/extremefill.git

See the Github project page for further details. After cloning, install with

$ cd extremefill
$ python setup.py install

Documentation

Use:

$ cd doc
$ make html

to generate this documentation.

About

This Python package generates the data required to reproduce the figures in Modeling Extreme Bottom-Up Filling of through Silicon Vias by Josell, Wheeler and Moffat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages