Salome HOME
modules/smesh.git
14 years agoRevert last modification PARAVIS_29012010
nge [Wed, 27 Jan 2010 14:22:19 +0000 (14:22 +0000)]
Revert last modification

14 years agoAdd missing import StdMeshers
nge [Wed, 27 Jan 2010 13:43:29 +0000 (13:43 +0000)]
Add missing import StdMeshers

14 years agoimport salome missing on some scripts
nge [Wed, 27 Jan 2010 11:08:25 +0000 (11:08 +0000)]
import salome missing on some scripts

14 years ago0019296: EDF 681 SMESH - Pre-evaluation of the number of elements before mesh
eap [Wed, 27 Jan 2010 10:09:15 +0000 (10:09 +0000)]
0019296: EDF 681 SMESH - Pre-evaluation of the number of elements before mesh
  Assure that this submesh is evaluated once

14 years agoFix spelling errors in doc
ngo [Mon, 25 Jan 2010 09:26:52 +0000 (09:26 +0000)]
Fix spelling errors in doc
Nathalie

14 years agoSmall correction
gdd [Sat, 23 Jan 2010 09:00:59 +0000 (09:00 +0000)]
Small correction

14 years ago0020431: EDF 1020 SMESH : Radial Mesh of a cylinder
eap [Fri, 22 Jan 2010 11:38:25 +0000 (11:38 +0000)]
0020431: EDF 1020 SMESH : Radial Mesh of a cylinder
* Algorith behavior has changed - default hyps have appeared

14 years agoshorten code
eap [Fri, 22 Jan 2010 11:37:48 +0000 (11:37 +0000)]
shorten code

14 years agounused variables
eap [Fri, 22 Jan 2010 11:36:53 +0000 (11:36 +0000)]
unused variables

14 years ago0020431: EDF 1020 SMESH : Radial Mesh of a cylinder
eap [Fri, 22 Jan 2010 11:36:02 +0000 (11:36 +0000)]
0020431: EDF 1020 SMESH : Radial Mesh of a cylinder
* Learn Quadrangle() create Mesh_RadialQuadrangle1D2D algo

+QUARDANGLE = 0
+RADIAL_QUAD = 1

14 years ago- if ( theNbSegments )
eap [Fri, 22 Jan 2010 11:34:11 +0000 (11:34 +0000)]
-  if ( theNbSegments )
+  if ( theNbSegments > 0 )
     myGen.SetDefaultNbSegments( int(theNbSegments) );
   else
     THROW_SALOME_CORBA_EXCEPTION( "non-positive number of segments", SALOME::BAD_PARAM );

14 years ago0020431: EDF 1020 SMESH : Radial Mesh of a cylinder
eap [Fri, 22 Jan 2010 11:33:35 +0000 (11:33 +0000)]
0020431: EDF 1020 SMESH : Radial Mesh of a cylinder
* Fix conversion of LayerDistribution hypothesis

14 years ago- <translation>Geomerty mismatches algorithm's expectation</translation>
eap [Fri, 22 Jan 2010 11:31:20 +0000 (11:31 +0000)]
-            <translation>Geomerty mismatches algorithm's expectation</translation>
+            <translation>Geomerty mismatches algorithm's expectation\nCheck algorithm documentation for supported geometry</translation>

14 years ago0020431: EDF 1020 SMESH : Radial Mesh of a cylinder
eap [Fri, 22 Jan 2010 11:30:28 +0000 (11:30 +0000)]
0020431: EDF 1020 SMESH : Radial Mesh of a cylinder
+  virtual bool operator==(const SMESHDS_Hypothesis& other) const;
+  bool operator!=(const SMESHDS_Hypothesis& other) const { return !(*this==other); }

14 years agoshorten code
eap [Fri, 22 Jan 2010 11:29:51 +0000 (11:29 +0000)]
shorten code

14 years ago0020431: EDF 1020 SMESH : Radial Mesh of a cylinder
eap [Fri, 22 Jan 2010 11:29:12 +0000 (11:29 +0000)]
0020431: EDF 1020 SMESH : Radial Mesh of a cylinder
* Algorith behavior has changed - default hyps have appeared

14 years ago*** empty log message ***
maintenance team [Thu, 21 Jan 2010 09:18:32 +0000 (09:18 +0000)]
*** empty log message ***

