[pysph] branch master updated (782b4ea -> 323c07a)

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 change to branch master
in repository pysph.

      from  782b4ea   Update changelog.
       new  6377614   Add build-essential to Depends.
      adds  3ee9544   Imported Upstream version 0~20160514.git91867dc
       new  c2839fe   Merge tag 'upstream/0_20160514.git91867dc'
       new  a7c3909   Refresh patches.
       new  535eeac   Update d/copyright.
       new  dbd40c6   Apply cme fix dpkg.
       new  323c07a   Update changelog.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.rst                                        |  19 +-
 debian/changelog                                   |  10 +
 debian/control                                     |   7 +-
 debian/copyright                                   |  46 +-
 debian/patches/10_remove_sphinx_module.patch       |   6 +-
 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 +--
 51 files changed, 2501 insertions(+), 2619 deletions(-)
 create mode 100644 docs/source/reference/scheme.rst
 copy docs/source/tutorial/{circular_patch.rst => circular_patch_simple.rst} (65%)
 copy pysph/examples/{elliptical_drop.py => elliptical_drop_no_scheme.py} (73%)
 create mode 100644 pysph/solver/output.py
 create mode 100644 pysph/solver/vtk_output.py
 create mode 100644 pysph/sph/scheme.py

-- 
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