Thanks to visit codestin.com
Credit goes to github.com

Skip to content

clawpack/pyclaw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

554 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 is also the basis for PetClaw, a scalable parallel implementation of Clawpack using PETSc. At present, PyClaw also includes a python toolkit containing various other routines to help users use Clawpack.

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

Full documentation can be found at http://clawpack.github.com/doc/pyclaw.

PetClaw

PetClaw is a parallel version of Clawpack. The high-level code is written in Python using numpy and based on the PyClaw package. The low-level kernels are written in Fortran and based on Clawpack. The parallelism is implemented using PETSc and petsc4py.

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.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Contributors