Your message dated Fri, 25 Jul 2014 21:35:26 +0000
with message-id <[email protected]>
and subject line Bug#751464: fixed in gmsh 2.8.5+dfsg-1
has caused the Debian Bug report #751464,
regarding gmsh: Merge "..." + Translate gives wrong mesh
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
751464: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751464
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gmsh
Version: 2.8.4+dfsg-1+b1
Severity: normal

Merging a .geo file and then translating the volume in it results in a
wrong mesh.

I've attached an example: the unit cube (0,0,0) to (1,1,1) is
translated along the z-axis. The translated cube is defined by the
corners (0,0,1) and (1,1,2). However the resulting mesh has a node on
the z=0 plane (where z should be 1) and another on the z=1 plane that
belongs on the z=2 plane.

Run "gmsh -3 cube1.geo" or choose Mesh->3D in the GUI to reproduce the
problem. One has to rotate the cube to see the problem. Or look at
these nodes in the .msh file:

    9 0.5 0.5 0
    10 0.5 0.5 1

The problem does not happen when using Include instead of Merge or
when including the contents of unit-cube.geo directly.

Ansgar

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing'), (100, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.14-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gmsh depends on:
ii  libann0                      1.1.2+doc-5
ii  libblas3 [libblas.so.3]      1.2.20110419-7
ii  libc6                        2.19-1
ii  libfltk-gl1.3                1.3.2-5
ii  libfltk-images1.3            1.3.2-5
ii  libfltk1.3                   1.3.2-5
ii  libgcc1                      1:4.9.0-5
ii  libgl1-mesa-glx [libgl1]     10.1.4-1
ii  libgl2ps0                    1.3.8-1
ii  libglu1-mesa [libglu1]       9.0.0-2
ii  libjpeg8                     8d-2
ii  liblapack3 [liblapack.so.3]  3.5.0-2
ii  libmed1                      3.0.6-5
ii  liboce-foundation8           0.15-4
ii  liboce-modeling8             0.15-4
ii  libopenmpi1.6                1.6.5-8
ii  libpng12-0                   1.2.50-1
ii  libstdc++6                   4.9.0-5
ii  libtet1.5                    1.5.0-3
ii  libx11-6                     2:1.6.2-2
ii  mpi-default-bin              1.0.2+nmu1

Versions of packages gmsh recommends:
pn  gmsh-doc  <none>

gmsh suggests no packages.

-- no debconf information
Merge "unit-cube.geo";
Translate{0,0,1}{
  Volume{1};
}
Mesh.CharacteristicLengthMin = 1;
Point(1) = {0, 0, 0};
Point(2) = {1, 0, 0};
Point(3) = {1, 1, 0};
Point(4) = {0, 1, 0};
Point(5) = {0, 0, 1};
Point(6) = {1, 0, 1};
Point(7) = {1, 1, 1};
Point(8) = {0, 1, 1};

Line(1) = {1,2};
Line(2) = {2,3};
Line(3) = {3,4};
Line(4) = {4,1};
Line(5) = {5,6};
Line(6) = {6,7};
Line(7) = {7,8};
Line(8) = {8,5};
Line(9) = {1,5};
Line(10) = {2,6};
Line(11) = {3,7};
Line(12) = {4,8};

Line Loop(1) = {1,2,3,4};
Line Loop(2) = {5,6,7,8};
Line Loop(3) = {1,10,-5,-9};
Line Loop(4) = {2,11,-6,-10};
Line Loop(5) = {3,12,-7,-11};
Line Loop(6) = {4,9,-8,-12};

Plane Surface(1) = {1};
Plane Surface(2) = {2};
Plane Surface(3) = {3};
Plane Surface(4) = {4};
Plane Surface(5) = {5};
Plane Surface(6) = {6};

Surface Loop(1) = {1,2,3,4,5,6};

