Salome HOME
modules/smesh.git
11 years agoMerge from V6_main 12/11/2012 V6_6_0b1
vsr [Mon, 12 Nov 2012 14:50:52 +0000 (14:50 +0000)]
Merge from V6_main 12/11/2012

11 years ago0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
eap [Mon, 12 Nov 2012 09:19:52 +0000 (09:19 +0000)]
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes

  fix shrink() around a concave VERTEX

11 years agoPR: link problem detection on ubuntu 12.04
prascle [Sat, 10 Nov 2012 19:11:36 +0000 (19:11 +0000)]
PR: link problem detection on ubuntu 12.04

11 years agoprecise comment
eap [Fri, 9 Nov 2012 10:20:59 +0000 (10:20 +0000)]
precise comment

11 years agoFix bug caused by integration of improvement for tri-quadratic elements - dialog...
vsr [Thu, 8 Nov 2012 16:05:16 +0000 (16:05 +0000)]
Fix bug caused by integration of improvement for tri-quadratic elements - dialog box for adding of quadratic hexahedron was not shown.

11 years ago0021954: [CEA 706] Error at the mesh object creation
eap [Thu, 8 Nov 2012 15:34:29 +0000 (15:34 +0000)]
0021954: [CEA 706] Error at the mesh object creation

   protect fillAncestorsMap() from empty compounds

11 years agoFix for the "0051573: TC6.6.0: Clipping - Select all check-box behavior is wrong...
ana [Thu, 8 Nov 2012 15:07:36 +0000 (15:07 +0000)]
Fix for the "0051573: TC6.6.0: Clipping - Select all check-box behavior is wrong" issue.

11 years agoFix for the "0021861: EDF 2226 : Documentation of numeric functor option in split...
eap [Thu, 8 Nov 2012 14:03:31 +0000 (14:03 +0000)]
Fix for the "0021861: EDF 2226 : Documentation of numeric functor option in split quadrangles is unclear" issue.

   Improve comments

11 years agoFix for the "0021861: EDF 2226 : Documentation of numeric functor option in split...
eap [Thu, 8 Nov 2012 14:02:30 +0000 (14:02 +0000)]
Fix for the "0021861: EDF 2226 : Documentation of numeric functor option in split quadrangles is unclear" issue.

   Fix conversion of "QuadToTriObject"

11 years ago0051564: TC6.6.0: Extrusion work incorrect
eap [Thu, 8 Nov 2012 10:46:53 +0000 (10:46 +0000)]
0051564: TC6.6.0: Extrusion work incorrect

+  MeshEditor_I::TPreviewMesh * getPreviewMesh( SMDSAbs_ElementType previewType = SMDSAbs_All );
+  ::SMESH_MeshEditor& getEditor();

11 years agoinitialize myEditCurrentArgument, else valgrind complaints
eap [Thu, 8 Nov 2012 08:36:08 +0000 (08:36 +0000)]
initialize myEditCurrentArgument, else valgrind complaints

11 years ago0051567: TC6.6.0: Qadrangle_2D fail
eap [Wed, 7 Nov 2012 16:27:19 +0000 (16:27 +0000)]
0051567: TC6.6.0: Qadrangle_2D fail

   remove wrong code entered while implementing ViscousLayers2D

11 years ago0021680: EDF 2288 SMESH: creation of 0D elements from other elements
eap [Wed, 7 Nov 2012 13:48:46 +0000 (13:48 +0000)]
0021680: EDF 2288 SMESH: creation of 0D elements from other elements

+<h3>Add 0D Element on Element Nodes</h3>

11 years agominor
eap [Wed, 7 Nov 2012 13:48:13 +0000 (13:48 +0000)]
minor

11 years ago0021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)
eap [Wed, 7 Nov 2012 13:20:51 +0000 (13:20 +0000)]
0021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)

   Create _pyMesh for CreateMeshesFromGMF() command