14 years agoIssue 0020657: EDF 1244 SMESH: Bad display of tetras
ouv [Wed, 20 Jan 2010 15:24:23 +0000 (15:24 +0000)]
Issue 0020657: EDF 1244 SMESH: Bad display of tetras

14 years ago1) + // RadialQuadrangle_1D2D ----------
eap [Wed, 20 Jan 2010 11:03:16 +0000 (11:03 +0000)]
1) +  // RadialQuadrangle_1D2D ----------
2) fix _pyLayerDistributionHypo: move some code from Process() to Flush()

14 years agoinitialize _nbSegments
eap [Wed, 20 Jan 2010 08:31:14 +0000 (08:31 +0000)]
initialize _nbSegments

14 years ago0020636: [CEA 379] validation Tepal V2 GHS3DPRL and MEDsplitter and doc
eap [Fri, 15 Jan 2010 08:35:45 +0000 (08:35 +0000)]
0020636: [CEA 379] validation Tepal V2 GHS3DPRL and MEDsplitter and doc

14 years agoUnstable warning in release mode, on creating radialQuadrangle1D2D meshes.
dmv [Tue, 12 Jan 2010 15:34:12 +0000 (15:34 +0000)]
Unstable warning in release mode, on creating radialQuadrangle1D2D meshes.

14 years agocorrect debug messages
dmv [Tue, 12 Jan 2010 15:32:37 +0000 (15:32 +0000)]
correct debug messages

14 years ago- myHelpFileName = "mesh_through_point_page.html";
eap [Tue, 12 Jan 2010 13:18:05 +0000 (13:18 +0000)]
-  myHelpFileName = "mesh_through_point_page.html";
+  myHelpFileName = "find_element_by_point_page.html";

14 years ago0020635: EDF 1223 SMESH: Error message of RadialQuadrangle algorithm not precise
dmv [Tue, 12 Jan 2010 08:07:50 +0000 (08:07 +0000)]
0020635: EDF 1223 SMESH: Error message of RadialQuadrangle algorithm not precise

14 years ago0020635: EDF 1223 SMESH: Error message of RadialQuadrangle algorithm not precise
dmv [Mon, 11 Jan 2010 15:14:52 +0000 (15:14 +0000)]
0020635: EDF 1223 SMESH: Error message of RadialQuadrangle algorithm not precise

14 years agoIssue 0020638: EDF 1225 SMESH: Missing options in Color/Size menu
ouv [Mon, 11 Jan 2010 13:30:06 +0000 (13:30 +0000)]
Issue 0020638: EDF 1225 SMESH: Missing options in Color/Size menu

14 years agoIssue 0020514: EDF 1110 SMESH : Export many meshes in one Med File
ouv [Mon, 11 Jan 2010 07:17:11 +0000 (07:17 +0000)]
Issue 0020514: EDF 1110 SMESH : Export many meshes in one Med File

14 years agoAdditional fix for issue 0020614: EDF 1133 SMESH : Put new added elements and nodes...
ouv [Tue, 29 Dec 2009 11:09:37 +0000 (11:09 +0000)]
Additional fix for issue 0020614: EDF 1133 SMESH : Put new added elements and nodes to group

14 years agoFix of issue 0020614: EDF 1133 SMESH : Put new added elements and nodes to group
ouv [Mon, 28 Dec 2009 16:23:43 +0000 (16:23 +0000)]
Fix of issue 0020614: EDF 1133 SMESH : Put new added elements and nodes to group

14 years ago0020028: EDF 842 SMESH : Can't export to med a mesh with same names BR_FSH_DEV V6_0_0
eap [Fri, 25 Dec 2009 11:22:10 +0000 (11:22 +0000)]
0020028: EDF 842 SMESH : Can't export to med a mesh with same names
for one group of nodes and one group of faces

avoid duplicated group names within one type of elements only

14 years agoChanges for bug 18911 from Mantis.
skl [Tue, 22 Dec 2009 10:04:35 +0000 (10:04 +0000)]
Changes for bug 18911 from Mantis.

14 years ago0020623: EDF 1209 SMESH: Load script/execfile add the objects in the wrong study
dmv [Mon, 21 Dec 2009 14:26:43 +0000 (14:26 +0000)]
0020623: EDF 1209 SMESH: Load script/execfile add the objects in the wrong study

