CHANGES.rst
LICENSE.txt
MANIFEST.in
Makefile
README.rst
appveyor.yml
build_zoltan.sh
requirements-2.6.txt
requirements.txt
setup.cfg
setup.py
shippable.yml
windows_env.bat
PySPH.egg-info/PKG-INFO
PySPH.egg-info/SOURCES.txt
PySPH.egg-info/dependency_links.txt
PySPH.egg-info/entry_points.txt
PySPH.egg-info/not-zip-safe
PySPH.egg-info/requires.txt
PySPH.egg-info/top_level.txt
docs/.DS_Store
docs/Makefile
docs/make.bat
docs/Images/dam-break-schematic.png
docs/Images/db3d.png
docs/Images/ldc-streamlines.png
docs/Images/local-remote-particles.png
docs/Images/local-remote.svg
docs/Images/periodic-domain-ghost-particle-tags.png
docs/Images/point-partition.png
docs/Images/pysph-examples-common-steps.graphml
docs/Images/pysph-examples-common-steps.png
docs/Images/pysph_viewer.png
docs/Images/rings-collision.png
docs/images/dam-break-schematic.png
docs/images/db3d.png
docs/images/ldc-streamlines.png
docs/images/local-remote-particles.png
docs/images/local-remote.svg
docs/images/periodic-domain-ghost-particle-tags.png
docs/images/point-partition.png
docs/images/pysph-examples-common-steps.graphml
docs/images/pysph-examples-common-steps.png
docs/images/pysph_viewer.png
docs/images/rings-collision.png
docs/source/conf.py
docs/source/index.rst
docs/source/installation.rst
docs/source/overview.rst
docs/source/using_pysph.rst
docs/source/design/base.rst
docs/source/design/overview.rst
docs/source/design/solver_interfaces.rst
docs/source/design/working_with_particles.rst
docs/source/design/images/controller.png
docs/source/design/images/html_client.png
docs/source/design/images/particle-array.png
docs/source/design/images/pysph-modules.png
docs/source/design/images/sph-flowchart.png
docs/source/pyzoltan/overview.rst
docs/source/reference/application.rst
docs/source/reference/carray.rst
docs/source/reference/controller.rst
docs/source/reference/equations.rst
docs/source/reference/index.rst
docs/source/reference/integrator.rst
docs/source/reference/kernels.rst
docs/source/reference/nnps.rst
docs/source/reference/parallel_manager.rst
docs/source/reference/particle_array.rst
docs/source/reference/solver.rst
docs/source/reference/solver_interfaces.rst
docs/source/reference/tools.rst
docs/source/reference/zoltan.rst
docs/source/tutorial/circular_patch.rst
examples/advection_mixing.py
examples/advection_test.py
examples/dam_break.py
examples/dam_break3D.py
examples/db_geometry.py
examples/elliptical_drop.py
examples/hydrostatic_tank.py
examples/summation_density.py
examples/trivial_inlet_outlet.py
examples/SPHERIC/moving_square.py
examples/SPHysics/INDAT.gz
examples/SPHysics/IPART.gz
examples/SPHysics/dambreak_sphysics.py
examples/gas_dynamics/ndspmhd-sedov-initial-conditions.npz
examples/gas_dynamics/noh.py
examples/gas_dynamics/sedov.py
examples/gas_dynamics/shocktube.py
examples/gas_dynamics/shocktube1d.py
examples/iisph/dam_break.py
examples/iisph/elliptical_drop.py
examples/iisph/two_blocks.py
examples/iisph/two_blocks_2body.py
examples/performance/cube.py
examples/rigid_body/README.rst
examples/rigid_body/dam_break3D_sph.py
examples/rigid_body/rigid_block_in_tank.py
examples/rigid_body/rigid_collision.py
examples/rigid_body/simple_rigid_body.py
examples/rigid_body/sph.vtk.gz
examples/solid_mech/rings.py
examples/solid_mech/taylor_bar.py
examples/surface_tension/circular_droplet.py
examples/surface_tension/khi_sy11.py
examples/surface_tension/khi_tvf.py
examples/surface_tension/square_droplet.py
examples/transport_velocity/cavity.py
examples/transport_velocity/channel_results.py
examples/transport_velocity/couette.py
examples/transport_velocity/lattice_cylinders.py
examples/transport_velocity/ldcavity_results.py
examples/transport_velocity/periodic_cylinders.py
examples/transport_velocity/poiseuille.py
examples/transport_velocity/rayleigh_taylor.py
examples/transport_velocity/taylor_green.py
examples/transport_velocity/taylor_green_stats.py
pysph/__init__.py
pysph/base/__init__.py
pysph/base/ast_utils.py
pysph/base/c_kernels.pyx
pysph/base/c_kernels.pyx.mako
pysph/base/config.py
pysph/base/cython_generator.py
pysph/base/ext_module.py
pysph/base/kernels.py
pysph/base/nnps.pxd
pysph/base/nnps.pyx
pysph/base/particle_array.pxd
pysph/base/particle_array.pyx
pysph/base/point.pxd
pysph/base/point.pyx
pysph/base/reduce_array.py
pysph/base/utils.py
pysph/base/tests/__init__.py
pysph/base/tests/particle_array_tests.py
pysph/base/tests/test_ast_utils.py
pysph/base/tests/test_carray.py
pysph/base/tests/test_config.py
pysph/base/tests/test_cython_generator.py
pysph/base/tests/test_domain_manager.py
pysph/base/tests/test_ext_module.py
pysph/base/tests/test_kernel.py
pysph/base/tests/test_neighbor_cache.py
pysph/base/tests/test_nnps.py
pysph/base/tests/test_periodic_nnps.py
pysph/base/tests/test_reduce_array.py
pysph/parallel/__init__.py
pysph/parallel/parallel_manager.pxd
pysph/parallel/parallel_manager.pyx
pysph/parallel/parallel_utils.py
pysph/parallel/tests/IPART.txt.gz
pysph/parallel/tests/__init__.py
pysph/parallel/tests/cavity.py
pysph/parallel/tests/check_dump_load.py
pysph/parallel/tests/dambreak3D.py
pysph/parallel/tests/elliptical_drop.py
pysph/parallel/tests/example_test_case.py
pysph/parallel/tests/lb_exchange.py
pysph/parallel/tests/reduce_array.py
pysph/parallel/tests/remote_exchange.py
pysph/parallel/tests/simple_reduction.py
pysph/parallel/tests/summation_density.py
pysph/parallel/tests/test_openmp.py
pysph/parallel/tests/test_parallel.py
pysph/parallel/tests/test_parallel_run.py
pysph/solver/__init__.py
pysph/solver/application.py
pysph/solver/controller.py
pysph/solver/solver.py
pysph/solver/solver_interfaces.py
pysph/solver/utils.py
pysph/solver/tests/__init__.py
pysph/solver/tests/test_solver_utils.py
pysph/sph/__init__.py
pysph/sph/acceleration_eval.py
pysph/sph/acceleration_eval_cython.mako
pysph/sph/acceleration_eval_cython_helper.py
pysph/sph/basic_equations.py
pysph/sph/boundary_equations.py
pysph/sph/equation.py
pysph/sph/iisph.py
pysph/sph/integrator.py
pysph/sph/integrator_cython.mako
pysph/sph/integrator_cython_helper.py
pysph/sph/integrator_step.py
pysph/sph/rigid_body.py
pysph/sph/simple_inlet_outlet.py
pysph/sph/sph_compiler.py
pysph/sph/surface_tension.py
pysph/sph/gas_dynamics/__init__.py
pysph/sph/gas_dynamics/basic.py
pysph/sph/misc/__init__.py
pysph/sph/misc/advection.py
pysph/sph/solid_mech/__init__.py
pysph/sph/solid_mech/basic.py
pysph/sph/solid_mech/hvi.py
pysph/sph/solid_mech/linalg.pxd
pysph/sph/solid_mech/linalg.pyx
pysph/sph/tests/__init__.py
pysph/sph/tests/test_acceleration_eval.py
pysph/sph/tests/test_acceleration_eval_cython_helper.py
pysph/sph/tests/test_equations.py
pysph/sph/tests/test_integrator.py
pysph/sph/tests/test_integrator_step.py
pysph/sph/tests/test_simple_inlet_outlet.py
pysph/sph/wc/__init__.py
pysph/sph/wc/basic.py
pysph/sph/wc/transport_velocity.py
pysph/sph/wc/viscosity.py
pysph/tools/__init__.py
pysph/tools/fortranfile.py
pysph/tools/geometry_utils.py
pysph/tools/gmsh.py
pysph/tools/interpolator.py
pysph/tools/mayavi_viewer.py
pysph/tools/ndspmhd.py
pysph/tools/pprocess.py
pysph/tools/pysph_to_vtk.py
pysph/tools/run_parallel_script.py
pysph/tools/sphysics.py
pysph/tools/uniform_distribution.py
pysph/tools/tests/__init__.py
pysph/tools/tests/test_interpolator.py
pyzoltan/__init__.py
pyzoltan/api.py
pyzoltan/core/__init__.py
pyzoltan/core/carray.cpp
pyzoltan/core/carray.pxd
pyzoltan/core/carray.pxd.mako
pyzoltan/core/carray.pyx
pyzoltan/core/carray.pyx.mako
pyzoltan/core/generator.py
pyzoltan/core/msstdint.h
pyzoltan/core/zoltan.pxd
pyzoltan/core/zoltan.pyx
pyzoltan/core/zoltan_comm.pxd
pyzoltan/core/zoltan_comm.pyx
pyzoltan/core/zoltan_dd.pxd
pyzoltan/core/zoltan_dd.pyx
pyzoltan/core/zoltan_utils.py
pyzoltan/core/tests/3d_partition.py
pyzoltan/core/tests/__init__.py
pyzoltan/core/tests/geometric_partitioner.py
pyzoltan/core/tests/mesh.txt
pyzoltan/core/tests/test_zoltan.py
pyzoltan/core/tests/zcomm.py
pyzoltan/czoltan/__init__.py
pyzoltan/czoltan/czoltan.pxd
pyzoltan/czoltan/czoltan_comm.pxd
pyzoltan/czoltan/czoltan_config.pxd
pyzoltan/czoltan/czoltan_dd.pxd
pyzoltan/czoltan/czoltan_types.pxd
pyzoltan/czoltan/mpi-compat.h
pyzoltan/tools/__init__.py