11 years ago0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
eap [Wed, 7 Nov 2012 08:31:22 +0000 (08:31 +0000)]
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes

  debug on a complex sketch

11 years ago0021942: [CEA 700] Behavior of the Mesh.Triangle(algo=smesh.NETGEN) command
eap [Wed, 7 Nov 2012 08:30:39 +0000 (08:30 +0000)]
0021942: [CEA 700] Behavior of the Mesh.Triangle(algo=smesh.NETGEN) command

  In Compute(), report on hiding algo

11 years ago0021942: [CEA 700] Behavior of the Mesh.Triangle(algo=smesh.NETGEN) command
eap [Wed, 7 Nov 2012 08:30:07 +0000 (08:30 +0000)]
0021942: [CEA 700] Behavior of the Mesh.Triangle(algo=smesh.NETGEN) command

  In readMesh(), if there are incompatible algos assigned, one of
  which is thus ignored by Compute(), make the not ignored algo be
  present in the dialog instead of the ignored one

11 years ago- theElems.insert( face );
eap [Wed, 7 Nov 2012 08:24:45 +0000 (08:24 +0000)]
-      theElems.insert( face );
+      theElems.insert( theElems.end(), face );

11 years ago0021942: [CEA 700] Behavior of the Mesh.Triangle(algo=smesh.NETGEN) command
eap [Wed, 7 Nov 2012 08:23:53 +0000 (08:23 +0000)]
0021942: [CEA 700] Behavior of the Mesh.Triangle(algo=smesh.NETGEN) command

  In checkConformIgnoredAlgos(), report on hiding algo

11 years agoreplaced factor by functor un cutting quadrangles doc for consistency with the dialog box
rnc [Mon, 5 Nov 2012 09:35:24 +0000 (09:35 +0000)]
replaced factor by functor un cutting quadrangles doc for consistency with the dialog box

11 years ago0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
eap [Fri, 2 Nov 2012 12:22:25 +0000 (12:22 +0000)]
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes

  debug on a complex sketch -- almost OK

11 years ago0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
eap [Fri, 2 Nov 2012 09:50:14 +0000 (09:50 +0000)]
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes

  debug on a complex sketch

+    bool improve();

11 years agoFix for the "0021861: EDF 2226 : Documentation of numeric functor option in split...
ana [Fri, 2 Nov 2012 07:41:57 +0000 (07:41 +0000)]
Fix for the "0021861: EDF 2226 : Documentation of numeric functor option in split quadrangles is unclear" issue.

11 years ago0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
eap [Thu, 1 Nov 2012 16:50:00 +0000 (16:50 +0000)]
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes

  debug on a complex sketch

11 years agoFix for the "0021861: EDF 2226 : Documentation of numeric functor option in split...
ana [Thu, 1 Nov 2012 11:39:48 +0000 (11:39 +0000)]
Fix for the "0021861: EDF 2226 : Documentation of numeric functor option in split quadrangles is unclear" issue.

11 years ago0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
eap [Wed, 31 Oct 2012 10:53:31 +0000 (10:53 +0000)]
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes

  Fix inflate(), fixCollisions() and shrink()

11 years agoWin32 compatibility
ana [Tue, 30 Oct 2012 15:03:29 +0000 (15:03 +0000)]
Win32 compatibility

11 years ago0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
eap [Tue, 30 Oct 2012 08:05:44 +0000 (08:05 +0000)]
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes

  Fix shrink()