Volume (1) = {1};
$MeshFormat
2.2 0 8
$EndMeshFormat
$Nodes
14
1 0 0 1
2 1 0 1
3 1 1 1
4 0 1 1
5 0 0 2
6 1 0 2
7 1 1 2
8 0 1 2
9 0.5 0.5 0
10 0.5 0.5 1
11 0.5 0 1.5
12 1 0.5 1.5
13 0.5 1 1.5
14 0 0.5 1.5
$EndNodes
$Elements
64
1 15 2 0 1 1
2 15 2 0 2 2
3 15 2 0 3 3
4 15 2 0 4 4
5 15 2 0 5 5
6 15 2 0 6 6
7 15 2 0 7 7
8 15 2 0 8 8
9 1 2 0 1 1 2
10 1 2 0 2 2 3
11 1 2 0 3 3 4
12 1 2 0 4 4 1
13 1 2 0 5 5 6
14 1 2 0 6 6 7
15 1 2 0 7 7 8
16 1 2 0 8 8 5
17 1 2 0 9 1 5
18 1 2 0 10 2 6
19 1 2 0 11 3 7
20 1 2 0 12 4 8
21 2 2 0 1 2 3 9
22 2 2 0 1 1 2 9
23 2 2 0 1 3 4 9
24 2 2 0 1 1 9 4
25 2 2 0 2 6 10 5
26 2 2 0 2 10 8 5
27 2 2 0 2 7 10 6
28 2 2 0 2 8 10 7
29 2 2 0 3 6 11 2
30 2 2 0 3 2 11 1
31 2 2 0 3 11 6 5
32 2 2 0 3 11 5 1
33 2 2 0 4 3 12 2
34 2 2 0 4 12 6 2
35 2 2 0 4 7 12 3
36 2 2 0 4 12 7 6
37 2 2 0 5 4 13 3
38 2 2 0 5 13 7 3
39 2 2 0 5 8 13 4
40 2 2 0 5 13 8 7
41 2 2 0 6 4 14 8
42 2 2 0 6 1 14 4
43 2 2 0 6 5 8 14
44 2 2 0 6 1 5 14
45 4 2 0 1 10 7 12 3
46 4 2 0 1 10 1 5 14
47 4 2 0 1 10 6 2 12
48 4 2 0 1 4 10 8 14
49 4 2 0 1 10 7 3 13
50 4 2 0 1 10 6 11 2
51 4 2 0 1 10 4 8 13
52 4 2 0 1 1 10 5 11
53 4 2 0 1 1 10 2 9
54 4 2 0 1 1 4 10 9
55 4 2 0 1 4 3 10 9
56 4 2 0 1 10 3 2 9
57 4 2 0 1 11 1 10 2
58 4 2 0 1 1 4 14 10
59 4 2 0 1 3 12 10 2
60 4 2 0 1 13 4 3 10
61 4 2 0 1 8 10 13 7
62 4 2 0 1 6 5 10 11
63 4 2 0 1 7 6 10 12
64 4 2 0 1 10 5 8 14
$EndElements

--- End Message ---
--- Begin Message ---
Source: gmsh
Source-Version: 2.8.5+dfsg-1