14 years ago0020623: EDF 1209 SMESH: Load script/execfile add the objects in the wrong study
eap [Mon, 21 Dec 2009 08:24:08 +0000 (08:24 +0000)]
0020623: EDF 1209 SMESH: Load script/execfile add the objects in the wrong study
  set current study to SMESH_Gen

14 years agoin frame of 0020622: EDF 1194 SMESH: Merge nodes or elements
dmv [Fri, 18 Dec 2009 13:14:54 +0000 (13:14 +0000)]
in frame of 0020622: EDF 1194 SMESH: Merge nodes or elements

14 years ago0020618: EDF 1208 SMESH: problems with DoubleNodeElemGroup*InRegion
eap [Fri, 18 Dec 2009 10:36:52 +0000 (10:36 +0000)]
0020618: EDF 1208 SMESH: problems with DoubleNodeElemGroup*InRegion
    1) fix finding element center in isInside()
    2) add classifying on TopoDS_FAce

14 years ago def DoubleNodeElemGroupInRegion(self, theElems, theNodesNot, theShape):
eap [Thu, 17 Dec 2009 10:28:57 +0000 (10:28 +0000)]
 def DoubleNodeElemGroupInRegion(self, theElems, theNodesNot, theShape):
0020617: EDF 1207 SMESH: DoubleNode*: impossible to duplicate edges in a 3D mesh

     def DoubleNodeElemGroupInRegion(self, theElems, theNodesNot, theShape):
-        return self.editor.DoubleNodeElemGroup(theElems, theNodesNot, theShape)
+        return self.editor.DoubleNodeElemGroupInRegion(theElems, theNodesNot, theShape)

14 years ago0020139: EDF 944 SMESH : Get 2D/3D element with X, Y, Z coordinates
eap [Wed, 16 Dec 2009 08:29:08 +0000 (08:29 +0000)]
0020139: EDF 944 SMESH : Get 2D/3D element with X, Y, Z coordinates
-            <translation>Find element by point</translation>
+            <translation>Find Element by Point</translation>

+        <message>
+            <source>TOP_FIND_ELEM</source>
+            <translation>Find Element by Point</translation>
+        </message>

14 years ago0020139: EDF 944 SMESH : Get 2D/3D element with X, Y, Z coordinates
eap [Wed, 16 Dec 2009 08:27:50 +0000 (08:27 +0000)]
0020139: EDF 944 SMESH : Get 2D/3D element with X, Y, Z coordinates
   fix isOut()

14 years ago0020139: EDF 944 SMESH : Get 2D/3D element with X, Y, Z coordinates
eap [Wed, 16 Dec 2009 08:27:00 +0000 (08:27 +0000)]
0020139: EDF 944 SMESH : Get 2D/3D element with X, Y, Z coordinates

14 years ago0020615: EDF 1206 SMESH: Smesh group edition and object browser highlight
dmv [Tue, 15 Dec 2009 08:57:13 +0000 (08:57 +0000)]
0020615: EDF 1206 SMESH: Smesh group edition and object browser highlight

14 years agoRemove unwanted space in the documentation comment of DoubleNodes method which preven...
nge [Mon, 14 Dec 2009 16:35:09 +0000 (16:35 +0000)]
Remove unwanted space in the documentation comment of DoubleNodes method which prevented the documentation to be generated correctly.

14 years ago0020427: EDF 868 SMESH : Be able to define the submeshing order
eap [Mon, 14 Dec 2009 09:40:14 +0000 (09:40 +0000)]
0020427: EDF 868 SMESH : Be able to define the submeshing order

14 years agocosmetic changes
eap [Mon, 14 Dec 2009 09:26:16 +0000 (09:26 +0000)]
cosmetic changes

14 years ago0020427: EDF 868 SMESH : Be able to define the submeshing order
eap [Mon, 14 Dec 2009 09:23:56 +0000 (09:23 +0000)]
0020427: EDF 868 SMESH : Be able to define the submeshing order
   fix SortByMeshOrder(), forgot to increment iterator

14 years agoIntegrate patch from G.David (for vtk 5.2 and newer)
vsr [Fri, 11 Dec 2009 16:29:49 +0000 (16:29 +0000)]
Integrate patch from G.David (for vtk 5.2 and newer)