11 years agoPorting to med 3.0.6 / Win32 compatibility / Replace dependency on libmed (fortran...
vsr [Tue, 30 Oct 2012 06:17:46 +0000 (06:17 +0000)]
Porting to med 3.0.6 / Win32 compatibility / Replace dependency on libmed (fortran API) by libmedC

11 years agoIPAL 0051565: TC6.6.0: Create sub-mesh - wrong Mesh field when multiply selection
vsr [Mon, 29 Oct 2012 14:27:39 +0000 (14:27 +0000)]
IPAL 0051565: TC6.6.0: Create sub-mesh - wrong Mesh field when multiply selection

11 years agoIPAL 0051561: Hexotic algorithm fail
vsr [Mon, 29 Oct 2012 13:36:13 +0000 (13:36 +0000)]
IPAL 0051561: Hexotic algorithm fail
Fix problem of Hexotic algo computation on 32bit platforms

11 years agoRemove bad implementation of "position" parameter for mesh elements causing SIGSEGV
vsr [Mon, 29 Oct 2012 11:54:32 +0000 (11:54 +0000)]
Remove bad implementation of "position" parameter for mesh elements causing SIGSEGV

11 years ago0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
eap [Mon, 29 Oct 2012 09:15:02 +0000 (09:15 +0000)]
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes

  Fix usage of nodes already shrinked within an adjacent FACE

11 years ago0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
eap [Fri, 26 Oct 2012 14:28:19 +0000 (14:28 +0000)]
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes

+    bool toShrinkForAdjacent( const TopoDS_Face& adjFace,
+                              const TopoDS_Edge& E,
+                              const TopoDS_Vertex& V);

11 years agoFix compilation problem.
vsr [Fri, 26 Oct 2012 09:27:41 +0000 (09:27 +0000)]
Fix compilation problem.

11 years agoCMake: fix install error
ana [Fri, 26 Oct 2012 07:28:20 +0000 (07:28 +0000)]
CMake: fix install error

11 years agocode shorten
eap [Thu, 25 Oct 2012 11:57:36 +0000 (11:57 +0000)]
code shorten

11 years ago0021339: EDF 1928 SMESH: Create group of 0D elements
eap [Thu, 25 Oct 2012 10:37:56 +0000 (10:37 +0000)]
0021339: EDF 1928 SMESH: Create group of 0D elements

  Use TMeshModifTracer in ElementsOnSurface

11 years ago0021921: [CEA 690] GetVolume applied on many elements has performance issue
eap [Wed, 24 Oct 2012 15:46:31 +0000 (15:46 +0000)]
0021921: [CEA 690] GetVolume applied on many elements has performance issue

 Optimize _valueFromFunctor()

11 years agoFix description of "Generate groups"
eap [Wed, 24 Oct 2012 10:30:57 +0000 (10:30 +0000)]
Fix description of "Generate groups"

11 years agoupdate
eap [Wed, 24 Oct 2012 08:50:51 +0000 (08:50 +0000)]
update

11 years agoCmake: small fix for generating docs
ana [Wed, 24 Oct 2012 08:29:57 +0000 (08:29 +0000)]
Cmake: small fix for generating docs

11 years agoMerge updates of translations files
gdd [Wed, 24 Oct 2012 08:08:05 +0000 (08:08 +0000)]
Merge updates of translations files

11 years ago0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
eap [Tue, 23 Oct 2012 12:47:36 +0000 (12:47 +0000)]
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes

  Fix UVPtStructVec on the shrinked EDGE

11 years ago21680: EDF 2288 SMESH: creation of 0D elements from other elements
eap [Tue, 23 Oct 2012 12:42:36 +0000 (12:42 +0000)]
21680: EDF 2288 SMESH: creation of 0D elements from other elements

11 years ago21680: EDF 2288 SMESH: creation of 0D elements from other elements
eap [Tue, 23 Oct 2012 12:42:23 +0000 (12:42 +0000)]
21680: EDF 2288 SMESH: creation of 0D elements from other elements

  In RemoveGroupWithContents(), make python dump before group removal

11 years ago21680: EDF 2288 SMESH: creation of 0D elements from other elements
eap [Tue, 23 Oct 2012 08:03:26 +0000 (08:03 +0000)]
21680: EDF 2288 SMESH: creation of 0D elements from other elements

  fix myHelpFileName

11 years ago21680: EDF 2288 SMESH: creation of 0D elements from other elements
eap [Tue, 23 Oct 2012 07:52:48 +0000 (07:52 +0000)]
21680: EDF 2288 SMESH: creation of 0D elements from other elements

+    def Add0DElementsToAllNodes(self, theObject, theGroupName=""):

11 years ago21680: EDF 2288 SMESH: creation of 0D elements from other elements
eap [Tue, 23 Oct 2012 07:52:29 +0000 (07:52 +0000)]
21680: EDF 2288 SMESH: creation of 0D elements from other elements

1)
+  SMESH::SMESH_IDSource_ptr Create0DElementsOnAllNodes(SMESH::SMESH_IDSource_ptr theObject,
+                                                       const char*               theGroupName)

