Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 609 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 609 Bytes

Quick start:

git clone git@github.com:clawpack/clawpack.git
cd clawpack
pip install -e .
cd clawpack/pyclaw/apps/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/.

Full documentation

http://numerics.kaust.edu.sa/pyclaw/