14 years ago0020605: EDF 1190 SMESH: Display performance. 80 seconds for 52000 cells.
eap [Fri, 11 Dec 2009 10:43:31 +0000 (10:43 +0000)]
0020605: EDF 1190 SMESH: Display performance. 80 seconds for 52000 cells.
 set IsEmbeddedMode() in costructor

14 years agoBug IPAL21396 Quadrangle parameters Hypothesis Construction.
dmv [Fri, 11 Dec 2009 07:14:33 +0000 (07:14 +0000)]
Bug IPAL21396 Quadrangle parameters Hypothesis Construction.

14 years agountabify
eap [Thu, 10 Dec 2009 14:52:59 +0000 (14:52 +0000)]
untabify

14 years ago0020427: EDF 868 SMESH : Be able to define the submeshing order
eap [Thu, 10 Dec 2009 09:55:48 +0000 (09:55 +0000)]
0020427: EDF 868 SMESH : Be able to define the submeshing order
  fix SortByMeshOrder(), which replaces a submesh of lower priority
  by one of higher priority even if the last one is not in
  theListToSort

14 years agoMerge from BR_phase16 branch (09/12/09)
vsr [Wed, 9 Dec 2009 15:46:26 +0000 (15:46 +0000)]
Merge from BR_phase16 branch (09/12/09)

14 years agoMerge from V5_1_3_BR branch (07/12/09)
vsr [Tue, 8 Dec 2009 13:11:42 +0000 (13:11 +0000)]
Merge from V5_1_3_BR branch (07/12/09)

14 years agoIPAL21493 Incorrect behaviour of Computation, Evaluation succeed dialog boxes in...
dmv [Thu, 3 Dec 2009 12:31:27 +0000 (12:31 +0000)]
IPAL21493 Incorrect behaviour of Computation, Evaluation succeed dialog boxes in consecutive operations.

14 years agoMove GeomSelectionTools from BLSURF module to SMESH
vsr [Mon, 23 Nov 2009 14:46:21 +0000 (14:46 +0000)]
Move GeomSelectionTools from BLSURF module to SMESH

14 years ago0020139: EDF 944 SMESH : Get 2D/3D element with X, Y, Z coordinates
eap [Wed, 11 Nov 2009 15:10:07 +0000 (15:10 +0000)]
0020139: EDF 944 SMESH : Get 2D/3D element with X, Y, Z coordinates
+ SMESHGUI_FindElemByPointDlg.cxx \

14 years ago0020139: EDF 944 SMESH : Get 2D/3D element with X, Y, Z coordinates
eap [Wed, 11 Nov 2009 15:08:09 +0000 (15:08 +0000)]
0020139: EDF 944 SMESH : Get 2D/3D element with X, Y, Z coordinates
+ mesh_find_elem_by_point.png \

14 years ago0020139: EDF 944 SMESH : Get 2D/3D element with X, Y, Z coordinates
eap [Wed, 11 Nov 2009 14:58:39 +0000 (14:58 +0000)]
0020139: EDF 944 SMESH : Get 2D/3D element with X, Y, Z coordinates
  fix isOut()

14 years agocorrect previous integration (Porting to Python 2.6) V5_1_3rc1
dmv [Mon, 12 Oct 2009 13:47:12 +0000 (13:47 +0000)]
correct previous integration (Porting to Python 2.6)

14 years agoIPAL21363 Compute hangs up on Hypothesis Distribution of Layers.
dmv [Mon, 12 Oct 2009 13:16:41 +0000 (13:16 +0000)]
IPAL21363 Compute hangs up on Hypothesis Distribution of Layers.

14 years agoChanging version to 5.1.3
maintenance team [Mon, 12 Oct 2009 07:30:11 +0000 (07:30 +0000)]
Changing version to 5.1.3

14 years agoPorting to Python 2.6 - add coding page specification for Python scripts
dmv [Mon, 12 Oct 2009 06:16:35 +0000 (06:16 +0000)]
Porting to Python 2.6 - add coding page specification for Python scripts

14 years agoPorting to Python 2.6 - add coding page specification for Python scripts
dmv [Fri, 9 Oct 2009 13:27:53 +0000 (13:27 +0000)]
Porting to Python 2.6 - add coding page specification for Python scripts