2) Keep 10 last auxilary IDSources

11 years ago21680: EDF 2288 SMESH: creation of 0D elements from other elements
eap [Tue, 23 Oct 2012 07:50:39 +0000 (07:50 +0000)]
21680: EDF 2288 SMESH: creation of 0D elements from other elements

   fix onTextChanged() for selectionMode() == CellSelection

11 years ago21680: EDF 2288 SMESH: creation of 0D elements from other elements
eap [Tue, 23 Oct 2012 07:49:29 +0000 (07:49 +0000)]
21680: EDF 2288 SMESH: creation of 0D elements from other elements

   fix SMESHGUI_FilterTable::Init (const QList<int>& theTypes) for the
   case of theTypes.count() > 1

11 years ago21680: EDF 2288 SMESH: creation of 0D elements from other elements
eap [Tue, 23 Oct 2012 07:48:38 +0000 (07:48 +0000)]
21680: EDF 2288 SMESH: creation of 0D elements from other elements

 and untabify

11 years ago21680: EDF 2288 SMESH: creation of 0D elements from other elements
eap [Tue, 23 Oct 2012 07:46:58 +0000 (07:46 +0000)]
21680: EDF 2288 SMESH: creation of 0D elements from other elements

+  void Create0DElementsOnAllNodes( const TIDSortedElemSet& elements,
+                                   TIDSortedElemSet&       all0DElems);

+  void                           CrearLastCreated();

11 years ago21680: EDF 2288 SMESH: creation of 0D elements from other elements
eap [Tue, 23 Oct 2012 07:46:20 +0000 (07:46 +0000)]
21680: EDF 2288 SMESH: creation of 0D elements from other elements

+    SMESH_IDSource Create0DElementsOnAllNodes(in SMESH_IDSource theObject,
+                                              in string         theGroupName)

11 years ago21680: EDF 2288 SMESH: creation of 0D elements from other elements
eap [Tue, 23 Oct 2012 07:45:56 +0000 (07:45 +0000)]
21680: EDF 2288 SMESH: creation of 0D elements from other elements

11 years ago21680: EDF 2288 SMESH: creation of 0D elements from other elements
eap [Tue, 23 Oct 2012 07:39:55 +0000 (07:39 +0000)]
21680: EDF 2288 SMESH: creation of 0D elements from other elements

11 years agoGenerating documentation by CMake: small correction V6_6_0a1
ana [Mon, 22 Oct 2012 08:55:16 +0000 (08:55 +0000)]
Generating documentation by CMake: small correction

11 years agoGenerating documentation by CMake
ana [Mon, 22 Oct 2012 08:41:19 +0000 (08:41 +0000)]
Generating documentation by CMake

11 years ago0021339: EDF 1928 SMESH: Create group of 0D elements
eap [Fri, 19 Oct 2012 07:45:39 +0000 (07:45 +0000)]
0021339: EDF 1928 SMESH: Create group of 0D elements

11 years ago0021339: 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

11 years agountabify
eap [Thu, 18 Oct 2012 11:44:28 +0000 (11:44 +0000)]
untabify

11 years agofix of comment
eap [Thu, 18 Oct 2012 11:43:55 +0000 (11:43 +0000)]
fix of comment

11 years ago0021339: EDF 1928 SMESH: Create group of 0D elements
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

