pysph
viewer for PySPH - framework for Smoothed Particle Hydrodynamics
Install
- All systems
-
curl cmd.cat/pysph.sh
- Debian
-
apt-get install pysph-viewer
- Ubuntu
-
apt-get install pysph-viewer
- Kali Linux
-
apt-get install pysph-viewer
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pysph-viewer
- Raspbian
-
apt-get install pysph-viewer
- Dockerfile
- dockerfile.run/pysph
pysph-viewer
viewer for PySPH - framework for Smoothed Particle Hydrodynamics
It is implemented in Python and the performance critical parts are implemented in Cython. PySPH is implemented in a way that allows a user to specify the entire SPH simulation in pure Python. High-performance code is generated from this high-level Python code, compiled on the fly and executed. PySPH also features optional automatic parallelization using mpi4py and Zoltan. The package contains viewer for PySPH.