[Debian-astro-commits] [gyoto] 01/02: Merge tag '1.1.2' into debian

Thibaut Jean-Claude Paumard thibaut at moszumanska.debian.org
Sat Dec 10 19:33:56 UTC 2016


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

thibaut pushed a commit to branch master
in repository gyoto.

commit 28784c716e02a3a5a514cc44ad44f1e57af65114
Merge: 6f60fd0 22d3e7f
Author: Thibaut Paumard <paumard at users.sourceforge.net>
Date:   Sat Dec 10 18:13:56 2016 +0100

    Merge tag '1.1.2' into debian
    
    1.1.2 2016/12/10 FTR
       * New Metrics in stdplug: ChernSimons, RezzollaZhidenko.
       * New Astrobjs in stdplug: DeformedTorus, DynamicalDiskBolometric,
         EquatorialHotSpot, InflateStar, OscilTorus.
       * Allow specifying plug-in by file name.
       * Support colon syntax of mpirun (bypassing MPI_Comm_spawn()).
       * Support mpirun -np option for Open MPI (bypassing
         MPI_Comm_spawn()).

 BUGS.md                                          |  47 +++
 ChangeLog                                        | 256 +++++++++++-
 INSTALL.Gyoto                                    | 207 ----------
 INSTALL.Gyoto.md                                 | 263 ++++++++++++
 Makefile.in                                      |  16 +-
 NEWS                                             |   9 +
 README                                           |  64 ---
 README.Developers                                |  13 +-
 README.SIGFPE                                    |  24 --
 README.md                                        |  69 ++++
 TODO.md                                          |  21 +
 bin/Makefile.am                                  |   4 +-
 bin/Makefile.in                                  |   8 +-
 bin/gyoto-mpi-worker.C                           |   3 +-
 bin/gyoto.1                                      |  22 +-
 bin/gyoto.C                                      |  19 +-
 configure                                        |   4 +-
 configure.ac                                     |   6 +-
 doc/examples/example-moving-star-CS.xml          |  45 +++
 doc/examples/example-oscil-torus.xml             |  68 ++++
 include/Gyoto.h                                  |  57 ++-
 include/GyotoChernSimons.h                       |  58 +++
 include/GyotoDeformedTorus.h                     |  77 ++++
 include/GyotoDynamicalDiskBolometric.h           |  79 ++++
 include/GyotoEquatorialHotSpot.h                 |  92 +++++
 include/GyotoInflateStar.h                       | 106 +++++
 include/GyotoOscilTorus.h                        | 117 ++++++
 include/GyotoProperty.h                          |  52 +++
 include/GyotoRezzollaZhidenko.h                  |  78 ++++
 include/GyotoScenery.h                           |  24 +-
 lib/ChernSimons.C                                | 349 ++++++++++++++++
 lib/DeformedTorus.C                              | 323 +++++++++++++++
 lib/DynamicalDisk.C                              | 135 ++++++-
 lib/DynamicalDiskBolometric.C                    | 159 ++++++++
 lib/EquatorialHotSpot.C                          | 231 +++++++++++
 lib/InflateStar.C                                | 139 +++++++
 lib/Makefile.am                                  |  10 +-
 lib/Makefile.in                                  |  45 ++-
 lib/NumericalMetricLorene.C                      |   2 +-
 lib/OscilTorus.C                                 | 490 +++++++++++++++++++++++
 lib/Register.C                                   |  39 +-
 lib/RezzollaZhidenko.C                           | 358 +++++++++++++++++
 lib/Scenery.C                                    |  14 +-
 lib/StdPlug.C                                    |  21 +-
 python/gyoto_std.i                               |  17 +-
 python/gyoto_std_swig.h                          |   8 +
 python/tests_std/test_ChernSimons.py             |  13 +
 python/tests_std/test_DeformedTorus.py           |  16 +
 python/tests_std/test_DynamicalDiskBolometric.py |  12 +
 python/tests_std/test_EquatorialHotSpot.py       |  18 +
 python/tests_std/test_InflateStar.py             |  16 +
 python/tests_std/test_OscilTorus.py              |  17 +
 python/tests_std/test_RezzollaZhidenko.py        |  19 +
 yorick/gyoto.i                                   |   2 +-
 54 files changed, 3967 insertions(+), 394 deletions(-)

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



More information about the Debian-astro-commits mailing list