SciKits

Quick search

scikits.bvp_solver

version 0.3.0

Python package for solving two-point boundary value problems

Download: http://pypi.python.org/pypi/scikits.bvp_solver
Homepage: http://packages.python.org/scikits.bvp_solver/
PyPI: http://pypi.python.org/pypi/scikits.bvp_solver
People: John Salvatier

Description

bvp_solver is a Python package for solving two-point boundary value problems that wraps
BVP_SOLVER (see http://cs.stmarys.ca/~muir/BVP_SOLVER_Webpage.shtml). It fully working
and in beta testing. A tutorial, examples and documentation can be found at
http://packages.python.org/scikits.bvp_solver/. If you have questions or suggestions
send an e-mail to the mailing list or me.

To join the mailing list send an e-mail to scikits-bvp_solver+subscribe@googlegroups.com

Installation

PyPI

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

Easy Install

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

sudo easy_install scikits.bvp_solver

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

easy_install --prefix=${HOME} scikits.bvp_solver
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.