14 years agoCorrection in BLSurf script: geometrical object must be published in study to be...
nge [Thu, 8 Oct 2009 16:13:19 +0000 (16:13 +0000)]
Correction in  BLSurf script: geometrical object must be published in study to be used with sizemaps.

14 years agoMinor corrections
nge [Thu, 8 Oct 2009 16:05:12 +0000 (16:05 +0000)]
Minor corrections

14 years agoSpelling correction
nge [Thu, 8 Oct 2009 16:02:53 +0000 (16:02 +0000)]
Spelling correction

14 years agoUpdate documentation for enforced vertices in GHS3DPLUGIN (continue)
nge [Thu, 8 Oct 2009 16:01:26 +0000 (16:01 +0000)]
Update documentation for enforced vertices in GHS3DPLUGIN (continue)

14 years agoUpdate documentation for enforced vertices in GHS3DPLUGIN
nge [Thu, 8 Oct 2009 15:37:54 +0000 (15:37 +0000)]
Update documentation for enforced vertices in GHS3DPLUGIN

14 years ago*** empty log message ***
nge [Thu, 8 Oct 2009 15:24:33 +0000 (15:24 +0000)]
*** empty log message ***

14 years agoUpdate documentation for enforced vertices in BLSURFPLUGIN
nge [Thu, 8 Oct 2009 15:23:08 +0000 (15:23 +0000)]
Update documentation for enforced vertices in BLSURFPLUGIN

14 years agoIssue 0020520: [CEA 358] Import - Export Sauv files in SMESH
vsr [Thu, 8 Oct 2009 08:54:12 +0000 (08:54 +0000)]
Issue 0020520: [CEA 358] Import - Export Sauv files in SMESH
!!! Rollback changes !!!

14 years agoIssue 0020520: [CEA 358] Import - Export Sauv files in SMESH
vsr [Wed, 7 Oct 2009 13:32:10 +0000 (13:32 +0000)]
Issue 0020520: [CEA 358] Import - Export Sauv files in SMESH

14 years agountabify
eap [Wed, 7 Oct 2009 13:14:47 +0000 (13:14 +0000)]
untabify

14 years ago0020501: EDF 1098 SMESH: Display only groups, edit a group: can't select face from...
dmv [Wed, 7 Oct 2009 12:27:27 +0000 (12:27 +0000)]
0020501: EDF 1098 SMESH: Display only groups, edit a group: can't select face from other group

14 years agoIssue 0020520: [CEA 358] Import - Export Sauv files in SMESH
vsr [Tue, 6 Oct 2009 10:29:14 +0000 (10:29 +0000)]
Issue 0020520: [CEA 358] Import - Export Sauv files in SMESH

14 years agoBug IPAL21372 - 0D algorithm. Mesh visualization failed,if all of 1-3D algorithms...
ouv [Mon, 5 Oct 2009 14:39:07 +0000 (14:39 +0000)]
Bug IPAL21372 - 0D algorithm. Mesh visualization failed,if all of 1-3D algorithms are removed,but 0D is remained.

14 years ago020461: EDF 1102 GHS3DPLUGIN: Bad detection of volumes with Ghs3d mesh
eap [Fri, 2 Oct 2009 16:20:31 +0000 (16:20 +0000)]
020461: EDF 1102 GHS3DPLUGIN: Bad detection of volumes with Ghs3d mesh

SMESH_MesherHelper:

-  void SetCheckNodePosition(bool toCheck) { myCheckNodePos = toCheck; }
   /*!
+   * \brief Check and fix node UV on a face
+   *  \retval bool - false if UV is bad and could not be fixed
+   */
+  bool CheckNodeUV(const TopoDS_Face&   F,
+                   const SMDS_MeshNode* n,
+                   gp_XY&               uv,
+                   const double         tol) const;

-  bool            myCheckNodePos;
+  std::set< int > myOkNodePosShapes;

14 years agountabify
eap [Fri, 2 Oct 2009 16:19:27 +0000 (16:19 +0000)]
untabify

14 years agountabify
eap [Fri, 2 Oct 2009 13:09:52 +0000 (13:09 +0000)]
untabify