11 years ago0021339: EDF 1928 SMESH: Create group of 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

11 years ago0021339: EDF 1928 SMESH: Create group of 0D elements
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

11 years agowin32 compatibility
ana [Wed, 17 Oct 2012 13:42:00 +0000 (13:42 +0000)]
win32 compatibility

11 years ago0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins...
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.

11 years ago0021915: [CEA 685] Remove Ascii from the STL file selection filter in the import...
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

11 years ago0021915: [CEA 685] Remove Ascii from the STL file selection filter in the import...
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

11 years ago0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
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

11 years agoValues of element controls have been added to Mesh info
eap [Tue, 16 Oct 2012 09:56:24 +0000 (09:56 +0000)]
Values of element controls have been added to Mesh info

11 years ago0021478: EDF 2083 ALL: Write the version of Salome used to create the study in the...
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

11 years agowin32 compilation: remove unnecessary definition of dllimport
ana [Tue, 16 Oct 2012 06:35:13 +0000 (06:35 +0000)]
win32 compilation: remove unnecessary definition of dllimport

11 years ago0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
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

11 years ago0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
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

11 years ago0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
eap [Mon, 15 Oct 2012 14:39:45 +0000 (14:39 +0000)]
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes

+ StdMeshers_ViscousLayers2D.cxx \

11 years ago0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
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=[]):

11 years agoConvert ExportGMF()
eap [Mon, 15 Oct 2012 14:38:40 +0000 (14:38 +0000)]
Convert ExportGMF()

11 years agoFix dump of ExportGMF() and ExportCGNS()
eap [Mon, 15 Oct 2012 14:35:51 +0000 (14:35 +0000)]
Fix dump of ExportGMF() and ExportCGNS()

11 years ago0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
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()

11 years ago0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
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

11 years ago0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
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

11 years ago0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
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

11 years ago0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
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 \

11 years agoAvoid referencing memory of an automatic variable
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();
+    }

11 years ago0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
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; }

11 years ago0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
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

11 years ago+ const SMESHDS_SubMesh * GetSubMeshDS() const;
eap [Mon, 15 Oct 2012 13:04:17 +0000 (13:04 +0000)]
+  const SMESHDS_SubMesh * GetSubMeshDS() const;

11 years ago0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
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

11 years ago0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
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)

11 years ago0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
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"

11 years ago0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
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

11 years agoEDF 2357 : Modification of the "Files of type" (*.med => *.*med) - CTN
gdd [Mon, 15 Oct 2012 09:58:06 +0000 (09:58 +0000)]
EDF 2357 : Modification of the "Files of type" (*.med => *.*med) - CTN

11 years agoMore details
eap [Fri, 12 Oct 2012 15:24:09 +0000 (15:24 +0000)]
More details

11 years ago0021905: EDF SMESH: Impossible to add a face without layers with "viscous layers"
vsr [Fri, 12 Oct 2012 15:07:11 +0000 (15:07 +0000)]
0021905: EDF SMESH: Impossible to add a face without layers with "viscous layers"

11 years agoPR: bug on CreateHoleSkin with groups
prascle [Fri, 12 Oct 2012 10:59:49 +0000 (10:59 +0000)]
PR: bug on CreateHoleSkin with groups

11 years agoFix error in previous integration
inv [Fri, 12 Oct 2012 07:17:27 +0000 (07:17 +0000)]
Fix error in previous integration

11 years agoFix problem when building SMESH in --without-gui mode (revert previous commit, instea...
inv [Fri, 12 Oct 2012 07:04:31 +0000 (07:04 +0000)]
Fix problem when building SMESH in --without-gui mode (revert previous commit, instead put all directory to the conditional, since it contains only GUI)

11 years agoFix problem when building SMESH in --without-gui mode
inv [Fri, 12 Oct 2012 07:03:48 +0000 (07:03 +0000)]
Fix problem when building SMESH in --without-gui mode