Skip to content
forked from clawpack/pyclaw

PyClaw is a Python-based interface to the algorithms of Clawpack and SharpClaw. It also contains the PetClaw package, which adds parallelism through PETSc.

License

Notifications You must be signed in to change notification settings

rjleveque/pyclaw

 
 

Repository files navigation

Build Status Coverage Status

PyPI version

Quick start:

git clone https://github.com/clawpack/clawpack.git
cd clawpack
git submodule init
git submodule update
pip install -e .
cd pyclaw/examples/euler_2d
python shock_bubble_interaction.py iplot=1

PyClaw

Pyclaw is a Python-based solver for hyperbolic PDEs that includes the algorithms of Clawpack and SharpClaw.
It has been designed with easy extensibility, performance, and exploration in mind. PyClaw also includes a scalable parallel implementation of Clawpack using PETSc.

Full documentation is available at http:https://clawpack.org/pyclaw/.

You can get the latest development version of PyClaw from http:https://github.com/clawpack/.

If you use PyClaw in research that leads to publication, please cite PyClaw (see also citing Clawpack).

About

PyClaw is a Python-based interface to the algorithms of Clawpack and SharpClaw. It also contains the PetClaw package, which adds parallelism through PETSc.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Fortran 43.9%
  • Python 38.1%
  • C 16.7%
  • Jupyter Notebook 0.7%
  • Shell 0.2%
  • Makefile 0.2%
  • TeX 0.2%