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

shock1992/pyclaw

 
 

Repository files navigation

Build Status Coverage Status

version status downloads

Quick start:

git clone [email protected]:clawpack/clawpack.git
cd clawpack
pip install -e .
cd clawpack/pyclaw/examples/euler_2d
python shockbubble.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.

You can get the latest development version of PyClaw from http://github.com/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 45.6%
  • Python 35.8%
  • C 17.3%
  • Jupyter Notebook 0.7%
  • Makefile 0.3%
  • TeX 0.2%
  • Shell 0.1%