Skip to content

Python package for solving PDEs in 1D, 2D & on the sphere

License

Notifications You must be signed in to change notification settings

Hadrien-Montanelli/chebpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Python package for solving PDEs in 1D, 2D & on the sphere.

Installation

To install, you can either download a .zip file or clone the directory with Git.

Option 1: Download a .zip file

Download a .zip of chebpy from:

Option 2: Clone with Git

To clone the chebpy repository, first navigate in a terminal to where you want the repository cloned, then type:

git clone https://github.com/Hadrien-Montanelli/chebpy.git

PYTHONPATH

Once you have a copy of chebpy, you have to add it to your PYTHONPATH. If you're using an editor like Spyder, you can do this with the integrated PYTHONPATH manager.

Otherwise, you can directly change your PYTHONPATH. For example, on a Mac, edit your ~/.bash_profile and add:

export PYTHONPATH="${PYTHONPATH}:/path_to_chebpy/"

Don't forget to souce ~/.bash_profile when you're done.

Getting started

Check out the examples folder — happy computing!

License

See LICENSE.txt for licensing information.

Any comment or question, send an email to: [email protected]

About

Python package for solving PDEs in 1D, 2D & on the sphere

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages