Salome HOME
modules/smesh.git
13 years agoFix read/write MED files (V3) PortingMED3
gdd [Wed, 30 Mar 2011 13:33:27 +0000 (13:33 +0000)]
Fix read/write MED files (V3)

13 years agoMake SMESH compilable on latest KERNEL (changed API of DumpStudy() / DumpPython())
inv [Wed, 30 Mar 2011 13:05:10 +0000 (13:05 +0000)]
Make SMESH compilable on latest KERNEL (changed API of DumpStudy() / DumpPython())

13 years agoPorting to MED 3.0
inv [Mon, 21 Mar 2011 09:40:25 +0000 (09:40 +0000)]
Porting to MED 3.0

13 years agoAdd missing method
gdd [Wed, 16 Mar 2011 18:36:26 +0000 (18:36 +0000)]
Add missing method

13 years agoPorting to MED3
gdd [Tue, 15 Mar 2011 15:01:37 +0000 (15:01 +0000)]
Porting to MED3

13 years agoPR: double nodes and flat elements for ASTER calculations in progress StartingPortingMED3
prascle [Tue, 15 Mar 2011 08:29:06 +0000 (08:29 +0000)]
PR: double nodes and flat elements for ASTER calculations in progress

13 years agoPR: double nodes and flat elements for ASTER calculations in progress
prascle [Mon, 14 Mar 2011 17:01:56 +0000 (17:01 +0000)]
PR: double nodes and flat elements for ASTER calculations in progress

13 years agoin createGroup(), make a unique name if no name is provided
eap [Mon, 14 Mar 2011 10:28:54 +0000 (10:28 +0000)]
in createGroup(), make a unique name if no name is provided

13 years ago0021177: EDF 1563 SMESH: Preview of mesh during a modification
eap [Mon, 14 Mar 2011 10:08:46 +0000 (10:08 +0000)]
0021177: EDF 1563 SMESH: Preview of mesh during a modification

13 years ago0021177: EDF 1563 SMESH: Preview of mesh during a modification
eap [Mon, 14 Mar 2011 09:48:51 +0000 (09:48 +0000)]
0021177: EDF 1563 SMESH: Preview of mesh during a modification
   fix layout: set "Generate groups" near "Copy Elements"

13 years ago0021177: EDF 1563 SMESH: Preview of mesh during a modification
eap [Mon, 14 Mar 2011 09:47:15 +0000 (09:47 +0000)]
0021177: EDF 1563 SMESH: Preview of mesh during a modification
  set scale near other similar transformations

13 years ago0021177: EDF 1563 SMESH: Preview of mesh during a modification
eap [Mon, 14 Mar 2011 09:46:04 +0000 (09:46 +0000)]
0021177: EDF 1563 SMESH: Preview of mesh during a modification

13 years ago0021177: EDF 1563 SMESH: Preview of mesh during a modification
eap [Mon, 14 Mar 2011 08:33:11 +0000 (08:33 +0000)]
0021177: EDF 1563 SMESH: Preview of mesh during a modification

   to add adjacent elements to preview only when move nodes in this mesh

13 years agoPR: double nodes and flat elements for ASTER calculations in progress
prascle [Sat, 12 Mar 2011 15:07:47 +0000 (15:07 +0000)]
PR: double nodes and flat elements for ASTER calculations in progress

13 years ago0021177: EDF 1563 SMESH: Preview of mesh during a modification
eap [Fri, 11 Mar 2011 16:48:31 +0000 (16:48 +0000)]
0021177: EDF 1563 SMESH: Preview of mesh during a modification

 add to preview elements sharing nodes moved by transformation

13 years ago0021177: EDF 1563 SMESH: Preview of mesh during a modification
eap [Fri, 11 Mar 2011 16:46:37 +0000 (16:46 +0000)]
0021177: EDF 1563 SMESH: Preview of mesh during a modification

update preview when action changes ( move <-> copy )

13 years ago- cerr << "=========================== myIsEmbeddedMode " << myIsEmbeddedMode <...
eap [Fri, 11 Mar 2011 15:32:42 +0000 (15:32 +0000)]
-  cerr << "=========================== myIsEmbeddedMode " << myIsEmbeddedMode << endl;
+  //cerr << "=========================== myIsEmbeddedMode " << myIsEmbeddedMode << endl;

13 years agoFix compilation error.
rnv [Fri, 11 Mar 2011 14:57:25 +0000 (14:57 +0000)]
Fix compilation error.

13 years agountabify
eap [Fri, 11 Mar 2011 14:36:56 +0000 (14:36 +0000)]
untabify

13 years ago0021197: EDF 1772 SMESH: Automatic meshing hypothesis
eap [Fri, 11 Mar 2011 14:17:23 +0000 (14:17 +0000)]
0021197: EDF 1772 SMESH: Automatic meshing hypothesis

13 years ago0020749: EDF 1291 SMESH : Create 2D Mesh from 2D improvement
eap [Fri, 11 Mar 2011 13:18:40 +0000 (13:18 +0000)]
0020749: EDF 1291 SMESH : Create 2D Mesh from 2D improvement

fix comment of MakeBoundaryElements()

13 years ago0021197: EDF 1772 SMESH: Automatic meshing hypothesis
eap [Fri, 11 Mar 2011 13:17:33 +0000 (13:17 +0000)]
0021197: EDF 1772 SMESH: Automatic meshing hypothesis

-  myDlg->setHypoSets( SMESH::GetHypothesesSets() );
+  myDlg->setHypoSets( SMESH::GetHypothesesSets( shapeDim ));

13 years ago0021197: EDF 1772 SMESH: Automatic meshing hypothesis
eap [Fri, 11 Mar 2011 13:16:39 +0000 (13:16 +0000)]
0021197: EDF 1772 SMESH: Automatic meshing hypothesis

-  myHypoSetButton->setEnabled( !aHypoSetPopup->isEmpty() && isTabEnabled( Dim3D ) );
+  myHypoSetButton->setEnabled( !aHypoSetPopup->isEmpty() );

13 years ago0021197: EDF 1772 SMESH: Automatic meshing hypothesis
eap [Fri, 11 Mar 2011 13:16:16 +0000 (13:16 +0000)]
0021197: EDF 1772 SMESH: Automatic meshing hypothesis

return names of HypoSets sorted with dimension and [custom] appended

-  QStringList GetHypothesesSets();
+  QStringList GetHypothesesSets( int maxDim );

13 years ago0021197: EDF 1772 SMESH: Automatic meshing hypothesis
eap [Fri, 11 Mar 2011 13:14:52 +0000 (13:14 +0000)]
0021197: EDF 1772 SMESH: Automatic meshing hypothesis

class HypothesesSet
{
+  void setIsCustom( bool );
+  bool getIsCustom() const;
+  int maxDim() const;

13 years ago0021197: EDF 1772 SMESH: Automatic meshing hypothesis
eap [Fri, 11 Mar 2011 13:13:58 +0000 (13:13 +0000)]
0021197: EDF 1772 SMESH: Automatic meshing hypothesis

+    <hypotheses-set name="Automatic Triangulation"
+                    hypos="MaxLength"
+                    algos="Regular_1D, MEFISTO_2D"/>
+
+    <hypotheses-set name="Automatic Quadrangulation"
+                    hypos="NumberOfSegments"
+                    algos="Regular_1D, Quadrangle_2D"/>

13 years ago020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
eap [Fri, 11 Mar 2011 10:55:32 +0000 (10:55 +0000)]
020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement

   fix python dump of MakeBoundaryElements()

13 years agounused variable
eap [Fri, 11 Mar 2011 10:27:33 +0000 (10:27 +0000)]
unused variable

13 years ago020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
eap [Fri, 11 Mar 2011 10:18:32 +0000 (10:18 +0000)]
020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
   for note 0010000

13 years ago020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
eap [Fri, 11 Mar 2011 10:18:15 +0000 (10:18 +0000)]
020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
   for note 0010000

+    long MakeBoundaryElements(in Bnd_Dimension   dimension,
+                              in string          groupName,
+                              in string          meshName,
+                              in boolean         toCopyAll,
+                              in ListOfIDSources groups,
+                              out SMESH_Mesh     mesh,
+                              out SMESH_Group    group) raises (SALOME::SALOME_Exception);

13 years ago020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
eap [Fri, 11 Mar 2011 10:17:50 +0000 (10:17 +0000)]
020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
   for note 0010000

+  CORBA::Long MakeBoundaryElements(SMESH::Bnd_Dimension dimension,
+                                   const char* groupName,
+                                   const char* meshName,
+                                   CORBA::Boolean toCopyAll,
+                                   const SMESH::ListOfIDSources& groups,
+                                   SMESH::SMESH_Mesh_out mesh,
+                                   SMESH::SMESH_Group_out group)

13 years ago020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
eap [Fri, 11 Mar 2011 10:15:41 +0000 (10:15 +0000)]
020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement

   int MakeBoundaryMesh(const TIDSortedElemSet& elements,
                        Bnd_Dimension           dimension,
                        SMESH_Group*            group = 0,
                        SMESH_Mesh*             targetMesh = 0,
                        bool                    toCopyElements = false,
                        bool                    toCopyExistingBondary = false,
+                       bool                    toAddExistingBondary = false,
+                       bool                    aroundElements = false);

13 years ago1) fix Mesh.__init__(): do not overwrite given mesh name by name of not published...
eap [Fri, 11 Mar 2011 10:13:41 +0000 (10:13 +0000)]
1) fix Mesh.__init__(): do not overwrite given mesh name by name of not published geometry

2) 020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement

+    def MakeBoundaryElements()

13 years agoStart implementation of the "21177: EDF 1563 SMESH: Preview of mesh during a modifica...
rnv [Fri, 11 Mar 2011 08:34:40 +0000 (08:34 +0000)]
Start implementation of the "21177: EDF 1563 SMESH: Preview of mesh during a modification" issue.

13 years agoPR: doubleNodesOnGroupBoundaries in progress
prascle [Wed, 9 Mar 2011 16:05:51 +0000 (16:05 +0000)]
PR: doubleNodesOnGroupBoundaries in progress

13 years agoPR: remove commented code
prascle [Wed, 9 Mar 2011 16:03:51 +0000 (16:03 +0000)]
PR: remove commented code

13 years agoPR: commit mistake
prascle [Wed, 9 Mar 2011 10:01:16 +0000 (10:01 +0000)]
PR: commit mistake

13 years agoPR: doubleNodesOnGroupBoundaries in progress
prascle [Wed, 9 Mar 2011 08:42:21 +0000 (08:42 +0000)]
PR: doubleNodesOnGroupBoundaries in progress

13 years agoimprove comments of MakeBoundaryMesh()
eap [Sat, 5 Mar 2011 13:49:54 +0000 (13:49 +0000)]
improve comments of MakeBoundaryMesh()

13 years agoSALOME::GenericObj : Destroy() -> UnRegister()
vsr [Fri, 4 Mar 2011 15:42:14 +0000 (15:42 +0000)]
SALOME::GenericObj : Destroy() -> UnRegister()

13 years agoPR: getOrderedNodesOfFace for hexahedron
prascle [Thu, 3 Mar 2011 16:35:32 +0000 (16:35 +0000)]
PR: getOrderedNodesOfFace for hexahedron

13 years agofix "Replacing smeshDC by smesh"
eap [Wed, 2 Mar 2011 15:13:56 +0000 (15:13 +0000)]
fix "Replacing smeshDC by smesh"
   make temporary smesh.py in the current dir to avoid overwriting
   smesh.py when building in SMESH_SRC

13 years agofix "Replacing smeshDC by smesh"
eap [Wed, 2 Mar 2011 15:12:48 +0000 (15:12 +0000)]
fix "Replacing smeshDC by smesh"
1) make global functions of class smeshDC only, class Mesh and others remain untouched
2) make temporary smesh.py in the current dir to avoid overwriting
   smesh.py when building in SMESH_SRC

13 years agoNow the current object(s) selected in the OB is (are) set into the widget when the...
gdd [Tue, 1 Mar 2011 15:26:30 +0000 (15:26 +0000)]
Now the current object(s) selected in the OB is (are) set into the widget when the button is clicked.

13 years agosuppress message "Algo supports no multi-parameter hypothesis" with Netgen-1D-2D-3D
eap [Tue, 1 Mar 2011 14:36:06 +0000 (14:36 +0000)]
suppress message "Algo supports no multi-parameter hypothesis" with Netgen-1D-2D-3D

13 years agoFix for the issue "21203: EDF 1797 SMESH: SIGSEGV with move node on a Mesh with 0D...
rnv [Tue, 1 Mar 2011 09:35:50 +0000 (09:35 +0000)]
Fix for the issue "21203: EDF 1797 SMESH: SIGSEGV with move node on a Mesh with 0D elements"

13 years agoRename Engines::Component to Engines::EngineComponent
jfa [Mon, 28 Feb 2011 14:55:52 +0000 (14:55 +0000)]
Rename Engines::Component to Engines::EngineComponent

13 years agoFix for the bug IPAL22277: Crash on "Find elements by point" dialog box
ana [Mon, 28 Feb 2011 14:52:52 +0000 (14:52 +0000)]
Fix for the bug IPAL22277: Crash on "Find elements by point" dialog box

13 years ago0021074: EDF 1682 MESH: Bug with start and end length hypothesis
eap [Fri, 25 Feb 2011 09:07:59 +0000 (09:07 +0000)]
0021074: EDF 1682 MESH: Bug with start and end length hypothesis
   additionally fix compensateError() (for S_domain.hdf)

13 years agornc : Made the AddStretch operation optional (previous behaviour is kept)
gdd [Thu, 24 Feb 2011 16:21:51 +0000 (16:21 +0000)]
rnc : Made the AddStretch operation optional (previous behaviour is kept)

13 years agoFix bug of work with ViscousLayers hyp introduced during
eap [Tue, 22 Feb 2011 14:30:49 +0000 (14:30 +0000)]
Fix bug of work with ViscousLayers hyp introduced during
"Redesign again to work with composed cube edges"

13 years agounused variables
eap [Tue, 22 Feb 2011 14:28:14 +0000 (14:28 +0000)]
unused variables

13 years agoFix GetAxisStruct() by replacing ExtractShapes() by SubShapeAll()
eap [Tue, 22 Feb 2011 08:59:08 +0000 (08:59 +0000)]
Fix GetAxisStruct() by replacing ExtractShapes() by SubShapeAll()

13 years agoFix for the bug 21194: EDF SMESH: Cannot display a group by clicking on the "eye...
rnv [Tue, 22 Feb 2011 07:57:36 +0000 (07:57 +0000)]
Fix for the bug 21194: EDF SMESH: Cannot display a group by clicking on the "eye" of the OB

13 years ago*** empty log message ***
adam [Fri, 18 Feb 2011 13:06:05 +0000 (13:06 +0000)]
*** empty log message ***

13 years agoRemove warnings
adam [Fri, 18 Feb 2011 11:53:32 +0000 (11:53 +0000)]
Remove warnings

13 years agoACTION 31.3 from CoTech:
eap [Thu, 17 Feb 2011 14:37:46 +0000 (14:37 +0000)]
ACTION 31.3 from CoTech:
EURIWARE BO: Homogenize the formulas used to calculate the Controls in SMESH to fit with
those of ParaView. The library used by ParaView for those calculations can be reused in SMESH.

13 years agoexcess semicolons
eap [Thu, 17 Feb 2011 13:54:05 +0000 (13:54 +0000)]
excess semicolons

13 years agoImplementation of the "20830: EDF 1357 GUI : Hide/Show Icon"
rnv [Thu, 17 Feb 2011 08:12:24 +0000 (08:12 +0000)]
Implementation of the "20830: EDF 1357 GUI : Hide/Show Icon"
(at the moment implemeted only in GEOM and SMESH modules).

13 years ago0020974: EDF 1551 GEOM: Extra edges appear in the result of a partition and can't...
eap [Wed, 16 Feb 2011 10:24:50 +0000 (10:24 +0000)]
0020974: EDF 1551 GEOM: Extra edges appear in the result of a partition and can't be removed
   Treat the case where a quadrilateral FACE includes the 5th degenerated EDGE

+  void UpdateDegenUV(FaceQuadStruct* quad);
+  void Smooth (FaceQuadStruct* quad);

13 years agotypos
eap [Wed, 16 Feb 2011 10:19:04 +0000 (10:19 +0000)]
typos

13 years agountabify
eap [Wed, 16 Feb 2011 10:18:08 +0000 (10:18 +0000)]
untabify

13 years agoModify GetCriterion() to take into account the case when tolerance is passed via...
vsr [Tue, 15 Feb 2011 14:12:03 +0000 (14:12 +0000)]
Modify GetCriterion() to take into account the case when tolerance is passed via UnaryOp parameter

13 years agocmake compatibility
adam [Tue, 15 Feb 2011 11:46:11 +0000 (11:46 +0000)]
cmake compatibility

13 years agoin getCellType(), return VTK_POLYHEDRON instead of VTK_CONVEX_POINT_SET
eap [Fri, 11 Feb 2011 15:20:50 +0000 (15:20 +0000)]
in getCellType(), return VTK_POLYHEDRON instead of VTK_CONVEX_POINT_SET

13 years agountabify
eap [Fri, 11 Feb 2011 15:20:04 +0000 (15:20 +0000)]
untabify

13 years agoAdd polyhedron type to my3DExtActor
eap [Fri, 11 Feb 2011 15:19:49 +0000 (15:19 +0000)]
Add polyhedron type to my3DExtActor
+  aFilter->RegisterCellsWithType(VTK_POLYHEDRON);

13 years ago0021153: [CEA] non regression test fails
eap [Thu, 10 Feb 2011 13:31:17 +0000 (13:31 +0000)]
0021153: [CEA] non regression test fails
         Fix RemoveNode() and RemoveElement(): erase only elements
         belonging to this sub-mesh

13 years ago0021153: [CEA] non regression test fails
eap [Thu, 10 Feb 2011 13:30:00 +0000 (13:30 +0000)]
0021153: [CEA] non regression test fails
         Improve removeFromContainers() by taking into account that now mesh
         element knows the sub-mesh it belongs to

13 years ago0021180: EDF 1772 SMESH: Set of hypothesis in 1D
vsr [Thu, 10 Feb 2011 13:09:43 +0000 (13:09 +0000)]
0021180: EDF 1772 SMESH: Set of hypothesis in 1D
Additional change: enable tabs if no shape is selected

13 years agoModification of hypothesis parameters modifies the mesh
eap [Thu, 10 Feb 2011 09:08:32 +0000 (09:08 +0000)]
Modification of hypothesis parameters modifies the mesh
+  GetMeshDS()->Modified();

13 years agoAddition and removal of hypotheses modifies the mesh
eap [Thu, 10 Feb 2011 09:02:43 +0000 (09:02 +0000)]
Addition and removal of hypotheses modifies the mesh
+  GetMeshDS()->Modified();

