Salome HOME
modules/smesh.git
12 years agoPorting SALOME 6.3.0 on windows platform. V6_3_1_WIN
rnv [Wed, 6 Jul 2011 06:47:53 +0000 (06:47 +0000)]
Porting SALOME 6.3.0 on windows platform.

12 years agoIPAL21957: Max Element Area does not influence on resulting mesh for Triangle Mefisto V6_3_1rc1 V6_3_1rc2
eap [Mon, 4 Jul 2011 11:26:53 +0000 (11:26 +0000)]
IPAL21957: Max Element Area does not influence on resulting mesh for Triangle Mefisto
     Fully restore "protection contre une arete max desiree trop grande ou trop petite"
     to fix regression of bugs/I5

12 years agoIPAL21957: Max Element Area does not influence on resulting mesh for Triangle Mefisto
eap [Thu, 30 Jun 2011 13:32:04 +0000 (13:32 +0000)]
IPAL21957: Max Element Area does not influence on resulting mesh for Triangle Mefisto
     Partially restore "protection contre une arete max desiree trop grande ou trop petite":
     max size has been limited to make pass /bugs/S1 non-regression test
     (NETGEN failes starting from the mesh made by MEFISTO)

12 years ago"FixedPoints1D" is compatible with "CompositeSegment_1D"
eap [Wed, 29 Jun 2011 12:21:35 +0000 (12:21 +0000)]
"FixedPoints1D" is compatible with "CompositeSegment_1D"

12 years ago0021240: EDF OTHER: Impossible to go back to gui documentation after going to tui one
vsr [Tue, 28 Jun 2011 14:19:44 +0000 (14:19 +0000)]
0021240: EDF OTHER: Impossible to go back to gui documentation after going to tui one
- Add "Home" link on geompy doc pages in order to allow getting back to the main page

12 years agoAuthor: Roman Lygin, roman.lygin@gmail.com
eap [Mon, 27 Jun 2011 08:24:04 +0000 (08:24 +0000)]
Author: Roman Lygin, roman.lygin@gmail.com
fixS020
- Summary: Invalid computation of edge length on periodic curve leads to wrong tessellation
- Detailed description: SMESH_Algo returns incorrect edge length (1e-08) for an edge lying
         beyond periodic curve range. Afterwards the number of segments is computed as
         ~ 1/lentgh and becomes 1.9M leading to running out of memory or failure to produce
         2D mesh.
- Reproducer: Try to mesh f-percrvedge.brep with 1D Wire Discretization and default
         MaxSize hypothesis.

12 years agoAuthor: Roman Lygin, roman.lygin@gmail.com
eap [Mon, 27 Jun 2011 08:23:32 +0000 (08:23 +0000)]
Author: Roman Lygin, roman.lygin@gmail.com
fixS010
- Summary: Mefisto inconsistency and failure on same model
- Detailed description: See http://salome-platform.org/forum/forum_10/788312758
- Dependency: None
- Version where the issue was detected: 5.1.5
- Files
       SMESH_SRC_x.y.z/src/MEFISTO2/aptrte.cxx

12 years agoIPAL21957: Max Element Area does not influence on resulting mesh for Triangle Mefisto
eap [Fri, 24 Jun 2011 11:38:34 +0000 (11:38 +0000)]
IPAL21957: Max Element Area does not influence on resulting mesh for Triangle Mefisto
     Remove "protection contre une arete max desiree trop grande ou trop petite"

12 years agoIPAL21957: Max Element Area does not influence on resulting mesh for Triangle Mefisto
eap [Fri, 24 Jun 2011 11:38:08 +0000 (11:38 +0000)]
IPAL21957: Max Element Area does not influence on resulting mesh for Triangle Mefisto
     revert modification done during WNT porting
-         longai = areteideale()
+         longai = areteideale(xyz,xyzd)

12 years agoIPAL21957: Max Element Area does not influence on resulting mesh for Triangle Mefisto
eap [Fri, 24 Jun 2011 11:36:07 +0000 (11:36 +0000)]
IPAL21957: Max Element Area does not influence on resulting mesh for Triangle Mefisto

+  if ( _hypMaxElementArea )
+    aretmx *= 1.5;

12 years agoclear groups of coincident nodes at Apply
eap [Thu, 23 Jun 2011 13:11:27 +0000 (13:11 +0000)]
clear groups of coincident nodes at Apply

