Commit Graph

1978 Commits

Author SHA1 Message Date
eap
1c1bbf6798 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
2016-11-11 15:14:46 +03:00
eap
773b227239 Regression of 'make test' 2016-11-10 15:02:48 +03:00
eap
6b1de62331 Optimize performance of mesh deletion upon hyp modification 2016-11-09 18:59:43 +03:00
eap
d2a8dd635e 23382: [CEA 1981] Wrong mesh SMESH test 2016-11-07 15:12:37 +03:00
eap
75d0234b45 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()
2016-11-03 18:55:09 +03:00
Maintenance team (INV)
cbad42bc85 RNV: Fix compilation error. 2016-11-01 13:54:17 +03:00
eap
20d9e162bd 23368: [CEA 1865] Possibility to define faces to mesh as a single one: transpatch mesh 2016-10-31 16:00:19 +03:00
eap
189e207e89 23365: [CEA 1938] Export med from a xao file fails
Support multiple components
2016-10-25 17:48:54 +03:00
eap
eef0bf5cc7 23315: [CEA 1929] Too much memory used to display a mesh in shading and wireframe 2016-10-24 18:07:46 +03:00
Paul RASCLE
0bd9fcdbe7 Qt5 migration 2016-10-21 14:47:37 +02:00
eap
766145cb04 23104: EDF SMESH: Pre-study for Netgen 5x
Regression of SALOME_TESTS/Grids/smesh/1D_mesh_AutomaticLength_00/A3
2016-10-07 17:00:31 +03:00
eap
1a1b88b9cf IPAL53698: Clipping dialog: ambiguos object identification by names 2016-10-06 19:57:35 +03:00
eap
b6bea82aa0 IPAL53692: Display Entity menu item is available for groups and sub-meshes 2016-10-06 18:13:56 +03:00
eap
f08f994ee3 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
2016-10-06 14:11:45 +03:00
vsr
e18c7bf133 0023360: [CEA 1963] Use salome.sg.updateObjBrowser(True) instead of salome.sg.updateObjBrowser(1) 2016-10-06 11:20:14 +03:00
eap
dd0d39d752 23352: [CEA] Order and naming of meshing algorithms 2016-10-03 17:53:47 +03:00
vsr
d498ff64b2 Set dev version marker to 1. 2016-09-28 13:20:28 +03:00
rnv
350d382d88 Merge remote-tracking branch 'origin/cbr/crowdin_V8_1_BR' into V8_1_BR 2016-09-22 18:39:35 +03:00
Christophe Bourcier
7333070f7d Update translation files from Crowdin 2016-09-22 17:21:48 +02:00
rnv
43501153a0 Add OVERALL_MESH_QUALITY translation for status bar. 2016-09-22 17:57:19 +03:00
rnv
7f1d90c843 Fix for the '23337: [CEA 1942] When we modify a mesh hypothesis, the display in the 3D view is not deleted immediatly' issue. 2016-09-22 12:55:34 +03:00
Christophe Bourcier
e0a628e580 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
2016-09-21 17:31:37 +02:00
rnv
b9c863fcfc Increment version: 8.1.0 2016-09-13 12:45:54 +03:00
eap
4bbb63cfb9 23348: EDF 12916 - SALOME crashes when generating pyramids 2016-09-09 14:34:29 +03:00
eap
e576eeb10d 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.
2016-09-08 20:53:37 +03:00
eap
560d5a794f Fix regression SALOME_TESTS/Grids/smesh/viscous_layers_00/A6 2016-09-08 19:15:49 +03:00
eap
0a3339671c 23321: EDF 12916 - Meshing problem
StdMeshers_QuadToTriaAdaptor: solution for note (0021305) implemented but deactivated

StdMeshers_Projection_2d.cxx - morph deactivated for nb wires == 1
2016-09-08 19:01:15 +03:00
rnv
cb6af2f3e3 Fix for '23345: [CEA 1930] Wrong display of the unit of degrees' issue. 2016-09-08 17:31:59 +03:00
eap
145e217ae6 Regression of SALOME_TESTS/Grids/smesh/2D_mesh_QuadranglePreference_00/A1
Avoid failure on an edge having a zero-length 3D curve
2016-09-08 14:33:45 +03:00
eap
8103f44f2d 23332: EDF 13475 - Wrong quadratic mesh 2016-09-07 14:43:41 +03:00
eap
ac96f997ef IPAL53561: Extrusion 3D algo is not applicable to a prism with a seam on top/bottom 2016-09-07 14:43:02 +03:00
eap
7d8e88b13c Re-fix regression of SALOME_TESTS/Grids/smesh/3D_mesh_Extrusion_01/B2 2016-09-05 15:29:28 +03:00
eap
8a1ff9ba77 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
2016-09-01 20:47:02 +03:00
eap
e0cbb6f531 23291: [CEA 1881] - Test regression imp_1347_viscous_layers.py
+ regression of SALOME_TESTS/Grids/smesh/viscous_layers_01/B8
2016-08-31 17:27:00 +03:00
ana
93fdd14707 Windows compatibility 2016-08-31 12:05:44 +03:00
ana
6553469e65 windows compatibility 2016-08-30 12:28:59 +03:00
eap
b09212811c 0023320: EDF13201 - Create group from geometry
update docs

0023321: EDF 12916 - Meshing problem
     Decrease tolerance in StdMeshers_QuadToTriaAdaptor
2016-08-26 20:59:35 +03:00
rnv
436097622c Merge branch 'master' into V8_1_BR 2016-08-26 16:17:46 +03:00
eap
d0f5eab357 23321: EDF 12916 - Meshing problem
detect non-conform mesh (overlapping faces)

+ At ClearMesh(), do not remove an actor of an imported mesh
2016-08-26 16:02:42 +03:00
vsr
046f5915e1 Merge remote branch 'origin/master' into V8_1_BR 2016-08-25 18:09:05 +03:00
eap
1a15d67577 53539: 0D Element - selection with [Shift] impossible 2016-08-25 16:28:29 +03:00
rnv
039c276289 Fix for the '52934: Elements are't not highlighted in vtk viewer after set id in measurements dialog box' issue. 2016-08-24 17:17:00 +03:00
eap
83b0c984cc 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 )
2016-08-24 17:04:22 +03:00
eap
7c69e00bac IMP 23201: Harmonisation of "0D Element" and "0D Elements on Element Nodes" 2016-08-11 20:13:30 +03:00
eap
5c5e1f2368 23303: [EDF 12024] Filter for nodes connectivity 2016-08-11 16:44:16 +03:00
ana
b73aa314d8 Fix for "0023302: [EDF 12800] Ergonomics of mesh group export operation" issue.
Update documentation.
2016-08-11 15:14:33 +03:00
rnv
bb1f33aea5 Merge branch 'master' of salome:modules/smesh 2016-08-11 11:18:07 +03:00
ana
ec98b49f0e Fix for "0023302: [EDF 12800] Ergonomics of mesh group export operation" issue 2016-08-10 17:36:26 +03:00
rnv
8408df59c5 Merge branch 'abn/configuration' 2016-08-10 16:53:05 +03:00
eap
7646a7f54e 23307: [EDF 7315] Improvement of DISTENE meshing plugins 2016-08-09 19:32:57 +03:00