[pysph] 02/06: Merge tag 'upstream/0_20160514.git91867dc'

Anton Gladky gladk at moszumanska.debian.org
Thu May 26 18:12:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository pysph.

commit c2839feb6915d1c47c2afb0ef7b4e56ad4944b64
Merge: 6377614 3ee9544
Author: Anton Gladky <gladk at debian.org>
Date:   Thu May 26 19:55:18 2016 +0200

    Merge tag 'upstream/0_20160514.git91867dc'
    
    Upstream version 0~20160514.git91867dc

 CHANGES.rst                                        |  19 +-
 docs/source/index.rst                              |   1 +
 docs/source/reference/index.rst                    |   1 +
 docs/source/reference/scheme.rst                   |   5 +
 docs/source/tutorial/circular_patch.rst            | 488 ++-----------
 ...ircular_patch.rst => circular_patch_simple.rst} | 232 ++----
 pysph/__init__.py                                  |  45 ++
 pysph/base/ext_module.py                           |   2 +-
 pysph/base/kernels.py                              |   8 +-
 pysph/base/nnps.pyx                                |  17 +-
 pysph/base/utils.py                                |   3 +-
 pysph/examples/cavity.py                           | 131 +---
 pysph/examples/couette.py                          | 133 +---
 pysph/examples/cube.py                             |  67 +-
 pysph/examples/dam_break_2d.py                     |  88 +--
 pysph/examples/dam_break_3d.py                     |  72 +-
 pysph/examples/elliptical_drop.py                  | 105 +--
 ...ptical_drop.py => elliptical_drop_no_scheme.py} |  59 +-
 pysph/examples/gas_dynamics/noh.py                 |  94 +--
 pysph/examples/gas_dynamics/sedov.py               |  95 +--
 pysph/examples/gas_dynamics/shocktube.py           | 147 +---
 pysph/examples/gas_dynamics/shocktube1d.py         | 142 +---
 pysph/examples/hydrostatic_tank.py                 |  77 +-
 pysph/examples/lattice_cylinders.py                | 128 +---
 pysph/examples/periodic_cylinders.py               | 137 +---
 pysph/examples/poiseuille.py                       | 162 +---
 pysph/examples/rayleigh_taylor.py                  | 165 +----
 pysph/examples/taylor_green.py                     | 237 +++---
 pysph/solver/application.py                        |  55 +-
 pysph/solver/output.py                             | 314 ++++++++
 pysph/solver/solver.py                             |  42 +-
 pysph/solver/tests/test_solver.py                  |  22 +-
 pysph/solver/tests/test_solver_utils.py            |  76 +-
 pysph/solver/utils.py                              | 190 +----
 pysph/solver/vtk_output.py                         | 208 ++++++
 pysph/sph/equation.py                              |  29 +-
 pysph/sph/gas_dynamics/basic.py                    |  62 +-
 pysph/sph/integrator.py                            |   7 +-
 pysph/sph/integrator_cython_helper.py              |  60 +-
 pysph/sph/integrator_step.py                       |  33 +-
 pysph/sph/scheme.py                                | 813 +++++++++++++++++++++
 pysph/sph/tests/test_acceleration_eval.py          |   4 +-
 pysph/sph/tests/test_integrator.py                 |  33 +-
 pysph/sph/wc/transport_velocity.py                 |   8 +-
 pysph/tools/cli.py                                 |   9 +
 pysph/tools/mayavi_viewer.py                       | 141 ++--
 shippable.yml                                      |  85 +--
 47 files changed, 2457 insertions(+), 2594 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pysph.git



More information about the debian-science-commits mailing list