12 years agoIn PublishSubMesh(), set an icon corresponding to group emptiness
eap [Wed, 22 Jun 2011 15:51:42 +0000 (15:51 +0000)]
In PublishSubMesh(), set an icon corresponding to group emptiness

12 years agoIn ModifiedMesh(), set icons corresponding to group/submesh emptiness
eap [Wed, 22 Jun 2011 12:47:51 +0000 (12:47 +0000)]
In ModifiedMesh(), set icons corresponding to group/submesh emptiness

12 years agoModify GetTypes() to return an empty array if there are no elements
eap [Wed, 22 Jun 2011 12:47:01 +0000 (12:47 +0000)]
Modify GetTypes() to return an empty array if there are no elements

12 years agoIn PublishGroup(), set an icon corresponding to group emptiness
eap [Wed, 22 Jun 2011 12:45:25 +0000 (12:45 +0000)]
In PublishGroup(), set an icon corresponding to group emptiness

12 years agoimprove comments
eap [Wed, 22 Jun 2011 12:43:46 +0000 (12:43 +0000)]
improve comments

12 years agoIssue 0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
ouv [Wed, 22 Jun 2011 11:59:31 +0000 (11:59 +0000)]
Issue 0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
Note 0011034 (small bug in visualization)

12 years agoChanging version to 6.3.1
inv [Tue, 21 Jun 2011 11:43:32 +0000 (11:43 +0000)]
Changing version to 6.3.1

12 years agornc: Slightly extended documentation of "over-constrained faces/volumes" controls...
gdd [Tue, 21 Jun 2011 08:19:27 +0000 (08:19 +0000)]
rnc: Slightly extended documentation of "over-constrained faces/volumes" controls with some clarifications

12 years agobug from SALOME Forum (strange behaviour of StdMeshers.QUAD_REDUCED)
eap [Mon, 20 Jun 2011 10:49:58 +0000 (10:49 +0000)]
bug from SALOME Forum (strange behaviour of StdMeshers.QUAD_REDUCED)
  avoid overflow at pow(2, nbrows) with a large nbrows

12 years agoRemove dependency of SMDS on CASCADE
vsr [Fri, 17 Jun 2011 10:44:02 +0000 (10:44 +0000)]
Remove dependency of SMDS on CASCADE

12 years agofix regression of smesh/3D_mesh_Polyhedrons/A2
eap [Wed, 15 Jun 2011 12:57:07 +0000 (12:57 +0000)]
fix regression of smesh/3D_mesh_Polyhedrons/A2
  in makeWalls(), add trias or quads on sides of polyhedrons instead
  of polygons if possible

12 years agofix regression of smesh/3D_mesh_NETGEN/E8
eap [Wed, 15 Jun 2011 12:07:46 +0000 (12:07 +0000)]
fix regression of smesh/3D_mesh_NETGEN/E8

12 years ago021300: EDF SMESH: Smoothing by selecting elements IDs seems not effective
eap [Wed, 15 Jun 2011 11:36:47 +0000 (11:36 +0000)]
021300: EDF SMESH: Smoothing by selecting elements IDs seems not effective
  Fix a bug in Smooth()

12 years ago020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement / note 0011031
eap [Wed, 15 Jun 2011 11:09:30 +0000 (11:09 +0000)]
020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement / note 0011031

12 years ago020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement / note 0011031
eap [Wed, 15 Jun 2011 11:09:08 +0000 (11:09 +0000)]
020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement / note 0011031

+  virtual int             dim( int ) const;

12 years ago020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement / note 0011031
eap [Wed, 15 Jun 2011 11:08:06 +0000 (11:08 +0000)]
020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement / note 0011031
   Enable "create 2D mesh on 3D" on groups

12 years ago020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement / note 0011031
eap [Wed, 15 Jun 2011 11:06:13 +0000 (11:06 +0000)]
020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement / note 0011031
  In MakeBoundaryElements(), care of groups belonging to different meshes

12 years ago020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement / note 0011031
eap [Wed, 15 Jun 2011 11:01:16 +0000 (11:01 +0000)]
020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement / note 0011031
  In MakeBoundaryMesh(), implement boundary creation around a group of volumes

12 years ago020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement / note 0011031
eap [Wed, 15 Jun 2011 10:59:57 +0000 (10:59 +0000)]
020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement / note 0011031
-  bool IsFreeFace(  int faceIndex );
+  bool IsFreeFace(  int faceIndex, const SMDS_MeshElement** otherVol=0 );

12 years ago0021293: EDF 1887: Not conformal mesh between 2 boxes with viscous layer
eap [Wed, 8 Jun 2011 14:05:23 +0000 (14:05 +0000)]
0021293: EDF 1887: Not conformal mesh between 2 boxes with viscous layer
   Implement specific smoothing for analitic edges (lines and circles)

12 years ago0021294: EDF 1890 : Problem with groups on geometry when dealing with split into...
eap [Wed, 8 Jun 2011 09:06:21 +0000 (09:06 +0000)]
0021294: EDF 1890 : Problem with groups on geometry when dealing with split into tetrahedra
    fix "Fatal error" at attempt to select a geom object in VTK viewer
    when a "split into tetrahedra" dialog is open

12 years ago0021106: EDF 1691 SMESH: MEsh.Group(SubShape) fails on Shells (points 1 and 2)
eap [Wed, 8 Jun 2011 08:40:29 +0000 (08:40 +0000)]
0021106: EDF 1691 SMESH: MEsh.Group(SubShape) fails on Shells (points 1 and 2)
  1) group type for a shell is Face now
  2) make AssureGeomPublished() global and call from both Mesh and Mesh_Algorithm

12 years agoUpdate user documentation
vsr [Wed, 8 Jun 2011 06:50:21 +0000 (06:50 +0000)]
Update user documentation

12 years ago0021294: EDF 1890 : Problem with groups on geometry when dealing with split into...
eap [Tue, 7 Jun 2011 06:46:33 +0000 (06:46 +0000)]
0021294: EDF 1890 : Problem with groups on geometry when dealing with split into tetrahedra
   in SetSubShape(const int aShID)
-  if ( aShID > 1 )
+  if ( aShID > 0 )
     SetSubShape( GetMeshDS()->IndexToShape( aShID ));

12 years ago0021294: EDF 1890 : Problem with groups on geometry when dealing with split into...
eap [Tue, 7 Jun 2011 06:45:41 +0000 (06:45 +0000)]
0021294: EDF 1890 : Problem with groups on geometry when dealing with split into tetrahedra
   In SplitVolumesIntoTetra(), fix setting new nodes on shape

12 years agoFix automake's warning, printed from build_configure
vsr [Fri, 3 Jun 2011 10:52:19 +0000 (10:52 +0000)]
Fix automake's warning, printed from build_configure

12 years agoMerge from BR_Dev_For_6_3_1 03/06/2011
vsr [Fri, 3 Jun 2011 09:55:14 +0000 (09:55 +0000)]
Merge from BR_Dev_For_6_3_1 03/06/2011

12 years agoUpdate copyright V6_3_0_public
vsr [Thu, 2 Jun 2011 05:57:35 +0000 (05:57 +0000)]
Update copyright

12 years agoFix pb of dev_docs V6_3_0 V6_3_0rc1
vsr [Wed, 25 May 2011 08:07:42 +0000 (08:07 +0000)]
Fix pb of dev_docs

12 years ago0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids / note 0011144 V6_3_0b2
eap [Thu, 19 May 2011 14:22:43 +0000 (14:22 +0000)]
0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids / note 0011144

+  //================================================================================
+  /*!
+   * \brief Move medium nodes of merged quadratic pyramids
+   */
+  //================================================================================
+
+  void UpdateQuadraticPyramids(const set<const SMDS_MeshNode*>& commonApex,
+                               SMESHDS_Mesh*                    meshDS)

12 years agoremove commented code
eap [Thu, 19 May 2011 14:21:56 +0000 (14:21 +0000)]
remove commented code

12 years ago0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids / note 0011144
eap [Thu, 19 May 2011 08:09:14 +0000 (08:09 +0000)]
0020982: EDF 1547 SMESH: Creation of non-conformal quadratic pyramids / note 0011144
   Use GeomAdaptor_Surface instead of BRepAdaptor_Surface which gives
   surface UV limits according to face boundaries (edges) instead of
   the whole surface

12 years ago0021263]: EDF 1868: Several use cases fail (regressions)
eap [Wed, 18 May 2011 12:29:40 +0000 (12:29 +0000)]
0021263]: EDF 1868: Several use cases fail (regressions)
   use SMESH_MesherHelper::IthVertex() instead of TopExp::FirstVertex()

