[liggghts] branch master updated (7768439 -> 19039b2)

Anton Gladky gladk at moszumanska.debian.org
Wed Nov 20 15:28:38 UTC 2013


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

gladk pushed a change to branch master
in repository liggghts.

      from  7768439   Use canonical VCS-field.
       new  3330f02   Imported Upstream version 2.3.8
       new  228d2ee   Use wrap-and-sort.
       new  19039b2   Update changelog.

The 3 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:
 debian/changelog                                   |    7 +
 debian/control                                     |  136 +++++++------
 doc/Eqs/conduction_rate.png                        |  Bin 0 -> 3548 bytes
 doc/Eqs/model_A.png                                |  Bin 0 -> 4328 bytes
 doc/Eqs/model_C_part_1.png                         |  Bin 0 -> 12830 bytes
 doc/Eqs/model_C_part_2.png                         |  Bin 0 -> 5540 bytes
 doc/Eqs/model_C_part_3.png                         |  Bin 0 -> 9426 bytes
 doc/Eqs/model_b1.png                               |  Bin 0 -> 28056 bytes
 doc/Eqs/model_b2_part1.png                         |  Bin 0 -> 4992 bytes
 doc/Eqs/model_b2_part2.png                         |  Bin 0 -> 5999 bytes
 doc/Eqs/modelb1.png                                |  Bin 0 -> 5445 bytes
 doc/Eqs/scsr.png                                   |  Bin 0 -> 6372 bytes
 doc/Eqs/variables.png                              |  Bin 0 -> 38743 bytes
 doc/Eqs/vb.png                                     |  Bin 0 -> 3087 bytes
 doc/Eqs/vbi.png                                    |  Bin 0 -> 7242 bytes
 doc/Eqs/vbj.png                                    |  Bin 0 -> 7289 bytes
 doc/Manual.pdf                                     |  Bin 6550328 -> 6551572 bytes
 doc/fix_massflow_mesh.html                         |   16 +-
 doc/fix_massflow_mesh.txt                          |   16 +-
 doc/fix_property.html                              |   41 +++-
 doc/fix_property.txt                               |   40 +++-
 doc/neigh_modify.html                              |    8 +-
 doc/neigh_modify.txt                               |    8 +-
 doc/set.html                                       |   10 +
 doc/set.txt                                        |   10 +
 .../Tutorials_public/heatTransfer_1/in.heatGran    |    2 +-
 .../Tutorials_public/heatTransfer_1/log.liggghts   |  202 --------------------
 .../Tutorials_public/heatTransfer_2/in.heatGran    |    2 +-
 src/atom_vec_ellipsoid.cpp                         |    1 +
 src/atom_vec_sphere.cpp                            |   14 ++
 src/atom_vec_sphere.h                              |    2 +
 ...{domain_wedge_dummy.h => atom_vec_sphere_w.cpp} |   31 ++-
 src/comm.cpp                                       |  103 ++++++++--
 src/comm.h                                         |    8 +
 src/comm_I.h                                       |   81 ++++++++
 src/compute_erotate_sphere.cpp                     |    7 +-
 src/compute_erotate_sphere.h                       |    1 +
 src/compute_ke.cpp                                 |    6 +-
 src/compute_ke.h                                   |    1 +
 src/compute_ke_atom.cpp                            |    5 +-
 src/compute_ke_atom.h                              |    1 +
 src/compute_reduce.cpp                             |   20 +-
 src/container_base.cpp                             |   16 +-
 src/container_base.h                               |    7 +-
 src/container_base_I.h                             |   22 +--
 src/debug_liggghts.h                               |    1 +
 src/domain.cpp                                     |   39 +---
 src/domain.h                                       |  115 ++---------
 src/domain_I.h                                     |  178 +++++++++++++++++
 src/domain_wedge_dummy.h                           |   14 ++
 src/dump_mesh_vtk.cpp                              |    6 +-
 src/fix.h                                          |    5 +-
 src/fix_ave_spatial.cpp                            |    6 +-
 src/fix_cfd_coupling_force.cpp                     |    2 +-
 src/fix_cfd_coupling_force_implicit.cpp            |  126 +++++++++++-
 src/fix_cfd_coupling_force_implicit.h              |    5 +
 src/fix_contact_history.cpp                        |   43 ++---
 src/fix_contact_history.h                          |    6 +
 src/fix_heat_gran.cpp                              |    1 -
 src/fix_insert.cpp                                 |    8 +-
 src/fix_insert_pack.cpp                            |    3 +-
 src/fix_massflow_mesh.cpp                          |  113 +++++++++--
 src/fix_massflow_mesh.h                            |   10 +
 src/fix_mesh.cpp                                   |    4 +-
 src/fix_mesh_surface_stress.cpp                    |   37 ++--
 src/fix_mesh_surface_stress.h                      |    1 +
 src/fix_mesh_surface_stress_servo.cpp              |   16 +-
 src/fix_move.cpp                                   |    6 +
 src/fix_neighlist_mesh.cpp                         |    2 +
 src/fix_property_atom_tracer.cpp                   |    8 +-
 src/fix_property_atom_tracer.h                     |    3 +-
 src/fix_property_global.cpp                        |    1 +
 src/fix_scalar_transport_equation.cpp              |    2 +-
 src/general_container.h                            |    2 +-
 src/general_container_I.h                          |    7 +-
 src/lammps.cpp                                     |    3 +-
 src/math_extra_liggghts.h                          |    8 +-
 src/modify.cpp                                     |    5 +
 src/modify.h                                       |    1 +
 src/modify_liggghts.cpp                            |   16 +-
 src/multi_node_mesh.h                              |    8 +-
 src/multi_node_mesh_I.h                            |   34 +++-
 src/multi_node_mesh_parallel_buffer_I.h            |   30 +--
 src/multi_vector_container.h                       |    6 +-
 src/neigh_gran.cpp                                 |   12 +-
 src/neighbor.cpp                                   |   12 +-
 src/pair_gran.cpp                                  |    3 +
 src/pair_gran_hooke.cpp                            |    2 +-
 src/pair_gran_hooke_history.cpp                    |   17 +-
 src/pair_hybrid.cpp                                |   23 +++
 src/pair_hybrid.h                                  |    1 +
 src/pair_sph.cpp                                   |   22 +++
 src/pair_sph.h                                     |    3 +
 src/pair_sph_artvisc_tenscorr.cpp                  |    4 +
 src/pointers.h                                     |    1 +
 src/primitive_wall.h                               |    2 +-
 src/read_data.cpp                                  |   90 +++++----
 src/region.cpp                                     |    7 +-
 src/region_wedge.cpp                               |   37 ++--
 src/region_wedge.h                                 |    2 +-
 src/scalar_container.h                             |    6 +-
 src/set.cpp                                        |   35 +++-
 src/set.h                                          |    4 +
 src/surface_mesh_I.h                               |   45 +++--
 src/vector_container.h                             |    6 +-
 src/vector_liggghts.h                              |   29 ++-
 src/verlet_implicit.cpp                            |   39 ++--
 src/version_liggghts.h                             |    2 +-
 src/version_liggghts.txt                           |    2 +-
 src/volume_mesh_I.h                                |    2 +-
 110 files changed, 1376 insertions(+), 737 deletions(-)
 create mode 100644 doc/Eqs/conduction_rate.png
 create mode 100644 doc/Eqs/model_A.png
 create mode 100644 doc/Eqs/model_C_part_1.png
 create mode 100644 doc/Eqs/model_C_part_2.png
 create mode 100644 doc/Eqs/model_C_part_3.png
 create mode 100644 doc/Eqs/model_b1.png
 create mode 100644 doc/Eqs/model_b2_part1.png
 create mode 100644 doc/Eqs/model_b2_part2.png
 create mode 100644 doc/Eqs/modelb1.png
 create mode 100644 doc/Eqs/scsr.png
 create mode 100644 doc/Eqs/variables.png
 create mode 100644 doc/Eqs/vb.png
 create mode 100644 doc/Eqs/vbi.png
 create mode 100644 doc/Eqs/vbj.png
 delete mode 100644 examples/LIGGGHTS/Tutorials_public/heatTransfer_1/log.liggghts
 copy src/{domain_wedge_dummy.h => atom_vec_sphere_w.cpp} (62%)
 create mode 100644 src/comm_I.h
 create mode 100644 src/domain_I.h

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



More information about the debian-science-commits mailing list