We believe that the bug you reported is fixed in the latest version of
gmsh, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anton Gladky <[email protected]> (supplier of updated gmsh package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 25 Jul 2014 22:21:57 +0200
Source: gmsh
Binary: gmsh gmsh-doc libgmsh-dev libgmsh2 libjava-gmsh2 python-gmsh
Architecture: source amd64 all
Version: 2.8.5+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Anton Gladky <[email protected]>
Description:
 gmsh       - Three-dimensional finite element mesh generator
 gmsh-doc   - Three-dimensional finite element mesh generator
 libgmsh-dev - Three-dimensional finite element mesh generator. Development file
 libgmsh2   - Three-dimensional finite element mesh generator. Shared library
 libjava-gmsh2 - Three-dimensional finite element mesh generator. Java wrapper
 python-gmsh - Three-dimensional finite element mesh generator. Python wrapper
Closes: 749679 751464
Changes:
 gmsh (2.8.5+dfsg-1) unstable; urgency=medium
 .
   * [6fbfd92] Add Files-Excluded into d/copyright
   * [d31524d] Refresh patches.
   * [d43e2c4] Imported Upstream version 2.8.5+dfsg. (Closes: #751464, #749679)
   * [4766758] Remove alauzet patch, accepted by upstream.
   * [a70136f] Add autopkgtest.
Checksums-Sha1:
 58ac818b0b0ad24b2cb061e436fe6073641ff9e7 3280 gmsh_2.8.5+dfsg-1.dsc
 5444027f45936b0aad7a1af2224aa26505853ccb 5115436 gmsh_2.8.5+dfsg.orig.tar.xz
 afbaac546ea96e843fdf72984ff31c5aa2b4dff0 26512 gmsh_2.8.5+dfsg-1.debian.tar.xz
 64f4e52f6f8d411e856c7c69a0b6f8ba6f5b31f2 4949066 gmsh_2.8.5+dfsg-1_amd64.deb
 d6cdba426c84d9cf849ac65c6d51771464bfdbe6 1273218 gmsh-doc_2.8.5+dfsg-1_all.deb
 196f2f62aff22d1de1f46f370b69502f56f23cda 165410 
libgmsh-dev_2.8.5+dfsg-1_amd64.deb
 fe0ace01d2b89f62c860398c9d75170312f0c21d 5116136 
libgmsh2_2.8.5+dfsg-1_amd64.deb
 50d2a57c0039ba93d0846aa819af70887bf92fc5 337284 
libjava-gmsh2_2.8.5+dfsg-1_amd64.deb
 4fb3cb36df3a7d8bb1f2ccdc4d87d1f4beaa4d02 1222270 
python-gmsh_2.8.5+dfsg-1_amd64.deb
Checksums-Sha256:
 79c44948a7c1c4b4a0380da3b32273c1608a2051f031b37fad8ad950a49193fd 3280 
gmsh_2.8.5+dfsg-1.dsc
 5853f258a85c71384131a1d7a308935bb0d3a302208d9bbaf803e1f3d080cde8 5115436 
gmsh_2.8.5+dfsg.orig.tar.xz
 e04cb946c7cda72f917e58783e34e672aadbf66fe9e5462b123b01df427ec0a8 26512 
gmsh_2.8.5+dfsg-1.debian.tar.xz
 e61e765fe9b0eb057721ad3803d4a33c5ea190cadd618b0c78e281bb80ce0eda 4949066 
gmsh_2.8.5+dfsg-1_amd64.deb
 fa7c9ecc1bec4ab98707223052979cac8d0e139bf06ea5cbdf0daa18340e6808 1273218 
gmsh-doc_2.8.5+dfsg-1_all.deb
 5ac9c2be08468c5019828e3365cacd62a5abaa31e525b8a57638fa4faa551803 165410 
libgmsh-dev_2.8.5+dfsg-1_amd64.deb
 9a3c01dee1882e8d4b27d6c3b275f0a7fbac57953c041cddfb5259a70f259805 5116136 
libgmsh2_2.8.5+dfsg-1_amd64.deb
 7e581bc0a95c814be4b08c1addba7f0676b463c5b86fbee8ab082fe45ac4f0cb 337284 
libjava-gmsh2_2.8.5+dfsg-1_amd64.deb
 aba0bbbccc0ad4eadf7fa193a5ae5b94268133583280e4a9db230480eaf9669c 1222270 
python-gmsh_2.8.5+dfsg-1_amd64.deb
Files:
 46efe70979ebe765e28740882dfde1f0 4949066 math optional 
gmsh_2.8.5+dfsg-1_amd64.deb
 93c8457bfb1e6a0cb614c45ccca61d80 1273218 doc optional 
gmsh-doc_2.8.5+dfsg-1_all.deb
 07d87ac6933f56440c82104b93e738b4 165410 libdevel optional 
libgmsh-dev_2.8.5+dfsg-1_amd64.deb
 0ed0ebf700fca64ce13e92e5d1a25bcb 5116136 libs optional 
libgmsh2_2.8.5+dfsg-1_amd64.deb
 8b7dba592be664acb4e25d37f6f9947b 337284 java optional 
libjava-gmsh2_2.8.5+dfsg-1_amd64.deb
 3003d6aa61d8e7d623a14283afd53cbf 1222270 python optional 
python-gmsh_2.8.5+dfsg-1_amd64.deb
 ca88c7f5f585f74bc1d31a1fae7a6fd8 3280 math optional gmsh_2.8.5+dfsg-1.dsc
 f032125ab4363485119826a5cc00c55f 5115436 math optional 
gmsh_2.8.5+dfsg.orig.tar.xz
 450fb50d56609253d5f07f3d259ea732 26512 math optional 
gmsh_2.8.5+dfsg-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJT0sYAAAoJENPhc4PPp/8GDzQP/03zDE79O05RakCEZxgaNiFy
ZXCjU/j8s+1zeVfUH6tmoDOZNeIvO1XoTi3BMHQrUMlcKlr4Lh/BoAnDesJO+Ox7
7i3GXtlJRp2mGXBnOFWbeM8dgNZJI4OAO1VTJJH2fpNW+gwJaqhB6Td2y8x5E2xi
5SCGvAMBmH+4jsk9jOsQeMsqb2N6ojVZPJfiAqSJT7r3SahwIZQDiv9XR1TBTDIn
8sdFzS3h9FiXWXLGfeT/wXcgPBxrfzI2uvJLV7O0vwkrBs01n8ntJy/NC8Eh7jLq
mPBRc9VXzagfAuNWk/mipv2w3k5CIHRLQkTWg+pjMueKtYexTxwgc8JOQU9/7HTt
82I3Qui3MUqVf/CSau/GwAeYX1Q5jIsu4bEJnNRO3kF0ujViSrc5kCkT5UKAZHxt
t86NvLWPWD8RtR4O7JsBdvUMSElpckOj5LNlyBWYiYrifkUVOuvNuLFIgNETxW+V
FEaejLBQbTEPYf9qHa/A/xnfDmjU04w1HOCn5tNXIPgMIql+neAcxnPQ2kdN62ol
c1M76cPWzfnx0/MzLyMR18HauqLOitw2VSKIa3xn0SbIeTxqszjDB1rVm6kKL3ot
SuwefPpTigS2JQVwKl0HrBJdhYLhT/uwRL3559V6wLmPLbnRJEPBYJuG6APurFtb
dG2BPn26YtEWxDrP3gEN
=2BK3
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to