SciKits

Quick search

scikits.bvp1lg

version 0.2.5

Boundary value problem (legacy) solvers for ODEs

Download: http://www.iki.fi/pav/software/bvp
Homepage: http://www.iki.fi/pav/software/bvp
PyPI: http://pypi.python.org/pypi/scikits.bvp1lg
People: Pauli Virtanen

Description

Python-wrapped legacy solvers for boundary value problems for ODEs.

These are implemented by wrapping the COLNEW and MUS Fortran
codes from netlib.org.

Installation

PyPI

You can download the latest distribution from PyPI here: http://pypi.python.org/pypi/scikits.bvp1lg

Easy Install

Install the Easy Install tools. Afterwards you can install scikits.bvp1lg from the terminal by executing:

sudo easy_install scikits.bvp1lg

If you prefer to do a local installation, specify an installation prefix:

easy_install --prefix=${HOME} scikits.bvp1lg
and ensure that your PYTHONPATH is up to date, e.g.:
export PYTHONPATH=$PYTHONPATH:${HOME}/lib/python2.5/site-packages

This package was discovered in PyPI.