12 years ago0020974: Extra edges appear in the result of a partition and can't be removed
eap [Wed, 18 May 2011 12:27:16 +0000 (12:27 +0000)]
0020974: Extra edges appear in the result of a partition and can't be removed
   3D soomthing replaced by a real fix: take into account face orientation

12 years ago0020974: Extra edges appear in the result of a partition and can't be removed
eap [Wed, 18 May 2011 12:20:00 +0000 (12:20 +0000)]
0020974: Extra edges appear in the result of a partition and can't be removed
   3D soomthing, which will be replaced by a real fix coming in the next revision

12 years ago0021263: EDF 1868: Several use cases fail (regressions)
eap [Mon, 16 May 2011 14:20:24 +0000 (14:20 +0000)]
0021263: EDF 1868: Several use cases fail (regressions)

+ * \brief Wrapper over TopExp::FirstVertex() and TopExp::LastVertex() fixing them
+ *  in the case of INTERNAL edge
+ */
+//================================================================================
+
+TopoDS_Vertex SMESH_MesherHelper::IthVertex( const bool  is2nd,
+                                             TopoDS_Edge anEdge,
+                                             const bool  CumOri )

12 years agounused variable
eap [Mon, 16 May 2011 13:00:56 +0000 (13:00 +0000)]
unused variable

12 years agoFix for the bug "IPAL22498 6.3.0: Mesh Preferences - Scalar Bar: Font selection for...
rnv [Fri, 13 May 2011 13:48:46 +0000 (13:48 +0000)]
Fix for the bug "IPAL22498 6.3.0: Mesh Preferences - Scalar Bar: Font selection for Title or Labes is ignored".

12 years agornc: Added UnsetAttractorGeom method in smeshDC.py
gdd [Fri, 13 May 2011 13:01:16 +0000 (13:01 +0000)]
rnc: Added UnsetAttractorGeom method in smeshDC.py

12 years agoAdd wrappers to GHS3D IDL functions
gdd [Fri, 13 May 2011 12:49:34 +0000 (12:49 +0000)]
Add wrappers to GHS3D IDL functions

12 years agoSmall fix in doc
gdd [Fri, 13 May 2011 10:00:31 +0000 (10:00 +0000)]
Small fix in doc

12 years agoUpdate documentation of GHS3D hypothesis
gdd [Thu, 12 May 2011 17:22:33 +0000 (17:22 +0000)]
Update documentation of GHS3D hypothesis

12 years agoFix compilation warnings
gdd [Thu, 12 May 2011 15:33:16 +0000 (15:33 +0000)]
Fix compilation warnings

12 years agoFixed bug in docutils: SMESH installation failed when Sphinx was not found by configure
barate [Thu, 12 May 2011 15:32:16 +0000 (15:32 +0000)]
Fixed bug in docutils: SMESH installation failed when Sphinx was not found by configure

12 years agoPR: missing documentation
prascle [Thu, 12 May 2011 14:06:02 +0000 (14:06 +0000)]
PR: missing documentation

12 years ago0021262: EDF 1867 SMESH: Problem with concatenate that causes failure in an important...
eap [Thu, 12 May 2011 13:40:34 +0000 (13:40 +0000)]
0021262: EDF 1867 SMESH: Problem with concatenate that causes failure in an important script
   Fix regression of MergeNodes() caused by SMDS redesign

12 years agoPR: debug generate flat elements
prascle [Thu, 12 May 2011 12:50:51 +0000 (12:50 +0000)]
PR: debug generate flat elements

12 years agoReplace oe by Å\93
gdd [Wed, 11 May 2011 20:47:29 +0000 (20:47 +0000)]
Replace oe by Å\93

12 years agoFix dump of SetColor for groups
gdd [Wed, 11 May 2011 18:07:30 +0000 (18:07 +0000)]
Fix dump of SetColor for groups

12 years agoPR: missing doc on generate flat elements
prascle [Wed, 11 May 2011 15:50:41 +0000 (15:50 +0000)]
PR: missing doc on generate flat elements

12 years agoPR: debug parallel compilation
prascle [Wed, 11 May 2011 15:49:04 +0000 (15:49 +0000)]
PR: debug parallel compilation

12 years agoPR: debug a SIGSEGV case when using downward connectivity on a modified mesh.
prascle [Wed, 11 May 2011 14:46:30 +0000 (14:46 +0000)]
PR: debug a SIGSEGV case when using downward connectivity on a modified mesh.

