Commit Graph

1907 Commits

Author SHA1 Message Date
eap
e7f4c012fb Update docs 2015-05-14 12:51:53 +03:00
eap
df9cc07c95 Regression of smesh/mesh_Projection_2D_01/B7
Fix SMESH_MeshEditor::Smooth()

Optimize a bit SMDS_MeshNode::GetInverseElementIterator()

Minimize usage of BRepClass_FaceClassifier in StdMeshers_Import_1D2D::Compute()
2015-05-13 16:03:36 +03:00
eap
22463abfc9 23092: EDF 10836 SMESH: UseExisting2DElements fails when geometry contains more than one face
Decrease 2D tolerance user for UV classification
2015-05-08 18:49:31 +03:00
eap
062d52d5db IPAL52698: Convert to quadratic is wrong (hard periodic surfaces) 2015-05-07 20:57:17 +03:00
ana
87ad2fe311 Merge branch 'fix_for_760' of salome:modules/smesh into fix_for_760 2015-05-07 17:07:05 +03:00
ana
cecb0a702d Porting on Windows 2015-05-07 17:06:54 +03:00
Christophe Bourcier
46ff8192e1 Switch some French translations to lower case and remove old keys 2015-05-07 15:00:35 +03:00
ana
57c804a2bf fix previous wrong integration 2015-05-07 12:35:19 +03:00
ana
fc0c585f17 Windows compatibility 2015-05-07 12:16:49 +03:00
eap
26862b255f Fix regressions bugs_14/P9 (Prism 3D) and bugs_19/X1 (Projection 2D) 2015-05-06 20:05:12 +03:00
Florian BRUNET
548b7c33ef Modification into CMakeList for SMESH mpi compilation. 2015-05-06 18:45:39 +03:00
eap
83a3c8aef5 52730: Activation of SMESH fails after GEOM group modification
Fix SMESH_Mesh_i::CheckGeomGroupModif()

52731: Exception at export of SEG3 groups
  Fix BUGs concerning Export:
1) Exception at export of the SEG3 group as a separate object.
2) Many formats available in the pop-up menu when several objects selected while only MED and CGNS formats support several meshes in one file.
3) Export of the mesh and its group to the same file results of storage of the group only. Object names are not kept.
2015-05-06 14:30:51 +03:00
Christophe Bourcier
df43f3ecd9 Update translation files from Crowdin 2015-05-05 19:25:06 +03:00
eap
53a2fb6d67 IPAL52726: Hypotheses are missing from Object Browser after re-assignement
Fix addReference() in SMESH_Gen_i_1.cxx

IPAL52649: Irregular mesh created by Extrusion 3D algo
  Add projectQuads() (not used so far) in StdMeshers_Projection_2D.cxx

Fix errors detected by PVS-Studio as reported in www.viva64.com/en/b/0322/
2015-05-05 15:47:33 +03:00
vsr
4850129bdb 0023090: [CEA 1510] Error at Salome launch with Japanese language 2015-05-05 15:01:34 +03:00
eap
ebb5182963 23061: [CEA 1488] Import 1D-2D fails sometimes in relation with the source face discretization
Fix SMESH_subMesh::ComputeStateEngine() and StdMeshers_Import_1D2D::Compute()

IPAL52572: 1) Wrong bi-quadratic mesh on cylinder, 2) global "Quadratic mesh" hyp not considered on Propagated edges.
  Fix SMESH_MesherHelper::FixQuadraticElements()
  StdMeshers_Regular_1D - wrong PropagationOfDistribution in quadratic mesh

In SMESHGUI_MergeDlg, disable [Detect] if no mesh selected
2015-04-29 20:03:34 +03:00
eap
03fce5b491 23056: EDF SMESH Regression: Projection fails 2015-04-27 18:10:46 +03:00
eap
d64c9cac70 IPAL52702: TC7.6.0: Incorrect large name of SMESH group in the Object Browser
Add class toUtf8

