]>
SALOME platform Git repositories - modules/smesh.git/log
eap [Fri, 11 Nov 2016 13:39:46 +0000 (16:39 +0300)]
23386: EDF 13811 - Crash SALOME during compute
reason: empty NbSegments in FixedPoints1D hypothesis
eap [Fri, 11 Nov 2016 12:14:46 +0000 (15:14 +0300)]
23315: [CEA 1929] Too much memory used to display a mesh in shading and wireframe
Deactivate ID mapping in all DeviceActor's except the pickable one.
The ID mapping needed to show IDs in the Viewer is computed when needed
via VTKViewer_ExtractUnstructuredGrid::BuildOut2InMap()
+ IPAL53796: Clipping related bugs
eap [Thu, 10 Nov 2016 12:02:48 +0000 (15:02 +0300)]
Regression of 'make test'
eap [Wed, 9 Nov 2016 15:59:43 +0000 (18:59 +0300)]
Optimize performance of mesh deletion upon hyp modification
eap [Mon, 7 Nov 2016 12:12:37 +0000 (15:12 +0300)]
23382: [CEA 1981] Wrong mesh SMESH test
eap [Thu, 3 Nov 2016 15:55:09 +0000 (18:55 +0300)]
IMP 23373: [CEA 1170] Optimization of a 3D mesh using MG-Tetra
SMESHGUI_* - treat an algo that can work w/o geom only
+ fix a crash at mesh modif just after visualization
SMDS_* - assure that grid->Links exist before grid->InsertNextLinkedCell()
Maintenance team (INV) [Tue, 1 Nov 2016 10:54:17 +0000 (13:54 +0300)]
RNV: Fix compilation error.
eap [Mon, 31 Oct 2016 13:00:19 +0000 (16:00 +0300)]
23368: [CEA 1865] Possibility to define faces to mesh as a single one: transpatch mesh
eap [Tue, 25 Oct 2016 14:48:54 +0000 (17:48 +0300)]
23365: [CEA 1938] Export med from a xao file fails
Support multiple components
eap [Mon, 24 Oct 2016 15:07:46 +0000 (18:07 +0300)]
23315: [CEA 1929] Too much memory used to display a mesh in shading and wireframe
Paul RASCLE [Fri, 21 Oct 2016 12:47:37 +0000 (14:47 +0200)]
Qt5 migration
eap [Fri, 7 Oct 2016 14:00:31 +0000 (17:00 +0300)]
23104: EDF SMESH: Pre-study for Netgen 5x
Regression of SALOME_TESTS/Grids/smesh/1D_mesh_AutomaticLength_00/A3
eap [Thu, 6 Oct 2016 16:57:35 +0000 (19:57 +0300)]
IPAL53698: Clipping dialog: ambiguos object identification by names
eap [Thu, 6 Oct 2016 15:13:56 +0000 (18:13 +0300)]
IPAL53692: Display Entity menu item is available for groups and sub-meshes
eap [Thu, 6 Oct 2016 11:11:45 +0000 (14:11 +0300)]
DOC: explain the semantics of the precision preference parameters
Describe meaning of attributes in StdMeshers.xml
Fix regression of SALOME_TESTS/Grids/smesh/3D_mesh_NETGEN_02/C4
SMESH_MesherHelper.cxx
Fix SALOME crash on a case of #http://www.salome-platform.org/forum/forum_10/
47659287
SMESH_MAT2d.cxx
vsr [Thu, 6 Oct 2016 08:20:14 +0000 (11:20 +0300)]
0023360 : [CEA 1963] Use salome.sg.updateObjBrowser(True) instead of salome.sg.updateObjBrowser(1)
eap [Mon, 3 Oct 2016 14:53:47 +0000 (17:53 +0300)]
23352: [CEA] Order and naming of meshing algorithms
vsr [Wed, 28 Sep 2016 10:20:28 +0000 (13:20 +0300)]
Set dev version marker to 1.
rnv [Thu, 22 Sep 2016 15:39:35 +0000 (18:39 +0300)]
Merge remote-tracking branch 'origin/cbr/crowdin_V8_1_BR' into V8_1_BR
Christophe Bourcier [Thu, 22 Sep 2016 15:21:48 +0000 (17:21 +0200)]
Update translation files from Crowdin
rnv [Thu, 22 Sep 2016 14:57:19 +0000 (17:57 +0300)]
Add OVERALL_MESH_QUALITY translation for status bar.
rnv [Thu, 22 Sep 2016 09:55:34 +0000 (12:55 +0300)]
Fix for the '23337: [CEA 1942] When we modify a mesh hypothesis, the display in the 3D view is not deleted immediatly' issue.
Christophe Bourcier [Wed, 21 Sep 2016 15:31:37 +0000 (17:31 +0200)]
Fix bugs with Cleaner and SurfOpt on Windows:
- the generated .bat had a delete command instead of del
- using .meshb does not work on Windows, we use .mesh instead
- the result file was sometimes imported twice because the signal readyReadStandardOutput was sometimes emited twice
rnv [Tue, 13 Sep 2016 09:45:54 +0000 (12:45 +0300)]
Increment version: 8.1.0
eap [Fri, 9 Sep 2016 11:34:29 +0000 (14:34 +0300)]
23348: EDF 12916 - SALOME crashes when generating pyramids
eap [Thu, 8 Sep 2016 17:53:37 +0000 (20:53 +0300)]
Regression of SALOME_TESTS/Grids/smesh/3D_mesh_Extrusion_01/B5
Use COMPUTE_SUBMESH event to compute more local sub-meshes
under an all-dimensional sub-mesh.
eap [Thu, 8 Sep 2016 16:15:49 +0000 (19:15 +0300)]
Fix regression SALOME_TESTS/Grids/smesh/viscous_layers_00/A6
eap [Thu, 8 Sep 2016 16:01:15 +0000 (19:01 +0300)]
23321: EDF 12916 - Meshing problem
StdMeshers_QuadToTriaAdaptor: solution for note (
0021305 ) implemented but deactivated
StdMeshers_Projection_2d.cxx - morph deactivated for nb wires == 1
rnv [Thu, 8 Sep 2016 14:31:59 +0000 (17:31 +0300)]
Fix for '23345: [CEA 1930] Wrong display of the unit of degrees' issue.
eap [Thu, 8 Sep 2016 11:33:45 +0000 (14:33 +0300)]
Regression of SALOME_TESTS/Grids/smesh/2D_mesh_QuadranglePreference_00/A1
Avoid failure on an edge having a zero-length 3D curve
eap [Wed, 7 Sep 2016 11:43:41 +0000 (14:43 +0300)]
23332: EDF 13475 - Wrong quadratic mesh
eap [Wed, 7 Sep 2016 11:43:02 +0000 (14:43 +0300)]
IPAL53561: Extrusion 3D algo is not applicable to a prism with a seam on top/bottom
eap [Mon, 5 Sep 2016 12:29:28 +0000 (15:29 +0300)]
Re-fix regression of SALOME_TESTS/Grids/smesh/3D_mesh_Extrusion_01/B2
eap [Thu, 1 Sep 2016 17:47:02 +0000 (20:47 +0300)]
Fix regression of SALOME_TESTS/Grids/smesh/3D_mesh_Extrusion_01/B2
(StdMeshers_Prism_3D.cxx)
+ small optimization of SMDS_UnstructuredGrid::compactGrid()
(SMDS_UnstructuredGrid.cxx, SMESH_Object.cxx)
- de-allocate old data as soon as possible, not at the and of compacting
+ some minor changes
eap [Wed, 31 Aug 2016 14:27:00 +0000 (17:27 +0300)]
23291: [CEA 1881] - Test regression imp_1347_viscous_layers.py
+ regression of SALOME_TESTS/Grids/smesh/viscous_layers_01/B8
ana [Wed, 31 Aug 2016 09:05:44 +0000 (12:05 +0300)]
Windows compatibility
ana [Tue, 30 Aug 2016 09:28:59 +0000 (12:28 +0300)]
windows compatibility
eap [Fri, 26 Aug 2016 17:59:35 +0000 (20:59 +0300)]
0023320 :
EDF13201 - Create group from geometry
update docs
0023321 : EDF 12916 - Meshing problem
Decrease tolerance in StdMeshers_QuadToTriaAdaptor
rnv [Fri, 26 Aug 2016 13:17:46 +0000 (16:17 +0300)]
Merge branch 'master' into V8_1_BR
eap [Fri, 26 Aug 2016 13:02:42 +0000 (16:02 +0300)]
23321: EDF 12916 - Meshing problem
detect non-conform mesh (overlapping faces)
+ At ClearMesh(), do not remove an actor of an imported mesh
vsr [Thu, 25 Aug 2016 15:09:05 +0000 (18:09 +0300)]
Merge remote branch 'origin/master' into V8_1_BR
eap [Thu, 25 Aug 2016 13:28:29 +0000 (16:28 +0300)]
53539: 0D Element - selection with [Shift] impossible
rnv [Wed, 24 Aug 2016 14:17:00 +0000 (17:17 +0300)]
Fix for the '52934: Elements are't not highlighted in vtk viewer after set id in measurements dialog box' issue.
eap [Wed, 24 Aug 2016 14:04:22 +0000 (17:04 +0300)]
53539: 0D Element
1) Extract SMESHUtils/SMESH_ControlPnt.* from Hexotic
2) Minor doc changes
3) fix 53539: 0D Element (SMDS_MeshCell.hxx, SMESHGUI_AddMeshElementDlg.cxx)
4) Regressions
- bugs_06/G9 ( SMESH_DumpPython.cxx, SMESH_PythonDump.hxx )
- bugs_13/N8 ( StdMeshers_Regular_1D.cxx )
eap [Thu, 11 Aug 2016 17:13:30 +0000 (20:13 +0300)]
IMP 23201: Harmonisation of "0D Element" and "0D Elements on Element Nodes"
eap [Thu, 11 Aug 2016 13:44:16 +0000 (16:44 +0300)]
23303: [EDF 12024] Filter for nodes connectivity
ana [Thu, 11 Aug 2016 12:14:33 +0000 (15:14 +0300)]
Fix for "
0023302 : [EDF 12800] Ergonomics of mesh group export operation" issue.
Update documentation.
rnv [Thu, 11 Aug 2016 08:18:07 +0000 (11:18 +0300)]
Merge branch 'master' of salome:modules/smesh
ana [Wed, 10 Aug 2016 14:36:26 +0000 (17:36 +0300)]
Fix for "
0023302 : [EDF 12800] Ergonomics of mesh group export operation" issue
rnv [Wed, 10 Aug 2016 13:53:05 +0000 (16:53 +0300)]
Merge branch 'abn/configuration'
eap [Tue, 9 Aug 2016 16:32:57 +0000 (19:32 +0300)]
23307: [EDF 7315] Improvement of DISTENE meshing plugins
ana [Mon, 8 Aug 2016 16:34:54 +0000 (19:34 +0300)]
Fix for "
0023306 : [EDF 8444] Mesh controls behavior" issue.
eap [Mon, 1 Aug 2016 19:15:36 +0000 (22:15 +0300)]
IMP 23300: [EDF 12865] Independent calculation of sub-meshes
eap [Mon, 1 Aug 2016 13:20:09 +0000 (16:20 +0300)]
23304: [EDF 10304] Radial Quadrangle on ellipse
Fix a regression with quadratic elements
eap [Mon, 1 Aug 2016 12:42:08 +0000 (15:42 +0300)]
23305: [EDF 10301] Extrusion with scaling
eap [Thu, 28 Jul 2016 16:16:32 +0000 (19:16 +0300)]
23304: [EDF 10304] Radial Quadrangle on ellipse
ana [Mon, 25 Jul 2016 14:07:50 +0000 (17:07 +0300)]
Windows: suppress Cmake warnings
eap [Mon, 25 Jul 2016 11:29:25 +0000 (14:29 +0300)]
23298: EDF 13271 SMESH: ExportMED fails
eap [Fri, 8 Jul 2016 19:22:13 +0000 (22:22 +0300)]
Minor doc changes
+ fix meshing progress (SMESH_subMesh.cxx)
Christophe Bourcier [Fri, 8 Jul 2016 09:44:37 +0000 (11:44 +0200)]
Remove the text "formerly Yams" from SMESH plugin menus. MG-SurfOpt is the official name.
Christophe Bourcier [Fri, 8 Jul 2016 09:37:47 +0000 (11:37 +0200)]
Fix crash when launching SurfOpt plugin with Qt5.
eap [Tue, 5 Jul 2016 10:52:55 +0000 (13:52 +0300)]
23295: [CEA 1870] Impossible to mesh the inside of the 2D skin of an object meshed with quadrangles
abn [Tue, 5 Jul 2016 08:28:56 +0000 (10:28 +0200)]
Moving *all* CMake detection files to common CONFIGURATION repo.
mnt [Thu, 30 Jun 2016 07:57:53 +0000 (10:57 +0300)]
Fix compilation problem
eap [Wed, 29 Jun 2016 17:53:22 +0000 (20:53 +0300)]
Regression of BelongToGeom on Debian-6
(SMESH_Controls* )
- Optimize mesh deletion (ObjectPool.hxx)
- Memory leaks (SMESH_Gen_i.cxx)
- Usage of uninitialized vars ( SMESHGUI_MeshOp.cxx )
- Minimize nb of #include in headers (the rest files)
mnt [Tue, 28 Jun 2016 09:29:10 +0000 (12:29 +0300)]
RNV: Fix compilation error.
eap [Mon, 27 Jun 2016 17:07:19 +0000 (20:07 +0300)]
IPAL53401: BelongToGeom is very long on multiple lines
More optimization of octree + parallel update of GroupOnFilter
Remove useless warnings
eap [Wed, 22 Jun 2016 12:45:22 +0000 (15:45 +0300)]
Documenting the nodal connectivity
eap [Tue, 21 Jun 2016 16:42:11 +0000 (19:42 +0300)]
IPAL53401: BelongToGeom is very long on multiple lines
Use octree of classifiers
vsr [Tue, 21 Jun 2016 13:10:07 +0000 (16:10 +0300)]
Update in accordance with changes in QtxComboBox.
eap [Tue, 21 Jun 2016 11:04:19 +0000 (14:04 +0300)]
53416: SALOME crashes when selecting a sub-menu of Control menu item
eap [Mon, 20 Jun 2016 14:14:20 +0000 (17:14 +0300)]
Move "SpherePadding plugin user's guide" to a dedicated sub-page and add it to Help sub-menu
eap [Thu, 16 Jun 2016 13:23:35 +0000 (16:23 +0300)]
Fix test SALOME_TESTS/Grids/smesh/2D_mesh_QuadranglePreference_01/B6
Case of a ring with sub-meshes on both wires
eap [Thu, 16 Jun 2016 10:08:40 +0000 (13:08 +0300)]
Regression: "Unknown" scalar bar title
eap [Tue, 14 Jun 2016 11:57:25 +0000 (14:57 +0300)]
23288: [CEA 1626] Meshgems v2.3
eap [Tue, 14 Jun 2016 09:42:49 +0000 (12:42 +0300)]
Compilation error on Ubuntu 16
eap [Fri, 10 Jun 2016 17:47:53 +0000 (20:47 +0300)]
IPAL52980: Wire Discretization with Table density fails
fix this problem for all 1D hypotheses (StdMeshers_Regular_1D.cxx)
Bug report: http://www.salome-platform.org/forum/forum_10/
636759606
Fix compilation warnings:
- unused function
- missing virtual destructor
- variable set but not used
eap [Thu, 9 Jun 2016 11:22:37 +0000 (14:22 +0300)]
BUG: impossible to import a med file of size more than MAX_INT (~2.1 Gb)
(SMESH_File.*)
Fix an error of porting to OCCT-7
(StdMeshers_Cartesian_3D.cxx)
Remove useless MESSAGE's
vsr [Mon, 6 Jun 2016 08:36:06 +0000 (11:36 +0300)]
Merge remote branch 'origin/V7_dev'
eap [Fri, 27 May 2016 14:20:45 +0000 (17:20 +0300)]
23282: EDF 13035 - Problem with submeshes priority
fix SMESH_Mesh::SortByMeshOrder()
vsr [Thu, 26 May 2016 15:29:15 +0000 (18:29 +0300)]
Merge remote branch 'origin/V7_dev'
eap [Thu, 26 May 2016 14:53:25 +0000 (17:53 +0300)]
23281: [CEA 1859] SALOME master : compilation SMESH - error StdMeshers_ViscousLayers2D
eap [Thu, 26 May 2016 14:38:08 +0000 (17:38 +0300)]
Minor DOC changes
mpa [Wed, 24 Feb 2016 13:46:43 +0000 (16:46 +0300)]
Migration to OCCT 7.0
eap [Tue, 24 May 2016 17:37:08 +0000 (20:37 +0300)]
Minor DOC changes
+ Fix compilation warning "variable may be used uninitialized"
vsr [Tue, 24 May 2016 15:17:28 +0000 (18:17 +0300)]
Merge remote branch 'origin/V7_dev'
vsr [Fri, 20 May 2016 14:43:47 +0000 (17:43 +0300)]
Increment version: 7.8.0
eap [Thu, 19 May 2016 17:50:08 +0000 (20:50 +0300)]
Fix regressions
1) 2D_mesh_QuadranglePreference_01/B5 ( StdMeshers_Quadrangle_2D.cxx )
2) viscous_layers_01/B2, B8 ( StdMeshers_ViscousLayers.cxx )
+ Fix compilation warning "variable may be used uninitialized"
eap [Wed, 18 May 2016 17:29:08 +0000 (20:29 +0300)]
Fix regression SALOME_TESTS/Grids/smesh/3D_mesh_Projection_00/A1
StdMeshers_Projection_2D.cxx
+ fix failure of IPAL52648: Incorrect vicous layer elements
eap [Mon, 16 May 2016 16:40:24 +0000 (19:40 +0300)]
23207: EDF 11232 SMESH: viscou layers builder fails at the very fist inflation
- fix propagation of limited _lenMax around MULTI_NORMAL edges
- fix invalidation of bad simplexes
- SmoothPos of all edges, using several iterations
now a reached thickness is 4.9
eap [Mon, 16 May 2016 12:37:57 +0000 (15:37 +0300)]
23278: [EDF] Mesh computation fails for cylinder or sphere with projection algorythme
eap [Mon, 16 May 2016 10:49:25 +0000 (13:49 +0300)]
23279: EDF 12978 - Overconstrained faces
eap [Fri, 13 May 2016 18:27:58 +0000 (21:27 +0300)]
Fix regression SALOME_TESTS/Grids/smesh/viscous_layers_00/A3 - too thin VL
and probably SALOME_TESTS/Grids/smesh/viscous_layers_01/B8 - OCC exception. gp_VectorWithNullMagnitude
eap [Thu, 12 May 2016 18:19:11 +0000 (21:19 +0300)]
23190: EDF 11636 - Problem of viscous layer
Paul RASCLE [Thu, 12 May 2016 13:20:32 +0000 (15:20 +0200)]
Merge branch 'V7_dev' of https://git.salome-platform.org/git/modules/smesh into V7_dev
Paul RASCLE [Thu, 12 May 2016 13:19:52 +0000 (15:19 +0200)]
Plugin blocFissure, bug EDF 12976, regression on some tests, a first correction
eap [Thu, 12 May 2016 12:01:20 +0000 (15:01 +0300)]
23078: [CEA 1498] Sewing of meshes without having to set the nodes ids
Debug for note 21002
mnt [Thu, 12 May 2016 09:51:15 +0000 (12:51 +0300)]
Fix compilation problem
eap [Wed, 11 May 2016 13:55:05 +0000 (16:55 +0300)]
23207: EDF 11232 SMESH: viscou layers builder fails at the very fist inflation
23190: EDF 11636 - Problem of viscous layer
Regression of SALOME_TESTS/Grids/smesh/viscous_layers_01/B2 - shrink fails
eap [Wed, 11 May 2016 12:13:17 +0000 (15:13 +0300)]
53225: Viscous Layers hyp: problem with selection of input/output faces
(StdMeshersGUI_SubShapeSelectorWdg.cxx)
+ Remove useless MESSAGEs