Salome HOME
22874: [CEA 1425] Performance SMESH Module
authoreap <eap@opencascade.com>
Fri, 27 Mar 2015 16:41:20 +0000 (19:41 +0300)
committereap <eap@opencascade.com>
Fri, 27 Mar 2015 16:41:20 +0000 (19:41 +0300)
commit0921263864977d53ebb778e3d1c9d88d61a4912f
tree0ab6c8a9f549bd6f5281eb8c835036a738d5aa7a
parentbbca2cb797c37bb7695d3f35490bcd328fbddd4e
22874: [CEA 1425] Performance SMESH Module

Fix a leak of PropagationMgrData

+ Do not use volumes for preview of Extrusion
+ Fix a regression: empty groups are not removed with contents
+ avoid too long waiting at creation of hypotheses due to use of
  GEOMUtils::PreciseBoundingBox() in SMESH_Mesh::GetShapeDiagonalSize()
12 files changed:
doc/salome/gui/SMESH/images/quad_mesh_invalid.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/quad_meshes.png [new file with mode: 0644]
doc/salome/gui/SMESH/input/about_hypo.doc
doc/salome/gui/SMESH/input/about_meshes.doc
doc/salome/gui/SMESH/input/basic_meshing_algos.doc
doc/salome/gui/SMESH/input/constructing_submeshes.doc
doc/salome/gui/SMESH/input/editing_meshes.doc
doc/salome/gui/SMESH/input/quad_ijk_algo.doc [new file with mode: 0644]
src/SMESH/SMESH_Mesh.cxx
src/SMESH_I/SMESH_Gen_i.cxx
src/SMESH_I/SMESH_MeshEditor_i.cxx
src/SMESH_I/SMESH_Mesh_i.cxx