13 years agoFix for the bug IPAL22091: Crash by calling context menu on the SMESH presentation
ana [Thu, 10 Feb 2011 08:48:33 +0000 (08:48 +0000)]
Fix for the bug IPAL22091: Crash by calling context menu on the SMESH presentation

13 years ago0021176: EDF 1697 SMESH: Smoothing: impossible to select elements of a group
vsr [Thu, 10 Feb 2011 08:26:27 +0000 (08:26 +0000)]
0021176: EDF 1697 SMESH: Smoothing: impossible to select elements of a group

13 years ago0021180: EDF 1772 SMESH: Set of hypothesis in 1D
vsr [Wed, 9 Feb 2011 15:25:51 +0000 (15:25 +0000)]
0021180: EDF 1772 SMESH: Set of hypothesis in 1D

13 years agoRegression of the test case patterns/A8
eap [Wed, 9 Feb 2011 13:29:33 +0000 (13:29 +0000)]
Regression of the test case patterns/A8
   1) fix an error made during SMDS redesign
-      if (node->getshapeId() <0) {
+      if (node->getshapeId() <1) {
   2) fix an error of Clear() that not all fields are cleared
   3) create polyhedrons only if volume boundary is split by refinement

13 years agoRegression of the test case imps/A1
eap [Tue, 8 Feb 2011 12:21:46 +0000 (12:21 +0000)]
Regression of the test case imps/A1
  In Compute2ndPart(), create a new SMESH_ElementSearcher to avoid
  search of volumes in a proxy mesh contaiting only faces

13 years ago0021153]: [CEA] non regression test fails
eap [Tue, 8 Feb 2011 10:26:55 +0000 (10:26 +0000)]
0021153]: [CEA] non regression test fails
   Fix Mesh.Prism(): replace ExtractShapes() by SubShapeAll() again

13 years agoRegression of test case bugs/P1
eap [Mon, 7 Feb 2011 15:08:52 +0000 (15:08 +0000)]
Regression of test case bugs/P1
      Restore the lost initialization of _nbSegments

13 years agocorrect the preceeding patch
eap [Mon, 7 Feb 2011 14:27:59 +0000 (14:27 +0000)]
correct the preceeding patch

13 years agoRegression of test case bugs/D0
eap [Mon, 7 Feb 2011 13:52:10 +0000 (13:52 +0000)]
Regression of test case bugs/D0
  call ComputePentahedralMesh() if the mesh of FACE is quadrangular
  but not structured

13 years agoTest case bugs/C2
eap [Mon, 7 Feb 2011 13:11:11 +0000 (13:11 +0000)]
Test case bugs/C2
  Fix buildMeshGrille() by taking into account that element ID in smesh
  can't be less that 1 since the recent redesign.

13 years ago Protect from a distorted block (test 3D_mesh_HEXA3D/B7 on 32bit platform)
eap [Mon, 7 Feb 2011 12:23:57 +0000 (12:23 +0000)]
 Protect from a distorted block (test 3D_mesh_HEXA3D/B7 on 32bit platform)

13 years ago0021153: [CEA] non regression test fails
eap [Fri, 4 Feb 2011 09:47:29 +0000 (09:47 +0000)]
0021153: [CEA] non regression test fails
   uninitialized variable

13 years agoMantis issue 0020834: the mesher of reduced type has been improved.
jfa [Fri, 4 Feb 2011 09:16:41 +0000 (09:16 +0000)]
Mantis issue 0020834: the mesher of reduced type has been improved.

13 years ago0021122: EDF 1735 SMESH: Bug when saving in .hdf
eap [Thu, 3 Feb 2011 15:07:31 +0000 (15:07 +0000)]
0021122: EDF 1735 SMESH: Bug when saving in .hdf
    when creating Mesh on geometry, add to study the not published geometry

13 years ago0021122: EDF 1735 SMESH: Bug when saving in .hdf
eap [Thu, 3 Feb 2011 12:28:55 +0000 (12:28 +0000)]
0021122: EDF 1735 SMESH: Bug when saving in .hdf
   In Mesh_Algorithm.Assign(), add to study the not pubished sub-shape

13 years ago0021153: [CEA] non regression test fails
eap [Wed, 2 Feb 2011 09:47:22 +0000 (09:47 +0000)]
0021153: [CEA] non regression test fails
  fix TooCloseAdjacent() w/o shape: correct distinction of domains

13 years ago0021153: [CEA] non regression test fails
eap [Tue, 1 Feb 2011 15:25:21 +0000 (15:25 +0000)]
0021153: [CEA] non regression test fails
  1) at merging pyramids, move the common apex at the middle of 2 apexes
  2) at intersecting pyramids, check all four base-apex directions

13 years ago0021153: [CEA] non regression test fails
eap [Tue, 1 Feb 2011 13:48:56 +0000 (13:48 +0000)]
0021153: [CEA] non regression test fails
    fix error that pyramids sharing one common node are not checked for intersection

13 years agocomment unnecessary call
eap [Tue, 1 Feb 2011 13:46:31 +0000 (13:46 +0000)]
comment unnecessary call
-      SMESH::UpdateNulData(myIObject, true);
+      //SMESH::UpdateNulData(myIObject, true);

13 years agofix bug of compactGrid() that the last block of nodes and elements is
eap [Tue, 1 Feb 2011 13:42:33 +0000 (13:42 +0000)]
fix bug of compactGrid() that the last block of nodes and elements is
not copied if there is no hole after it

13 years agofix FPE error at "Clear mesh data" by setting nb of nodes to zero
eap [Tue, 1 Feb 2011 13:40:02 +0000 (13:40 +0000)]
fix FPE error at "Clear mesh data" by setting nb of nodes to zero
instead of SMDS_Mesh::chunkSize

13 years agofix a misspell in comment
eap [Mon, 31 Jan 2011 13:10:15 +0000 (13:10 +0000)]
fix a misspell in comment

13 years agofix indentation
eap [Mon, 31 Jan 2011 13:07:39 +0000 (13:07 +0000)]
fix indentation

13 years ago0020973: EDF 1554 GHS3DPLUGIN: Make possible to have a mixed mesh hexa-tetra with...
eap [Mon, 31 Jan 2011 13:07:07 +0000 (13:07 +0000)]
0020973: EDF 1554 GHS3DPLUGIN: Make possible to have a mixed mesh hexa-tetra with GHS3D
   enlarge box size of each branch by 1e-10 of root size

13 years ago0020876: EDF 1246 SMESH: DoubleNodes fonctions available in the GUI
vsr [Mon, 31 Jan 2011 09:26:19 +0000 (09:26 +0000)]
0020876: EDF 1246 SMESH: DoubleNodes fonctions available in the GUI
Allow multiple selection of groups as input

13 years ago0021139: EDF 1758 SMESH: Projection 1D of closed edges (or group of edges)
eap [Fri, 28 Jan 2011 17:38:37 +0000 (17:38 +0000)]
0021139: EDF 1758 SMESH: Projection 1D of closed edges (or group of edges)
   Precisions on source and target groups

13 years ago0021141: EDF 1758 SMESH: Salome doesn't stop when assigning a composite side discreti...
eap [Fri, 28 Jan 2011 17:04:54 +0000 (17:04 +0000)]
0021141: EDF 1758 SMESH: Salome doesn't stop when assigning a composite side discretization hypothesis
   Fix invalid discretization of EDGEs: in GetCurve3d(), set Closed flag to WIRE wrapped into BRepAdaptor_CompCurve

13 years agofix file header (comments)
eap [Fri, 28 Jan 2011 17:01:19 +0000 (17:01 +0000)]
fix file header (comments)