Commit Graph

1838 Commits

Author SHA1 Message Date
eap
8f8c86b463 IPAL54004: Quadratic pyramids incorectly imported from UNV 2017-03-02 20:28:59 +03:00
eap
e74c29b786 Patch modules/smesh.git for Doxygen typos/grammar + misc. typos
http://www.salome-platform.org/forum/forum_10/652417125
2017-03-02 19:51:35 +03:00
eap
3957e28e35 23416: [CEA 2033] Impossible to re-compute a mesh from an hdf
Optimize mesh loading in case of complex shape + a group on geometry
  (SMESHDS_GroupBase.cxx)


+ While MED export, create groups of all balls and 0D elements, if required
  (SMESH_Mesh.cxx)

+ Remember collapsed state of information on elements and nodes in Mesh Information dlg
  (SMESHGUI_MeshInfo)
2017-03-02 17:22:58 +03:00
eap
c80762b0a1 23414: EDF 14228 - Viscous Layer crashes SALOME
This is the case where a FACE is shrunk in two SOLIDs but VL is on different EDGEs
2017-02-28 19:42:01 +03:00
eap
a38c378b1c 23415: EDF 14243 - Wrong translation 2017-02-27 17:49:24 +03:00
eap
5d0b75d9d1 23413: [CEA 2025] bug SMESH orientation
Add a flag to MED driver to make all element belong to some group
2017-02-15 19:34:55 +03:00
vsr
6e5b6a69fa Fix stupid copy-paste mistage in header file's guarder. 2017-02-15 15:02:09 +03:00
eap
913aaa14de Fix crash of SALOME_TESTS/Grids/smesh/bugs_13/N9
(SMDS_VolumeTool.cxx)

Add "Show IDs" check box to Mesh Information dlg

Avoid warning in Choose Entity dialog when no entities are selected,
disable [OK] button instead
2017-02-10 21:20:38 +03:00
vsr
e8d46310d3 23352: [CEA] Order and naming of meshing algorithms
- Redesign dialog with use of QtxToolButton instead of QComboBox for better managing groups of algorihtms/hypotheses.
2017-02-07 13:14:51 +03:00
eap
b5e94caaa3 53935: "Add" item of sub-mesh pop-up does not work and is not documented
Rename "Add" -> "Add to Group"
    Show "Add" only if manual edition is enabled in Group dialog

+ Do not clear a sub-mesh if it's algorithm is same as a global one
    (SMESH_submesh.cxx)
2017-02-02 17:32:11 +03:00
eap
b99e203236 IPAL53919: Pb with nodes after element removal 2017-02-01 17:41:37 +03:00
eap
2e5f78b7d2 IPAL53915: Display Entity dialog does not work 2017-01-31 17:28:41 +03:00
eap
9b504e4867 Fix SALOME_TESTS/Grids/smesh/bugs_07/H5 as the geometry changed 2017-01-27 22:16:01 +03:00
eap
845b5221ba Fix regression of Propagation of Distribution
smesh/3D_mesh_HEXA3D_03/D0
2017-01-27 17:45:58 +03:00
eap
7211ec8d0e IPAL52716: Meshing with Viscous Layers fails 2017-01-27 14:00:15 +03:00
eap
e613ea2b8d IPAL53702: Quadrangle mapping does not use some boundary nodes
IPAL53864: Viscous Layers 2D fails and is uneven at some points
    Fix failure but non-uniform thickness remains
2017-01-24 19:31:19 +03:00
eap
dfcca981be Update TUI doc on groups
+ Correct export of polyhedra in DAT format (to make them readable)
2017-01-23 20:08:38 +03:00
vsr
21af9b3a2c Patch for MacOS (from SALOME forum) 2017-01-20 15:50:46 +03:00
eap
41b3e44333 Remove useless MESSAGEs 2017-01-13 13:39:13 +03:00
eap
5eeb7596d3 Fix regressions caused by the preceding commit
failed tests:
    SALOME_TESTS/Grids/smesh/viscous_layers_01/B2
    SALOME_TESTS/Grids/smesh/viscous_layers_01/B3
2017-01-12 21:46:54 +03:00
eap
4b9725e701 23404: EDF 14011 - Problem with Quadrangle (Medial Axis projection) algorithm
(SMESH_MAT2d.cxx)

+ IPAL53878: Quadrangle: Medial Axis Projection algorithm fails
   (StdMeshers_QuadFromMedialAxis_1D2D.cxx)