14 years ago0020501: EDF 1098 SMESH: Display only groups, edit a group: can't select face from...
dmv [Fri, 2 Oct 2009 07:17:29 +0000 (07:17 +0000)]
0020501: EDF 1098 SMESH: Display only groups, edit a group: can't select face from other group

14 years agountabify
eap [Thu, 1 Oct 2009 06:28:20 +0000 (06:28 +0000)]
untabify

14 years agountabify
eap [Wed, 30 Sep 2009 09:27:11 +0000 (09:27 +0000)]
untabify

14 years agountabify
eap [Wed, 30 Sep 2009 09:03:53 +0000 (09:03 +0000)]
untabify

14 years ago- SMESHGUI_Dialog( QWidget* = 0, const bool = false, const bool = false,
eap [Wed, 30 Sep 2009 08:47:12 +0000 (08:47 +0000)]
-  SMESHGUI_Dialog( QWidget* = 0, const bool = false, const bool = false,
+  SMESHGUI_Dialog( QWidget* = 0, const bool modal = false, const bool allowResize = false,

14 years agountabify
eap [Wed, 30 Sep 2009 08:44:38 +0000 (08:44 +0000)]
untabify

14 years agountabify
eap [Wed, 30 Sep 2009 08:16:15 +0000 (08:16 +0000)]
untabify

14 years agoRemove JoinObjectParameters() function
vsr [Wed, 30 Sep 2009 08:10:20 +0000 (08:10 +0000)]
Remove JoinObjectParameters() function

14 years agoFixedPoints hypothesis: fix problem with values close to 0.0 and 1.0
vsr [Tue, 29 Sep 2009 16:52:15 +0000 (16:52 +0000)]
FixedPoints hypothesis: fix problem with values close to 0.0 and 1.0

14 years agoFix problem in Mesh module on closing study operation (reference to the non existent...
vsr [Tue, 29 Sep 2009 14:11:58 +0000 (14:11 +0000)]
Fix problem in Mesh module on closing study operation (reference to the non existent study is kept and used)

14 years agoIPAL21386 "Mesh to Pass Through a Point" is broken at all.
dmv [Fri, 25 Sep 2009 09:52:12 +0000 (09:52 +0000)]
IPAL21386 "Mesh to Pass Through a Point" is broken at all.

14 years ago- Patch for recent Debian distrib:
nge [Thu, 17 Sep 2009 17:11:00 +0000 (17:11 +0000)]
- Patch for recent Debian distrib:
  multiple same file is not allowed in one installation line

14 years agoAdding support for native products of recent Linux Distribs :
nge [Thu, 17 Sep 2009 16:24:09 +0000 (16:24 +0000)]
Adding support for native products of recent Linux Distribs :
- Debian Sid (Sep 2009)
- (K)Ubuntu 9.04

14 years agoIPAL21374 Add 0D element leads to visualization failure.
dmv [Thu, 17 Sep 2009 13:18:43 +0000 (13:18 +0000)]
IPAL21374 Add 0D element leads to visualization failure.

14 years agountabify
eap [Thu, 17 Sep 2009 12:22:15 +0000 (12:22 +0000)]
untabify

14 years agoIPAL21367: Fix problems with the Fixed Points widget: addition of same values should...
vsr [Thu, 17 Sep 2009 11:56:45 +0000 (11:56 +0000)]
IPAL21367: Fix problems with the Fixed Points widget: addition of same values should be disabled

14 years agosyntax corrections
ptv [Thu, 17 Sep 2009 07:40:10 +0000 (07:40 +0000)]
syntax corrections

14 years agountabify
eap [Thu, 17 Sep 2009 07:27:34 +0000 (07:27 +0000)]
untabify

14 years agoAdd missing mention about 0D elements
vsr [Wed, 16 Sep 2009 16:26:34 +0000 (16:26 +0000)]
Add missing mention about 0D elements

14 years agountabify
eap [Wed, 16 Sep 2009 12:59:00 +0000 (12:59 +0000)]
untabify

14 years agoIPAL21340
ptv [Wed, 16 Sep 2009 07:20:43 +0000 (07:20 +0000)]
IPAL21340

14 years agoFix problem with documentation
vsr [Wed, 16 Sep 2009 07:02:13 +0000 (07:02 +0000)]
Fix problem with documentation