12 years agoReencode files to utf-8
gdd [Wed, 11 May 2011 12:52:33 +0000 (12:52 +0000)]
Reencode files to utf-8

12 years agoUpdate French translation file
gdd [Wed, 11 May 2011 10:04:04 +0000 (10:04 +0000)]
Update French translation file

12 years agoFrench translation updated
eap [Wed, 11 May 2011 07:34:12 +0000 (07:34 +0000)]
French translation updated

12 years agoassure publishing the geom which is an arg of GetSubMesh()
eap [Wed, 11 May 2011 06:49:04 +0000 (06:49 +0000)]
assure publishing the geom which is an arg of GetSubMesh()

12 years agoUpdate French translation
gdd [Tue, 10 May 2011 12:33:26 +0000 (12:33 +0000)]
Update French translation

12 years agoreduce memory limit
eap [Tue, 10 May 2011 08:27:01 +0000 (08:27 +0000)]
reduce memory limit

-      limit = limit * 2;
+      limit = int ( limit * 1.5 );

12 years agoPR: missing groups in CreateFlatElementsOnFacesGroups and names too long for groups... V6_3_0b1
prascle [Mon, 9 May 2011 14:48:31 +0000 (14:48 +0000)]
PR: missing groups in CreateFlatElementsOnFacesGroups and names too long for groups in doubleNodesOnGroupBoundaries

12 years agoMeshCut depends on MED fichier
gdd [Thu, 5 May 2011 16:25:54 +0000 (16:25 +0000)]
MeshCut depends on MED fichier

12 years agoPR: remove splitted tetrahedrons
prascle [Thu, 5 May 2011 15:28:26 +0000 (15:28 +0000)]
PR: remove splitted tetrahedrons

12 years agoassure publishing all geom objects passed to hypotheses
eap [Thu, 5 May 2011 15:17:20 +0000 (15:17 +0000)]
assure publishing all geom objects passed to hypotheses

12 years agofix dupming a nil servant
eap [Thu, 5 May 2011 15:16:02 +0000 (15:16 +0000)]
fix dupming a nil servant

12 years agountabify
eap [Thu, 5 May 2011 15:15:01 +0000 (15:15 +0000)]
untabify

12 years agoRemove unnecessary traces
adam [Thu, 5 May 2011 09:22:36 +0000 (09:22 +0000)]
Remove unnecessary traces

12 years agoPR: english messages
prascle [Wed, 4 May 2011 14:58:40 +0000 (14:58 +0000)]
PR: english messages

12 years agoRegression of 0020206: EDF SMESH 987: Netgen1D2D3D +submesh
eap [Wed, 4 May 2011 14:16:19 +0000 (14:16 +0000)]
Regression of 0020206: EDF SMESH 987: Netgen1D2D3D +submesh
   in Compute(), fix sorting submeshes according to dim of shape the algo assigned to

           aShapeDim = GetShapeDim( algoShape );
+          if ( algoShape.ShapeType() == TopAbs_COMPOUND )
+          {
+            TopoDS_Iterator it( algoShape );
+            aShapeDim += GetShapeDim( it.Value() );
+          }

12 years ago0021257: Rollback the medGeometryElement names MEDMEM_ --> MED_
eap [Wed, 4 May 2011 13:06:27 +0000 (13:06 +0000)]
0021257: Rollback the medGeometryElement names MEDMEM_ --> MED_

12 years agouse CheckMemory() to avoid crash due to memory allocation problem
eap [Wed, 4 May 2011 09:45:11 +0000 (09:45 +0000)]
use CheckMemory() to avoid crash due to memory allocation problem

12 years agouse CheckMemory() to avoid crash due to memory allocation problem
eap [Wed, 4 May 2011 09:33:50 +0000 (09:33 +0000)]
use CheckMemory() to avoid crash due to memory allocation problem

12 years agoremove debug output
eap [Wed, 4 May 2011 07:32:59 +0000 (07:32 +0000)]
remove debug output

12 years agountabify
eap [Wed, 4 May 2011 06:49:05 +0000 (06:49 +0000)]
untabify

12 years agowarn the user that the application may crash if not enough memory remains
eap [Tue, 3 May 2011 17:03:59 +0000 (17:03 +0000)]
warn the user that the application may crash if not enough memory remains

12 years ago0021256: EDF STUDY: Python dump in a single file (continued)
eap [Tue, 3 May 2011 16:02:33 +0000 (16:02 +0000)]
0021256: EDF STUDY: Python dump in a single file (continued)
   "import salome" in multyfile mode