IPAL52708: TC7.6.0: name of copied group is wrong when Scale transform
    Fix gp_Trsf definition in SMESH_MeshEditor_i::scale()

IPAL52704: TC7.6.0: "Modification of orientation" don't work on volumes
    Fix SMESHGUI_MultiEditDlg::isIdValid()

+ Doc update
2015-04-27 16:21:01 +03:00
rnv
299e2326cd Fix for the '52701: SIGSEGV in Mesh creation dialog box after activating Viscous Layers hypothesis' issue. 2015-04-27 14:52:23 +03:00
eap
929ce6ba39 IPAL52704: TC7.6.0: "Modification of orientation" don't work on volumes
IPAL52711: TC7.6.0: "Tolerance" spinbox is inactive in the "Selection filter library" dialog box
2015-04-24 20:21:56 +03:00
eap
0b1674e355 23050: EDF 10631 SMESH: Nodes outside the plane after ConvertToQuadratic
Fix regression of mesh_Quadratic_00/B4

IPAL0052709: Projection 1D2D creates faces at a wrong location.
    Problem:  wrong gp_Trsf for partner faces
    Use gp_GTrsf insted of gp_Trsf
2015-04-24 15:51:19 +03:00
eap
e29c1bb636 23050: EDF 10631 SMESH: Nodes outside the plane after ConvertToQuadratic
Fix SMESH_MesherHelper::FixQuadraticElements()

Bug: SIGSEGV in Convert To Quadratic after mesh.Clear() if the previous Convert reported a warning
Bug: Group On Filter with BelongToMeshGroup is not updated if refers to a group with BelongToPlane
2015-04-23 17:24:53 +03:00
rnv
c41b8e1caa Additional fix for the '23049: [CEA 1475] Increase the size of some dialog boxes' issue. 2015-04-21 12:46:58 +03:00
imn
c43b3fb0e3 INT PAL 0052679: Set default "Diameter" value when adding new ball element 2015-04-21 11:08:15 +03:00
imn
25190cc8a5 INT PAL 0052685: Add possibility to show/hide Scalar Bar of Actor 2015-04-21 10:37:02 +03:00
rnv
718926b36c 23049: [CEA 1475] Increase the size of some dialog boxes 2015-04-21 10:18:10 +03:00
rnv
3b8dd51d87 Issue '23049: [CEA 1475] Increase the size of some dialog boxes': fix first part. 2015-04-20 16:27:09 +03:00
eap
3026fe8712 22264: EDF 2648 GEOM: Propagate edges automatic orientation
Fix for sub-meshes
2015-04-17 20:07:21 +03:00
eap
5c372c1659 22264: EDF 2648 GEOM: Propagate edges automatic orientation
PB: chains are built incorrectly in a compound of solids

+ Fix and optimize LyingOnGeom
2015-04-17 18:55:19 +03:00
vsr
ef27b97a53 Increment version: 7.6.0 2015-04-17 18:46:17 +03:00
imn
fd81210cda INT PAL 0052683: Parameter "Color group" in the "Create Group" dialog box is empty (edited) 2015-04-17 15:11:18 +03:00
rnv
2b109b99be Exclude *.md5 and *.map files from the DEV documentation 2015-04-17 13:13:10 +03:00
mpa
e14c11e2d7 documentation improvement 2015-04-17 12:59:55 +03:00
imn
ff7507fd9d INT PAL 0052682: Local selection for ball elements has incorrect size 2015-04-17 11:02:17 +03:00
imn
38a77c4a98 INT PAL 0052683: Parameter "Color group" in the "Create Group" dialog box is empty 2015-04-17 10:51:37 +03:00
eap
8a16cec663 23047: [CEA 1472] Incorrect mesh with Netgen 1D-2D-3D but not reported in error
Fix SMESH_MesherHelper::IsReversedSubMesh()

23046: EDF SMESH Regression: Field "Compare" in filters is not updated anymore
   Make "Compare" empty for all "Belong to ..." criteria