2017-01-12 15:13:47 +03:00
eap
c3335563bc Fix regressions caused by the preceding commit
failed tests:
SALOME_TESTS/Grids/smesh/viscous_layers_00/A5
SALOME_TESTS/Grids/smesh/viscous_layers_00/A9
2016-12-30 18:28:43 +03:00
eap
b77ecec117 IPAL53871: Non-conformal Viscous Layers
Ordering of meshing of SOLIDs introduced
2016-12-29 14:48:28 +03:00
rnv
a1920ff310 Merge remote-tracking branch 'origin/fbt/fix_french_translation' 2016-12-28 15:43:14 +03:00
Florian BRUNET
2618d1a2f0 Fix french translation for tetrahedra. 2016-12-28 10:16:21 +01:00
eap
b2eb2c3cef IPAL53870: Dump study script creates an excess sub-mesh
+ Allow Quadratic Mesh hypothesis on sub-meshes for http://www.salome-platform.org/forum/forum_14/325180606/861648983
+ Remove unfeasible controls from Mesh Element Info
2016-12-27 18:55:29 +03:00
eap
92bb7ceb6e IPAL53872: Projection of Node Distribution does not work with Adaptive hypothesis 2016-12-26 18:42:19 +03:00
eap
b6e8c17211 IPAL53863: MG-CADSurf + Viscous Layers 2D on a cylindrical face ==> crash 2016-12-26 16:27:08 +03:00
eap
2ba55546bd IPAL53716: Body Fitting - cavities in mesh mismatch cavities in geometry 2016-12-21 19:46:09 +03:00
eap
dca6c871d2 IMP23371: [CEA 1441] Define the faces where we impose the boundary layer from the dialog box of MG-Hybrid 2016-12-20 15:53:36 +03:00
eap
7eec94a3ae Regression of doc/salome/examples/transforming_meshes_ex10.py 2016-12-19 13:49:10 +03:00
eap
cf7328b78f IMP23369: [CEA 1513] compute a mesh using an already existing mesh with MG-CADSurf
Enable computing a mesh w/o geom with 2 algos
2016-12-16 19:17:51 +03:00
rnv
d2c9aaf03a Fix for the issue "53821: Visualization of mesh". 2016-12-16 16:47:12 +03:00
Paul RASCLE
c7d720eb8a Merge branch 'V8_2_BR' 2016-12-15 10:25:26 +01:00
Paul RASCLE
6f5a4f116d Merge branch 'V8_2_BR' into pre/V8_2_BR 2016-12-15 10:19:54 +01:00
rnv
e5a91d8557 Merge branch 'V8_2_BR' 2016-12-15 11:05:13 +03:00
eap
831b40eb01 23395: EDF 13855 - Crash SALOME when creating a mesh
+ sort objects in Clipping plane dlg
2016-12-13 20:30:15 +03:00
ana
eae69d8712 Windows compatibility 2016-12-08 16:45:32 +03:00
rnv
db78f3625c Keep compatibility with ParaView-5.0.1 2016-12-08 12:27:39 +03:00
Paul RASCLE
54a5b4f97e debug blocFissure: problem GetInPlace 2016-12-06 14:50:48 +01:00
Paul RASCLE
596f40f598 debug blocFissure: CasTests.ellipse_1 2016-12-05 17:54:39 +01:00
Paul RASCLE
fd1b23f804 debug blocFissure: geom behaviour change 2016-12-05 13:27:27 +01:00
Christophe Bourcier
ac0486e51f Update translation files from Crowdin 2016-11-29 17:24:56 +01:00
eap
e64112ab22 23336: [CEA 1940] Crash when editing a skin mesh generated by MG-Cleaner 2016-11-28 17:47:32 +03:00
eap
24b702afda 23336: [CEA 1940] Crash when editing a skin mesh generated by MG-Cleaner 2016-11-28 17:06:48 +03:00
eap
8beac8f8eb IPAL53822: TC8.2.0:Assign a set of hypotheses is frozen 2016-11-25 18:05:15 +03:00
eap
979d9c81fc Fix regressions 2016-11-25 17:24:41 +03:00
Paul RASCLE
7ea81bbe6e Merge branch 'V8_2_BR' into pre/V8_2_BR 2016-11-24 19:07:48 +01:00
Paul RASCLE
1746a46194 Zcracks plugin adaptation to new Zcracks tool 2016-11-24 19:00:44 +01:00
skv
7235af072c Fix pb with save/restore GEOM for Debian 6.0 2016-11-24 15:54:21 +03:00
ana
922336dfb7 Merge branch 'master' of salome:modules/smesh 2016-11-24 14:29:56 +03:00
ana
9c03aded93 Windows compatibility. 2016-11-24 14:29:42 +03:00
rnv
c621e7dcf5 Merge remote-tracking branch 'origin/cbr/fix_import_gmf_pyramids_orientation' 2016-11-24 11:34:29 +03:00
Christophe Bourcier
5bca5c56b4 Fix pyramids orientation in GMF import/export 2016-11-24 08:39:01 +01:00
eap
952c6dca84 23395: EDF 13855 - Crash SALOME when creating a mesh
Pb with a prism whose base face includes 3 wires and only one wire in internal
2016-11-23 21:04:46 +03:00
eap
164f564028 IPAL53819: Mesh edition clears Numbering
Keep numbering when a mesh is cleared
2016-11-22 14:34:16 +03:00
eap
a3b465189d Don't drop the control mode when a mesh becomes empty
+ Update mesh when unassign hypothesis
2016-11-21 20:05:01 +03:00
eap
55a627cc62 23394: EDF - non regression test fails - problem of projection of a quadrangle face on a cylinder 2016-11-21 19:30:24 +03:00
eap
d053feed93 23315: [CEA 1929] Too much memory used to display a mesh in shading and wireframe
Use my1DActor only to show edge numbers and controls of all edges
       => 10% decrease memory usage
2016-11-18 19:39:59 +03:00
rnv
270d55cf05 Fix compilation error on some platforms. 2016-11-17 12:32:01 +03:00
eap
f572be3197 Performance regression of SALOME_TESTS/Grids/smesh/bugs_18/V9 2016-11-16 18:07:42 +03:00
eap
cf35807108 Optimize ConvertToQuadratic
avoid computing octree->getHeight() upon each FindClosestTo() in SMESH_MesherHelper::FixQuadraticElements()
2016-11-16 16:48:50 +03:00
eap
81bd088581 Fix regressions 2016-11-15 19:54:27 +03:00
eap
7ee75034e2 Regression: outline is not shown if selection disabled before showing 2016-11-14 15:44:16 +03:00
eap
1f79871a68 Fix regression of the proxy mesh 2016-11-11 17:26:02 +03:00
eap
6ea484ee5f 23386: EDF 13811 - Crash SALOME during compute
reason: empty NbSegments in FixedPoints1D hypothesis
2016-11-11 16:39:46 +03:00
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
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
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