12 years ago0021256: EDF STUDY: Python dump in a single file (continued)
eap [Tue, 3 May 2011 15:54:20 +0000 (15:54 +0000)]
0021256: EDF STUDY: Python dump in a single file (continued)

   if( isMultiFile )
     aScript += "def RebuildData(theStudy):";
-  else
-    aScript += "theStudy = salome.myStudy";

12 years agoPR: plugin for MeshCut
prascle [Tue, 3 May 2011 15:37:17 +0000 (15:37 +0000)]
PR: plugin for MeshCut

12 years ago0021255: [CEA 466] compilation with gcc 4.6.0 without warnings
eap [Tue, 3 May 2011 13:14:00 +0000 (13:14 +0000)]
0021255: [CEA 466] compilation with gcc 4.6.0 without warnings

-    sprintf( (char*)&(buffer[i*3]), "|%02x", (char*)(aStreamFile[i]) );
+    sprintf( (char*)&(buffer[i*3]), "|%02x", aStreamFile[i] );

12 years agornc: Added a paragraph about the use of criteria in documentation
gdd [Fri, 29 Apr 2011 11:44:24 +0000 (11:44 +0000)]
rnc: Added a paragraph about the use of criteria in documentation
and links from GetFilter and GetCriterion methods to tui_filters documentation page

12 years agornc : small modifications in attractors documentation
gdd [Fri, 29 Apr 2011 08:55:25 +0000 (08:55 +0000)]
rnc : small modifications in attractors documentation

12 years agomore precisions
eap [Fri, 29 Apr 2011 08:07:47 +0000 (08:07 +0000)]
more precisions

12 years agoimprove doc
eap [Fri, 29 Apr 2011 08:04:15 +0000 (08:04 +0000)]
improve doc

12 years agofix FindShape() to resolve a regression of SMESH_TEST/Grids/smesh/bugs/L9
eap [Thu, 28 Apr 2011 09:40:21 +0000 (09:40 +0000)]
fix FindShape() to resolve a regression of SMESH_TEST/Grids/smesh/bugs/L9

12 years agornc: EDF 1607 SMESH: Modified "Move Node" and "Add Node" dialog boxes so that only...
gdd [Wed, 27 Apr 2011 13:37:08 +0000 (13:37 +0000)]
rnc: EDF 1607 SMESH: Modified "Move Node" and "Add Node" dialog boxes so that only SpinBoxes are expanded when resizing the window.

12 years agornc: Modified "Number Of Segment" window so that the use of table density is more...
gdd [Wed, 27 Apr 2011 12:40:02 +0000 (12:40 +0000)]
rnc: Modified "Number Of Segment" window so that the use of table density is more convenient.

12 years agoCopyright info update
vsr [Wed, 27 Apr 2011 10:17:07 +0000 (10:17 +0000)]
Copyright info update

12 years ago1) avoid infinit recursion in operator<<(SMESH::SMESH_IDSource_ptr theArg)
eap [Tue, 26 Apr 2011 14:37:17 +0000 (14:37 +0000)]
1) avoid infinit recursion in operator<<(SMESH::SMESH_IDSource_ptr theArg)

2) 0021231: EDF 1838 SMESH: Pattern mapping on a quadratic element
     fix python dump of functions defining pattern in a single-file mode

12 years ago0021231: EDF 1838 SMESH: Pattern mapping on a quadratic element
eap [Tue, 26 Apr 2011 13:15:40 +0000 (13:15 +0000)]
0021231: EDF 1838 SMESH: Pattern mapping on a quadratic element
   fix applying the 2D pattern to quafratic mesh faces

12 years ago0021250: EDF 1817 SMESH: Salome crashes when activating smesh after opening a specifi...
eap [Tue, 26 Apr 2011 10:35:15 +0000 (10:35 +0000)]
0021250: EDF 1817 SMESH: Salome crashes when activating smesh after opening a specific study
In Load(), avoid infinite recursion via python dump
-            myNewMeshImpl->SetAutoColor( (bool)anAutoColor[0] );
+            myNewMeshImpl->GetImpl().SetAutoColor( (bool)anAutoColor[0] );

12 years agoFix make distcheck problem
vsr [Tue, 26 Apr 2011 06:13:06 +0000 (06:13 +0000)]
Fix make distcheck problem