Commit Graph

326 Commits

Author SHA1 Message Date
eap
f572be3197 Performance regression of SALOME_TESTS/Grids/smesh/bugs_18/V9 2016-11-16 18:07:42 +03:00
eap
81bd088581 Fix regressions 2016-11-15 19:54:27 +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
eef0bf5cc7 23315: [CEA 1929] Too much memory used to display a mesh in shading and wireframe 2016-10-24 18:07:46 +03:00
eap
dd0d39d752 23352: [CEA] Order and naming of meshing algorithms 2016-10-03 17:53:47 +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
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
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
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
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
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
b3cb4c5a57 IMP 23300: [EDF 12865] Independent calculation of sub-meshes 2016-08-01 22:15:36 +03:00
eap
efbf393dc4 23304: [EDF 10304] Radial Quadrangle on ellipse
Fix a regression with quadratic elements
2016-08-01 16:20:09 +03:00
eap
5504d02a22 23305: [EDF 10301] Extrusion with scaling 2016-08-01 15:42:08 +03:00
eap
1cea009185 23304: [EDF 10304] Radial Quadrangle on ellipse 2016-07-28 19:16:32 +03:00
eap
386c76ea03 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)
2016-06-29 20:53:22 +03:00
eap
911ca90c3d IPAL53401: BelongToGeom is very long on multiple lines
More optimization of octree + parallel update of GroupOnFilter

  Remove useless warnings
2016-06-27 20:07:19 +03:00
eap
466da2436e Fix test SALOME_TESTS/Grids/smesh/2D_mesh_QuadranglePreference_01/B6
Case of a ring with sub-meshes on both wires
2016-06-16 16:23:35 +03:00
eap
ef3921b2af 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
2016-06-10 20:47:53 +03:00
eap
8d3d2084b7 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
2016-06-09 14:22:37 +03:00
vsr
c6ab650a79 Merge remote branch 'origin/V7_dev' 2016-05-26 18:29:15 +03:00
eap
b50774870a 23281: [CEA 1859] SALOME master : compilation SMESH - error StdMeshers_ViscousLayers2D 2016-05-26 17:53:25 +03:00
mpa
e77162f42f Migration to OCCT 7.0 2016-05-25 18:57:32 +03:00
eap
373690534a Minor DOC changes
+ Fix compilation warning "variable may be used uninitialized"
2016-05-24 20:37:08 +03:00
eap
65c1beab50 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"
2016-05-19 20:50:08 +03:00
eap
1a28a08237 Fix regression SALOME_TESTS/Grids/smesh/3D_mesh_Projection_00/A1
StdMeshers_Projection_2D.cxx

+ fix failure of IPAL52648: Incorrect vicous layer elements
2016-05-18 20:29:08 +03:00
eap
81bd7bc865 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
2016-05-16 19:40:24 +03:00
eap
d0d20593a7 23278: [EDF] Mesh computation fails for cylinder or sphere with projection algorythme 2016-05-16 15:37:57 +03:00
eap
26847926b7 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
2016-05-13 21:27:58 +03:00
eap
fd345fc99b 23190: EDF 11636 - Problem of viscous layer 2016-05-12 21:19:11 +03:00
eap
bc95c31002 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
2016-05-11 16:55:05 +03:00
eap
f3e2b7fea2 53225: Viscous Layers hyp: problem with selection of input/output faces
(StdMeshersGUI_SubShapeSelectorWdg.cxx)

+ Remove useless MESSAGEs
2016-05-11 15:13:17 +03:00
Paul RASCLE
c98d9fcd7f Merge remote branch 'origin/V7_dev' into V7_dev 2016-04-15 17:52:29 +02:00
Paul RASCLE
05cbd0eed8 tests on memory measurements 2016-04-15 17:51:36 +02:00
eap
53bd086779 23269: Meshing a composite block with IJK
StdMeshers_CompositeHexa_3D.cxx

And more:

1) Avoid creating actors for not shown mesh objects
  SMESHGUI_ComputeDlg.cxx

2) Add wait-cursor while group deletion, which can be long on large meshes
  SMESHGUI_DeleteGroupDlg.cxx

3) Avoid getting elem types of a new group on filter, which can be long
  SMESH_Gen_i_1.cxx
2016-04-14 18:31:42 +03:00
eap
57cd3cc565 23068: [CEA 1505] Be able to keep meshing in 2D after having merged the nodes in 1D
In SMESH_subMesh::ComputeStateEngine() transform errors into warnings if it is caused by mesh edition

Regression of SALOME_TESTS/Grids/smesh/2D_submesh_00/A7
    fix SMESH_subMesh::cleanDependsOn()

Regression of SALOME_TESTS/Grids/smesh/imps_02/C4
    fix getSubMeshes() in SMESH_subMesh_i.cxx and use it in all cases

Regression SALOME_TESTS/Grids/smesh/mesh_Projection_2D_01/B1
    In StdMeshers_Projection_2D treat coincident nodes in all cases
2016-03-24 20:12:07 +03:00
vsr
7eda9ca931 Copyright update: 2016 2016-03-18 20:10:28 +03:00
eap
a6bce4daba Fix regression of SALOME_TESTS/Grids/smesh/3D_submesh_00/A6
Fix SMESH_subMesh::cleanDependsOn()

+ minor improvements in SMESH_submesh and sample scripts
2016-03-17 15:30:10 +03:00
eap
a695ce3aee IPAL53051: 3D Extrusion fails
+ minor doc modifs
2016-03-16 19:59:08 +03:00
eap
14534b5557 IPAL53053: Mesh compute with 3D Extrusion algo crashes SALOME 2016-03-15 18:52:11 +03:00
eap
14497e96c0 IPAL0053055: Import-1D2D algorithm fails 2016-03-15 17:14:26 +03:00
eap
5b62e4db7c 53099: 3D Extrusion algo refuses to work on an extruded solid with internal faces 2016-03-04 20:54:10 +03:00
eap
3da8fefe9c 23239: [CEA 1739] Regression : crash trying to create mesh
(StdMesher_Prism_3D.cxx)

+ minor changes
2016-02-17 20:36:53 +03:00
eap
20248b6e76 23237: EDF 12367 - SIGSEGV with Remove group
(SMESH_Gen_i_1.cxx)

IPAL53059: Not all solids are highlighted by magenta
  (SMESHGUI_ComputeDlg.cxx)

+ remove "using namespace std" from headers
2016-02-15 15:08:20 +03:00
eap
db1bdbcddc 53068: Create Mesh dialog box is frozen 2016-02-11 18:11:47 +03:00
eap
85b03c3643 Regression of 3D_mesh_Extrusion_00/B2
+ avoid failure because of different 'vertical' discretization
2016-02-02 20:38:56 +03:00