IPAL52693: Viscous layers construction fails with SIGSEGV
   Fix SIGSEGV but bad VL is constructed anyway
2015-04-16 22:07:13 +03:00
eap
42ae6ba11a 22649: EDF SMESH: A second Origin/BaseVectors is created when we assign a set of hypotheses in SMESH 2015-04-15 19:26:05 +03:00
eap
dcfc66bbfa 23032: EDF SMESH: Projection 1D-2D fails with Netgen 1D-2D
SIGSEGV in optimize mode on Debian
2015-04-15 19:06:17 +03:00
rnv
950f20de28 Fix the '0052643: GEOM images in SMESH documentation' issue 2015-04-15 18:23:19 +03:00
eap
643fd1da5c 023046: EDF SMESH Regression: Field "Compare" in filters is not updated anymore 2015-04-15 15:43:09 +03:00
eap
d547f440f8 IMP 22635: EDF 8345 - Creation of group based on groups
Bug: MAJORITY mode works wrong with triangles

IMP 22877: EDF 10054 SMESH: Add a new filter "BelongToSmeshGroup" for Create Groupe
    Bug: Invalid Python dump
2015-04-14 17:18:18 +03:00
eap
5ac2bd91a8 22877: EDF 10054 SMESH: Add a new filter "BelongToSmeshGroup" for Create Group 2015-04-14 15:39:28 +03:00
vsr
62ba95d8ac Improve detection of tbb, to use correct version of libraries 2015-04-14 13:46:20 +03:00
eap
b8fd583be5 Regression of 21397: EDF SMESH: a quadrangle face mesh can't be projected to a cylinder
+ 52675: Viscous Layers construction fails with certain hypotheses
    Fix normal to be well visible from all faces -> thickness reaches 0.0007
2015-04-09 21:07:54 +03:00
eap
80e28740d3 23036: [CEA 1459] Regression projection 1D2D
+ Fix Pb: SIGSEGV in StdMeshers_Prism_3D::IsApplicable() on the shape of 23036
+ Fix Pb: "Projection 3D" algo is available in Create mesh dlg on the shape of 23036
+ Add debug trace in case of exceptions in IsApplicable()
+ Fix 52667: SIGSEGV at attempt to create mesh without Geometry when setting hypothesis
2015-04-07 20:39:18 +03:00
Cédric Aguerre
627b77ffd2 switch to new salome test procedure 2015-04-07 19:08:36 +03:00
eap
a713f0b919 23032: EDF SMESH: Projection 1D-2D fails with Netgen 1D-2D
+ 22792: EDF 8159 SMESH: Multi-dimensional extrusion/extrusion along a path/revolution
   1) Enable selection of sub-meshes on groups
   2) Fix preview that was not shown

+ In SMESHGUI/CMakeList, remove includes that never need not be included
2015-04-06 21:07:26 +03:00
Florian BRUNET
2d88c4add1 Typo correction about the Mantis issue 0022483: Define several 3D viscous layer hypotheses on the same Geometry. 2015-04-03 16:51:09 +02:00
eap
c1754b24c3 23033: EDF 10568 SMESH: wrong header when exporting 2D to gmf
Write 'MeshVersionFormatted 2' instead of 'MeshVersionFormatted 3'
  though '3' is strongly recomended by libmesh manual


+ IPAL52653: Some quality controls does not work (SIGSEGV)
2015-04-02 17:48:04 +03:00
eap
b0a962d83d 22573: [CEA 1154] Regression on a blsurf mesh (crash on test_periodicity_LR_ONLY.py)
+ IMP 22264: EDF 2648 GEOM: Propagate edges automatic orientation (fix Number of Segments dlg)
+ bad STL files are written on Windows (reported by YFR)
+ 22874: [CEA 1425] Performance SMESH Module ( refix ~SMESH_Mesh() )
2015-03-31 19:42:12 +03:00