]>
SALOME platform Git repositories - modules/smesh.git/log
eap [Thu, 20 Dec 2012 09:48:39 +0000 (09:48 +0000)]
precision on 2D algo
vsr [Thu, 20 Dec 2012 05:59:39 +0000 (05:59 +0000)]
Imp: show element position in a mesh information dialog box
prascle [Wed, 19 Dec 2012 16:31:35 +0000 (16:31 +0000)]
PR: fix previous commit
vsr [Wed, 19 Dec 2012 14:33:24 +0000 (14:33 +0000)]
Imp: dump mesh information to file
eap [Tue, 18 Dec 2012 17:49:25 +0000 (17:49 +0000)]
Add an arg to Concatenate() specifying a name of a new mesh
eap [Tue, 18 Dec 2012 13:33:32 +0000 (13:33 +0000)]
22017: [CEA 739] Get an error code returned by cadsurf_set_param
Remove "Salome " from "Salome Exception" prefix returned by
SALOME_Exception::what() while composing an error message
eap [Tue, 18 Dec 2012 12:57:39 +0000 (12:57 +0000)]
- TCollection_AsciiString oldScript (oldValue.out());
+ TCollection_AsciiString oldScript (oldValue.in());
eap [Tue, 18 Dec 2012 10:56:35 +0000 (10:56 +0000)]
Fix a bug that "Lying on Geom" filter rejects elements whose gravity
center is outside the shape
prascle [Tue, 18 Dec 2012 09:25:28 +0000 (09:25 +0000)]
PR: compilation problem on ubuntu 12.04
vsr [Tue, 18 Dec 2012 08:06:25 +0000 (08:06 +0000)]
Imp for Mesh Info dialog box: double click on "connectivity" item switch dialog box to show information of connected nodes/elements
eap [Mon, 17 Dec 2012 16:42:40 +0000 (16:42 +0000)]
- nbElemsLabel = new QLabel(" 0", this );
+ nbElemsLabel = new QLabel("0", this );
eap [Mon, 17 Dec 2012 16:37:18 +0000 (16:37 +0000)]
22011: [CEA 736] Mesh ends with "Global 2D algorithm is missing"
In checkMissing(), check only sub-meshes on meshable shapes (edges,faces,solids)
eap [Mon, 17 Dec 2012 16:17:54 +0000 (16:17 +0000)]
Allow for definition of sweep vector by 3 vector components
vsr [Mon, 17 Dec 2012 15:48:01 +0000 (15:48 +0000)]
Imp: allow customization of nodes / cells numbering text properties via preferences
eap [Mon, 17 Dec 2012 15:39:59 +0000 (15:39 +0000)]
Add missing throw (SALOME::SALOME_Exception)
eap [Mon, 17 Dec 2012 15:39:30 +0000 (15:39 +0000)]
Add missing try/catch using SMESH_TryCatch.hxx
eap [Mon, 17 Dec 2012 15:38:09 +0000 (15:38 +0000)]
+ /*!
+ * \brief Function used in SMESH_CATCH to convert a caught exception to
+ * SALOME::SALOME_Exception
+ */
+ inline void throwCorbaException(const char* excText)
+ {
+ THROW_SALOME_CORBA_EXCEPTION( excText, SALOME::INTERNAL_ERROR );
+ }
eap [Mon, 17 Dec 2012 15:10:44 +0000 (15:10 +0000)]
- smeshpy.py
eap [Mon, 17 Dec 2012 15:09:43 +0000 (15:09 +0000)]
useless file
eap [Mon, 17 Dec 2012 14:14:18 +0000 (14:14 +0000)]
Use SMESH_TryCatch.hxx
eap [Mon, 17 Dec 2012 14:14:03 +0000 (14:14 +0000)]
+ SMESH_TryCatch.hxx
eap [Mon, 17 Dec 2012 14:12:40 +0000 (14:12 +0000)]
22010: [CEA 731] "CreateDimGroup" creates some faces not belonging to volumes's skin
Re-implenent CreateDimGroup()
vsr [Mon, 17 Dec 2012 12:38:17 +0000 (12:38 +0000)]
Imp: use file name as default mesh name when publishing data coming from SAUV or STL file
vsr [Mon, 17 Dec 2012 12:15:09 +0000 (12:15 +0000)]
Fix bug: wrong default color the the group
eap [Fri, 14 Dec 2012 13:57:37 +0000 (13:57 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
Elimenate memory leaks on CORBA objects, servants of SALOMEDS objects etc
eap [Fri, 14 Dec 2012 13:56:22 +0000 (13:56 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
UnRegister filter manager etc
eap [Fri, 14 Dec 2012 13:54:34 +0000 (13:54 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
<source>SMESH_VISU_PROBLEM</source>
+ <translation>Mesh visualization failed</translation>
+ </message>
+ <message>
+ <source>SMESH_VISU_PROBLEM_MEMORY</source>
<translation>Mesh visualization failed, probably due to lack of memory</translation>
eap [Fri, 14 Dec 2012 13:54:12 +0000 (13:54 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
+ bool myToDeleteInitParamsHypo;
eap [Fri, 14 Dec 2012 13:49:42 +0000 (13:49 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
Show nb of nodes and elements in "Compute" dialog
eap [Fri, 14 Dec 2012 13:44:41 +0000 (13:44 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
SMESH::RemoveVisualObjectWithActors() at object removal from study
eap [Fri, 14 Dec 2012 13:42:25 +0000 (13:42 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
Fix a leak of GEOM_IGroupOperations_i servant
eap [Fri, 14 Dec 2012 13:41:32 +0000 (13:41 +0000)]
untabify
eap [Fri, 14 Dec 2012 13:41:14 +0000 (13:41 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
Optimize for groups in large meshes
eap [Fri, 14 Dec 2012 13:40:14 +0000 (13:40 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
Delete fields in order of their declaration in the header - for easier check
eap [Fri, 14 Dec 2012 13:37:18 +0000 (13:37 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
Fix leaks of myPreHighlightActor and myHighlightActor
eap [Fri, 14 Dec 2012 13:36:23 +0000 (13:36 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
Optimize ElementsOnShape for large meshes
eap [Fri, 14 Dec 2012 13:35:19 +0000 (13:35 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
+ static void ForgetAllData( SMESH_Mesh_i* mesh );
eap [Fri, 14 Dec 2012 13:34:34 +0000 (13:34 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
Elimenate memory leaks on CORBA objects, servants of SALOMEDS objects etc
eap [Fri, 14 Dec 2012 13:34:18 +0000 (13:34 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
+ static bool IsTemporaryIDSource( SMESH::SMESH_IDSource_ptr& idSource );
eap [Fri, 14 Dec 2012 13:33:47 +0000 (13:33 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
Optimize groups on filter for large meshes
+ virtual SMESH::long_array* GetListOfID();
+ virtual SMESH::long_array* GetMeshInfo();
eap [Fri, 14 Dec 2012 13:25:12 +0000 (13:25 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
In DeleteEventListener() fix removal of listeners
eap [Fri, 14 Dec 2012 13:24:26 +0000 (13:24 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
Use _id instead of _idDoc
- _myMeshDS = theDocument->GetMesh(_idDoc);
+ _myMeshDS = theDocument->NewMesh(theIsEmbeddedMode,theLocalId);
eap [Fri, 14 Dec 2012 13:23:20 +0000 (13:23 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
- int _idDoc; // id given by SMESHDS_Document
eap [Fri, 14 Dec 2012 13:22:42 +0000 (13:22 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
minor changes
eap [Fri, 14 Dec 2012 13:21:56 +0000 (13:21 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
Delete SMESHDS_Document's at destruction
eap [Fri, 14 Dec 2012 13:19:01 +0000 (13:19 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
Optimize for large meshes
eap [Fri, 14 Dec 2012 13:17:12 +0000 (13:17 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
void SMESHDS_SubMesh::Clear()
{
- myElements.clear();
- myNodes.clear();
+ clearVector( myElements );
+ clearVector( myNodes );
eap [Fri, 14 Dec 2012 13:16:39 +0000 (13:16 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
- int NewMesh(bool theIsEmbeddedMode);
+ SMESHDS_Mesh * NewMesh(bool theIsEmbeddedMode, int MeshID);
eap [Fri, 14 Dec 2012 13:15:17 +0000 (13:15 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
pass vector arg by reference, not by value
eap [Fri, 14 Dec 2012 13:13:00 +0000 (13:13 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
fix leaks of cellLinks: adjuct vtkCellLinks::MaxId
+ void ResizeForPoint(vtkIdType vtkID);
eap [Fri, 14 Dec 2012 13:09:07 +0000 (13:09 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
fix leaks of cellLinks
class SMDS_EXPORT SMDS_CellLinks: public vtkCellLinks
{
public:
+ void ResizeForPoint(vtkIdType vtkID);
eap [Fri, 14 Dec 2012 13:08:08 +0000 (13:08 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
fix leaks of cellLinks
void SMDS_MeshNode::init()
{
- if (myVtkID >= cellLinks->GetLinksSize())
- cellLinks->ResizeL(myVtkID+SMDS_Mesh::chunkSize);
+ cellLinks->ResizeForPoint( myVtkID );
eap [Fri, 14 Dec 2012 13:04:42 +0000 (13:04 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
Make clear free as much as possible memory
eap [Fri, 14 Dec 2012 13:02:44 +0000 (13:02 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
+ void clear()
eap [Fri, 14 Dec 2012 12:30:59 +0000 (12:30 +0000)]
21948: EDF SMESH : Memory is not freed when deleting a mesh
Elimenate memory leaks
vsr [Fri, 14 Dec 2012 10:16:09 +0000 (10:16 +0000)]
Merge from BR_Qt48_porting (compatibility with Qt4.8) 14/12/2012
vsr [Tue, 11 Dec 2012 13:23:39 +0000 (13:23 +0000)]
Merge from V6_6_BR (V6_6_0rc2) 11/12/2012
eap [Fri, 23 Nov 2012 14:34:33 +0000 (14:34 +0000)]
0021999 : EDF 2480 SMESH : Aspect ratio on a flat mesh
1) For badly shaped elements, to prevent division by zero and other FP errors, do not use Presicion::Confusion() but 1e-100 and return 1e+100 if this limit is overcome
2) merge other changes from V6_6_BR
gdd [Mon, 12 Nov 2012 09:59:56 +0000 (09:59 +0000)]
Remove unwanted file
pnoyret [Mon, 29 Oct 2012 13:06:41 +0000 (13:06 +0000)]
ajout du plugin yams
pnoyret [Mon, 29 Oct 2012 13:02:14 +0000 (13:02 +0000)]
minor bugs -)
gdd [Tue, 23 Oct 2012 10:03:15 +0000 (10:03 +0000)]
Update translation files
ana [Mon, 22 Oct 2012 08:55:16 +0000 (08:55 +0000)]
Generating documentation by CMake: small correction
ana [Mon, 22 Oct 2012 08:41:19 +0000 (08:41 +0000)]
Generating documentation by CMake
eap [Fri, 19 Oct 2012 07:45:39 +0000 (07:45 +0000)]
0021339 : EDF 1928 SMESH: Create group of 0D elements
eap [Thu, 18 Oct 2012 11:44:44 +0000 (11:44 +0000)]
0021339 : EDF 1928 SMESH: Create group of 0D elements
eap [Thu, 18 Oct 2012 11:44:28 +0000 (11:44 +0000)]
untabify
eap [Thu, 18 Oct 2012 11:43:55 +0000 (11:43 +0000)]
fix of comment
eap [Thu, 18 Oct 2012 11:42:50 +0000 (11:42 +0000)]
0021339 : EDF 1928 SMESH: Create group of 0D elements
Enable filtering 0D elements
eap [Thu, 18 Oct 2012 11:41:56 +0000 (11:41 +0000)]
0021339 : EDF 1928 SMESH: Create group of 0D elements
Enable creation of Balls and 0D elements on all selected nodes, not
on one node only
eap [Thu, 18 Oct 2012 11:40:33 +0000 (11:40 +0000)]
0021339 : EDF 1928 SMESH: Create group of 0D elements
Fix ElemGeomType::IsSatisfy() to work automatically with any new type
ana [Wed, 17 Oct 2012 13:42:00 +0000 (13:42 +0000)]
win32 compatibility
ana [Wed, 17 Oct 2012 06:21:34 +0000 (06:21 +0000)]
0021308 : EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module
* Improve documentation for meshing plug-ins (in particular, dynamically added methods). Porting to CMake.
vsr [Tue, 16 Oct 2012 16:00:19 +0000 (16:00 +0000)]
0021915 : [CEA 685] Remove Ascii from the STL file selection filter in the import STL file dialog box
vsr [Tue, 16 Oct 2012 15:49:48 +0000 (15:49 +0000)]
0021915 : [CEA 685] Remove Ascii from the STL file selection filter in the import STL file dialog box
eap [Tue, 16 Oct 2012 11:19:06 +0000 (11:19 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
Fix setEventListener() for a case of a listener found by name
eap [Tue, 16 Oct 2012 09:56:24 +0000 (09:56 +0000)]
Values of element controls have been added to Mesh info
vsr [Tue, 16 Oct 2012 08:28:43 +0000 (08:28 +0000)]
0021478 : EDF 2083 ALL: Write the version of Salome used to create the study in the hdf file
ana [Tue, 16 Oct 2012 06:35:13 +0000 (06:35 +0000)]
win32 compilation: remove unnecessary definition of dllimport
eap [Mon, 15 Oct 2012 14:52:18 +0000 (14:52 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
Add StdMeshers_ViscousLayers2D hypothesis
eap [Mon, 15 Oct 2012 14:41:16 +0000 (14:41 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
1) Move struct uvPtStruct to SMESH_TypeDefs.hxx
2) Enable work with a SMESH_ProxyMesh
eap [Mon, 15 Oct 2012 14:39:45 +0000 (14:39 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
+ StdMeshers_ViscousLayers2D.cxx \
eap [Mon, 15 Oct 2012 14:39:03 +0000 (14:39 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
+ def ViscousLayers2D(self, thickness, numberOfLayers, stretchFactor, ignoreEdges=[]):
eap [Mon, 15 Oct 2012 14:38:40 +0000 (14:38 +0000)]
Convert ExportGMF()
eap [Mon, 15 Oct 2012 14:35:51 +0000 (14:35 +0000)]
Fix dump of ExportGMF() and ExportCGNS()
eap [Mon, 15 Oct 2012 14:34:23 +0000 (14:34 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
In FindEqualElements(), use idSourceToSet()
eap [Mon, 15 Oct 2012 14:32:14 +0000 (14:32 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
enable reporting lack of a node on a vertex
eap [Mon, 15 Oct 2012 14:30:54 +0000 (14:30 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
move struct uvPtStruct from StdMeshers_FaceSide
eap [Mon, 15 Oct 2012 14:30:14 +0000 (14:30 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
Derive SMESH_Octree from a template SMESH_Tree
eap [Mon, 15 Oct 2012 14:29:45 +0000 (14:29 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
Derive SMESH_Octree from SMESH_Tree
+ SMESH_Tree.hxx \
+ SMESH_Quadtree.hxx \
eap [Mon, 15 Oct 2012 14:27:55 +0000 (14:27 +0000)]
Avoid referencing memory of an automatic variable
struct StdParam
{
- const char* text() const { return myText.toLatin1().constData(); }
+ const char* text() const {
+ ((QByteArray&) myTextAsBytes) = myText.toLatin1(); return myTextAsBytes.constData();
+ }
eap [Mon, 15 Oct 2012 14:25:42 +0000 (14:25 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
- inline SMESHDS_Mesh *getParent() {return myParent; };
+ SMESHDS_Mesh *GetParent() { return myParent; }
eap [Mon, 15 Oct 2012 13:15:55 +0000 (13:15 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
1) Fix notifyListenersOnEvent() for the case if a listener is deleted
2) in setEventListener(), use a listener name to find an existing listener
eap [Mon, 15 Oct 2012 13:04:17 +0000 (13:04 +0000)]
+ const SMESHDS_SubMesh * GetSubMeshDS() const;
eap [Mon, 15 Oct 2012 13:03:16 +0000 (13:03 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
Extend the class to store 1D proxy elements
eap [Mon, 15 Oct 2012 13:01:00 +0000 (13:01 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
-void FindEqualElements(set<const SMDS_MeshElement*> & theElements,
+void FindEqualElements(TIDSortedElemSet & theElements,
TListOfListOfElementsID & theGroupsOfElementsID)
eap [Mon, 15 Oct 2012 12:57:50 +0000 (12:57 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
+ <hypothesis type ="ViscousLayers2D"
+ label-id ="Viscous Layers 2D"
+ icon-id ="mesh_algo_quad.png"
+ auxiliary="true"
+ dim ="2"/>
<algorithm type ="MEFISTO_2D"
+ opt-hypos ="ViscousLayers2D"
<algorithm type ="Quadrangle_2D"
+ opt-hypos="ViscousLayers2D"
eap [Mon, 15 Oct 2012 12:49:07 +0000 (12:49 +0000)]
0021543 : EDF 1978 SMESH: Viscous layer for 2D meshes
+ interface StdMeshers_ViscousLayers2D : SMESH::SMESH_Hypothesis
gdd [Mon, 15 Oct 2012 09:58:06 +0000 (09:58 +0000)]
EDF 2357 : Modification of the "Files of type" (*.med => *.*med) - CTN
eap [Fri, 12 Oct 2012 15:24:09 +0000 (15:24 +0000)]
More details