[liggghts] 01/03: Merge tag 'upstream/2.3.8'
Anton Gladky
gladk at moszumanska.debian.org
Wed Nov 20 15:28:47 UTC 2013
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to annotated tag debian/2.3.8-1
in repository liggghts.
commit 82931dba6e01e93db613274cfb1b0ceb0ee9e766
Merge: ce2becf c18713f
Author: Anton Gladky <gladk at debian.org>
Date: Sun Nov 10 20:23:26 2013 +0100
Merge tag 'upstream/2.3.8'
Upstream version 2.3.8
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 +-
108 files changed, 1288 insertions(+), 682 deletions(-)
--
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