Salome HOME
modules/smesh.git
11 years ago0021464: EDF 2065 SMESH: Add Delete Group with Contents in the contextual menu V6_5_0b1
eap [Sat, 5 May 2012 11:53:03 +0000 (11:53 +0000)]
0021464: EDF 2065 SMESH: Add Delete Group with Contents in the contextual menu

11 years agoPAL22863 TC6.5.0: Projection_1D2D gives exception
eap [Fri, 4 May 2012 16:15:05 +0000 (16:15 +0000)]
PAL22863 TC6.5.0: Projection_1D2D gives exception

rename Face -> Source Face, Mesh -> Source Mesh

11 years agoAdd autotools variables to manage the optional dependency to padder (for the padder...
boulant [Thu, 3 May 2012 19:05:12 +0000 (19:05 +0000)]
Add autotools variables to manage the optional dependency to padder (for the padder plugin)

11 years agodo not clear a command creating a removed group if the command does
eap [Thu, 3 May 2012 08:40:24 +0000 (08:40 +0000)]
do not clear a command creating a removed group if the command does
other job like MakeBoundaryMesh() or DoubleNodeGroupNew()

11 years agofix type in french resources
fps [Wed, 2 May 2012 16:10:50 +0000 (16:10 +0000)]
fix type in french resources

11 years agoregression of SMESH_TEST/Grids/smesh/bugs/L9
eap [Wed, 2 May 2012 14:07:39 +0000 (14:07 +0000)]
regression of SMESH_TEST/Grids/smesh/bugs/L9

fix GetGroupSubMeshesContaining() to return all sub-meshes of groups
but not the last only

11 years agofix the previous "improvement"
eap [Wed, 2 May 2012 07:46:47 +0000 (07:46 +0000)]
fix the previous "improvement"

11 years agoregression of SMESH_TEST/Grids/smesh/imps/I4
eap [Sat, 28 Apr 2012 11:06:59 +0000 (11:06 +0000)]
regression of SMESH_TEST/Grids/smesh/imps/I4

    def AddHypothesis(self, hyp, geom=0):
        ...
+       AssureGeomPublished( self, geom, "shape for %s" % hyp.GetName())

11 years agoregression of SMESH_TEST/Grids/smesh/imps/H5
eap [Sat, 28 Apr 2012 09:58:43 +0000 (09:58 +0000)]
regression of SMESH_TEST/Grids/smesh/imps/H5

Fix Evaulate() after replacing TopTools_DataMapOfShapeShape with
StdMeshers_ShapeShapeBiDirectionMap

11 years agoadd missing resources in French TRIPOLI_323
fps [Fri, 27 Apr 2012 13:54:13 +0000 (13:54 +0000)]
add missing resources in French

11 years agoremove some memory leaks
eap [Fri, 27 Apr 2012 13:01:23 +0000 (13:01 +0000)]
remove some memory leaks

11 years agoPAL22878 TC6.5.0: Extrusion along a line: replace "Id Elements" label by "ID nodes...
eap [Fri, 27 Apr 2012 08:15:55 +0000 (08:15 +0000)]
PAL22878 TC6.5.0: Extrusion along a line: replace "Id Elements" label by "ID nodes" for nodes

11 years ago0021567: [CEA] Missing resources for status bar messages
eap [Thu, 26 Apr 2012 14:43:09 +0000 (14:43 +0000)]
0021567: [CEA] Missing resources for status bar messages

Added:
STB_PENTA
STB_PYRAMID
STB_OCTA
STB_BIQUADRATIC_QUADRANGLE
STB_TRIQUADRATIC_HEXAHEDRON

11 years agoPAL22862: GHS3D gives OCC exception
eap [Thu, 26 Apr 2012 14:34:14 +0000 (14:34 +0000)]
PAL22862: GHS3D gives OCC exception

Protect from FPE on a batterfly quadrangle

11 years agoPAL22862: GHS3D gives OCC exception
eap [Thu, 26 Apr 2012 14:32:55 +0000 (14:32 +0000)]
PAL22862: GHS3D gives OCC exception

BUG: !more() if the 1st iterator !more()

11 years agoBug IPAL22920: TC6.5.0: The scalar bar doesn't displayed
ouv [Thu, 26 Apr 2012 14:02:13 +0000 (14:02 +0000)]
Bug IPAL22920: TC6.5.0: The scalar bar doesn't displayed

11 years ago0021564: EDF 456 SMESH: Regression in projection 2D algorithm
eap [Thu, 26 Apr 2012 11:46:56 +0000 (11:46 +0000)]
0021564: EDF 456 SMESH: Regression in projection 2D algorithm

  kill a bug born at replacement of TopTools_DataMapOfShapeShape with
StdMeshers_ShapeShapeBiDirectionMap in the frames of PAL22863

11 years agofix pb that selection in the viewer is impossible after (set filter + change element...
eap [Thu, 26 Apr 2012 09:36:21 +0000 (09:36 +0000)]
fix pb that selection in the viewer is impossible after (set filter + change element type)

+    SMESH::RemoveFilters();

11 years agoPAL22907: Selection in Create group doesn't work if the filter 'Source' is set to...
eap [Thu, 26 Apr 2012 09:34:14 +0000 (09:34 +0000)]
PAL22907: Selection in Create group doesn't work if the filter 'Source' is set to "Initial Selection"
 to fix python dump

-    aPred->SetMesh(myMesh);
+    myFilter[ theType ]->SetMesh(myMesh);

11 years ago0021557: EDF 2161 SMESH: Duplicate elements and nodes
eap [Thu, 26 Apr 2012 07:08:11 +0000 (07:08 +0000)]
0021557: EDF 2161 SMESH: Duplicate elements and nodes
  Add theMakeNodeGroup agr to DoubleNodeElemGroups() and DoubleNodeElemGroup()

11 years ago0021557: EDF 2161 SMESH: Duplicate elements and nodes
eap [Thu, 26 Apr 2012 07:07:00 +0000 (07:07 +0000)]
0021557: EDF 2161 SMESH: Duplicate elements and nodes
1) Add
ListOfGroups DoubleNodeElemGroup2New(...)
2) Fix dump of DoubleNode*New(...)

11 years ago0021557: EDF 2161 SMESH: Duplicate elements and nodes
eap [Thu, 26 Apr 2012 07:05:13 +0000 (07:05 +0000)]
0021557: EDF 2161 SMESH: Duplicate elements and nodes
1) Convert DoubleNodeElemGroup2New()
2) Fix  _pyCommand::GetResultValue(int res);
3) Add _pyGroup::Flush() to prevent clearing "DoubleNode...() command if a group created by it is removed

11 years ago0021557: EDF 2161 SMESH: Duplicate elements and nodes
eap [Thu, 26 Apr 2012 07:01:57 +0000 (07:01 +0000)]
0021557: EDF 2161 SMESH: Duplicate elements and nodes

-  QCheckBox*              myCheckBoxNewGroup;
+  QCheckBox*              myCheckBoxNewElemGroup;
+  QCheckBox*              myCheckBoxNewNodeGroup;

11 years ago0021557: EDF 2161 SMESH: Duplicate elements and nodes
eap [Thu, 26 Apr 2012 07:01:29 +0000 (07:01 +0000)]
0021557: EDF 2161 SMESH: Duplicate elements and nodes

+    ListOfGroups DoubleNodeElemGroup2New(...)

11 years ago0021557: EDF 2161 SMESH: Duplicate elements and nodes
eap [Thu, 26 Apr 2012 07:00:25 +0000 (07:00 +0000)]
0021557: EDF 2161 SMESH: Duplicate elements and nodes

+<li><b>Construct group with newly created nodes</b> option (<em>checked by default</em>):
+ if checked - the group of just created nodes will be built.</li>

11 years ago0021562: EDF SMESH: clipping and delete mesh clipped leads to crash
ouv [Wed, 25 Apr 2012 14:19:17 +0000 (14:19 +0000)]
0021562: EDF SMESH: clipping and delete mesh clipped leads to crash

11 years agoIPAL22907: TC6.5.0: Selection in Create group doesn\92t work if the filter \91Source...
ouv [Wed, 25 Apr 2012 10:22:11 +0000 (10:22 +0000)]
IPAL22907: TC6.5.0: Selection in Create group doesn\92t work if the filter \91Source\92 is set to \91Initial Selection\92
Rolling back part of integration made in revision 1.21.2.5.6.12

11 years ago0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes (Bug2175_mixed_hexa_tetra.py)
eap [Tue, 24 Apr 2012 14:32:58 +0000 (14:32 +0000)]
0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes (Bug2175_mixed_hexa_tetra.py)

  In Mesh.Compute(), detect failure by value returned from
  Mesh._mesh.Compute() and not by presence of messages

11 years agosmall fix of indentation
eap [Tue, 24 Apr 2012 14:30:08 +0000 (14:30 +0000)]
small fix of indentation

11 years agosmall improvement of API
eap [Tue, 24 Apr 2012 14:29:10 +0000 (14:29 +0000)]
small improvement of API

-  void ComputeSubMeshStateEngine(int event);
+  void ComputeSubMeshStateEngine(int event, const bool includeSelf=false);

11 years ago0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes (sub-mesh priority works Ko)
eap [Tue, 24 Apr 2012 14:28:02 +0000 (14:28 +0000)]
0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes (sub-mesh priority works Ko)

  No need to ClearMeshOrder() when a new SMESH_submesh is created

11 years agoIn IsMoreLocalThanPredicate, take priority of sub-mehses into account
eap [Tue, 24 Apr 2012 10:56:47 +0000 (10:56 +0000)]
In IsMoreLocalThanPredicate, take priority of sub-mehses into account

11 years ago0021556: EDF 2222 SMESH: 3D mesh after projection impossible
eap [Mon, 23 Apr 2012 16:20:19 +0000 (16:20 +0000)]
0021556: EDF 2222 SMESH: 3D mesh after projection impossible

   In projectBy2DSimilarity() check U on edge before setting

11 years agoFix documentation link for "Group of underlying entities" dialog
gdd [Mon, 23 Apr 2012 15:50:43 +0000 (15:50 +0000)]
Fix documentation link for "Group of underlying entities" dialog

11 years agoIPAL22863 TC6.5.0: Projection_1D2D gives exception
eap [Mon, 23 Apr 2012 10:13:52 +0000 (10:13 +0000)]
IPAL22863 TC6.5.0: Projection_1D2D gives exception

Replace TopTools_DataMapOfShapeShape with
StdMeshers_ShapeShapeBiDirectionMap which includes 2
TopTools_DataMapOfShapeShape's, one per a mapping direction

11 years agoIPAL22913: TC6.5.0: selected in "Move node" dialog box node is not highlighted
ouv [Fri, 20 Apr 2012 12:58:07 +0000 (12:58 +0000)]
IPAL22913: TC6.5.0: selected in "Move node" dialog box node is not highlighted

11 years agoprotect from errors when working w/o study
eap [Fri, 20 Apr 2012 11:51:54 +0000 (11:51 +0000)]
protect from errors when working w/o study

12 years agoRegression of SMESH_TEST/Grids/smesh/mesh_Quadratic/B6
eap [Thu, 19 Apr 2012 14:43:20 +0000 (14:43 +0000)]
Regression of SMESH_TEST/Grids/smesh/mesh_Quadratic/B6

fix GetFaceNormal() for quadratic volumes

12 years agoRegression of SMESH_TEST/Grids/smesh/mesh_Quadratic/A6
eap [Thu, 19 Apr 2012 13:48:27 +0000 (13:48 +0000)]
Regression of SMESH_TEST/Grids/smesh/mesh_Quadratic/A6

fix sweepElement()

12 years agoRegression of SMESH_TEST/Grids/smesh/mesh_Quadratic/A4
eap [Thu, 19 Apr 2012 12:47:55 +0000 (12:47 +0000)]
Regression of SMESH_TEST/Grids/smesh/mesh_Quadratic/A4

fix SewSideElements()

12 years agoRegression of 0021472: EDF 2080 SMESH: Projection1D2D on a Voronoi structure fails
eap [Wed, 18 Apr 2012 16:31:39 +0000 (16:31 +0000)]
Regression of 0021472: EDF 2080 SMESH: Projection1D2D on a Voronoi structure fails

12 years agoRegression of SMESH_TEST/Grids/smesh/imps/H2
eap [Wed, 18 Apr 2012 16:08:39 +0000 (16:08 +0000)]
Regression of SMESH_TEST/Grids/smesh/imps/H2

12 years agoIssue 0021554: [CEA] When using runSalome with only SMESH module some resources are...
vsr [Wed, 18 Apr 2012 13:21:47 +0000 (13:21 +0000)]
Issue 0021554: [CEA] When using runSalome with only SMESH module some resources are missing

12 years agoFix problem of make distcheck on automake 1.11 (Mandriva 2010):
vsr [Wed, 18 Apr 2012 12:46:07 +0000 (12:46 +0000)]
Fix problem of make distcheck on automake 1.11 (Mandriva 2010):
- we have to uninstall only the staff generated for doc files and nothing more

12 years agoFix problem of make distcheck on automake 1.11 (Mandriva 2010):
vsr [Wed, 18 Apr 2012 12:44:32 +0000 (12:44 +0000)]
Fix problem of make distcheck on automake 1.11 (Mandriva 2010):
- we have to uninstall only the staff generated for idl files and nothing more

12 years agoUpdate SALOME User's guide:
rnv [Wed, 18 Apr 2012 11:53:36 +0000 (11:53 +0000)]
Update SALOME User's guide:
- Move module preferences help pages from GUI User's guide to the module User's guide.

12 years agoRegression on SMESH_TEST/Grids/smesh/bugs/G9
eap [Wed, 18 Apr 2012 10:29:50 +0000 (10:29 +0000)]
Regression on SMESH_TEST/Grids/smesh/bugs/G9

In SetCurrentStudy(), initialize notebook with a given study

12 years agotiny optimization
eap [Wed, 18 Apr 2012 07:24:59 +0000 (07:24 +0000)]
tiny optimization

12 years agoRegression on SMESH_TEST/Grids/smesh/bugs/F8
eap [Tue, 17 Apr 2012 16:14:50 +0000 (16:14 +0000)]
Regression on SMESH_TEST/Grids/smesh/bugs/F8

Fix LengthNearVertex()

+                import geompyDC

12 years agoRegression on SMESH_TEST/Grids/smesh/bugs/E0
eap [Tue, 17 Apr 2012 16:07:04 +0000 (16:07 +0000)]
Regression on SMESH_TEST/Grids/smesh/bugs/E0

Fix Set(const SMDS_MeshElement* theVolume)

12 years ago0021433: EDF GEOM SMESH: fail to mesh an ellipsoid using the new cartesian algo
eap [Tue, 17 Apr 2012 10:14:02 +0000 (10:14 +0000)]
0021433: EDF GEOM SMESH: fail to mesh an ellipsoid using the new cartesian algo
   Use BRepIntCurveSurface_Inter instead of IntCurvesFace_Intersector.
   It's a workaround to kill the bug while OCCT issue is fixed only partially

12 years agoUpdate French translations
gdd [Mon, 16 Apr 2012 15:10:45 +0000 (15:10 +0000)]
Update French translations

12 years agoUpdate French translations
gdd [Mon, 16 Apr 2012 15:06:59 +0000 (15:06 +0000)]
Update French translations

12 years ago0021551: EDF 1452 SMESH: referenced object can be deleted
eap [Mon, 16 Apr 2012 11:28:51 +0000 (11:28 +0000)]
0021551: EDF 1452 SMESH: referenced object can be deleted

procect from deletion a mesh object referenced from outside

12 years agoUpdate copyright information
vsr [Fri, 13 Apr 2012 09:31:26 +0000 (09:31 +0000)]
Update copyright information

12 years agoIncrement version
vsr [Thu, 12 Apr 2012 11:03:13 +0000 (11:03 +0000)]
Increment version

12 years agoPorting documentation on the Doxygen-1.8.0 V6_5_0a1
rnv [Thu, 12 Apr 2012 07:15:03 +0000 (07:15 +0000)]
Porting documentation on the Doxygen-1.8.0

12 years ago0021540: [CEA] Internal test fails : prisms
eap [Wed, 11 Apr 2012 14:34:04 +0000 (14:34 +0000)]
0021540: [CEA] Internal test fails : prisms

   Fix FindMatchingNodesOnFaces() for spheres ( DeuxSpheres.py )

12 years ago0021530: EDF 2176 SMESH: Projection 1D-2D with compounds
eap [Wed, 11 Apr 2012 13:10:03 +0000 (13:10 +0000)]
0021530: EDF 2176 SMESH: Projection 1D-2D with compounds

   Fix for the case of no vertex association

12 years ago0021530: EDF 2176 SMESH: Projection 1D-2D with compounds
eap [Wed, 11 Apr 2012 13:08:52 +0000 (13:08 +0000)]
0021530: EDF 2176 SMESH: Projection 1D-2D with compounds

+  static std::string GeomObjectToEntry(GEOM::GEOM_Object_ptr&  theGeomObject);

12 years ago0021529: [CEA 551] I,j,k mesher does not mesh 2D quadragular meshes
eap [Wed, 11 Apr 2012 08:35:01 +0000 (08:35 +0000)]
0021529: [CEA 551] I,j,k mesher does not mesh 2D quadragular meshes

 correct isClosedChainOfSides()

12 years ago0021530: EDF 2176 SMESH: Projection 1D-2D with compounds
eap [Wed, 11 Apr 2012 08:23:17 +0000 (08:23 +0000)]
0021530: EDF 2176 SMESH: Projection 1D-2D with compounds

keep entries of shapes to be able to return a correct GEOM_Object in
case if it is published several times with different names

12 years ago0021530: EDF 2176 SMESH: Projection 1D-2D with compounds
eap [Wed, 11 Apr 2012 08:20:17 +0000 (08:20 +0000)]
0021530: EDF 2176 SMESH: Projection 1D-2D with compounds

+  static GEOM::GEOM_Object_ptr EntryOrShapeToGeomObject (const std::string&  theEntry,
+                                                         const TopoDS_Shape& theShape);

+  static void SaveToStream( const std::string& studyEntry, std::ostream & stream);

12 years ago0021530: EDF 2176 SMESH: Projection 1D-2D with compounds
eap [Wed, 11 Apr 2012 08:19:09 +0000 (08:19 +0000)]
0021530: EDF 2176 SMESH: Projection 1D-2D with compounds

     In GetGroupSubMeshesContaining() preview a case where the main
     shape is a group

12 years agosome decorations
eap [Tue, 10 Apr 2012 10:10:11 +0000 (10:10 +0000)]
some decorations

12 years ago0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm
eap [Tue, 10 Apr 2012 10:09:32 +0000 (10:09 +0000)]
0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm

   not create excess edges on the seam edge

12 years ago0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm
eap [Tue, 10 Apr 2012 10:06:23 +0000 (10:06 +0000)]
0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm

   fix merging nodes in case 1D-2D projection of the colsed face (care
   of nodes on the seam edge)

12 years ago0021529: [CEA 551] I,j,k mesher does not mesh 2D quadragular meshes
eap [Mon, 9 Apr 2012 15:40:23 +0000 (15:40 +0000)]
0021529: [CEA 551] I,j,k mesher does not mesh 2D quadragular meshes

+   bool isClosedChainOfSides(...)

12 years agoPorting SMESH Plugins on Win32 platform.
rnv [Wed, 28 Mar 2012 14:37:07 +0000 (14:37 +0000)]
Porting  SMESH Plugins on Win32 platform.

12 years agoFix misspell
gdd [Wed, 28 Mar 2012 09:12:26 +0000 (09:12 +0000)]
Fix misspell

12 years ago0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins...
rnv [Tue, 27 Mar 2012 12:52:59 +0000 (12:52 +0000)]
0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module: Update documentation.

12 years agoAvoid empty items in the "Algorithm" combo-box in the "Create/Edit Mesh" dialog.
rnv [Tue, 27 Mar 2012 09:52:22 +0000 (09:52 +0000)]
Avoid empty items in the "Algorithm" combo-box in the "Create/Edit Mesh" dialog.

12 years ago0021515: EDF 2169 SMESH: groups not in OB
vsr [Fri, 23 Mar 2012 14:42:48 +0000 (14:42 +0000)]
0021515: EDF 2169 SMESH: groups not in OB

12 years agoPR: reorganise smesh plugins and correct MeshCut when there are groups
prascle [Fri, 23 Mar 2012 13:13:21 +0000 (13:13 +0000)]
PR: reorganise smesh plugins and correct MeshCut when there are groups

12 years agofix raising exception in algoCreator.__call__()
eap [Fri, 23 Mar 2012 11:55:39 +0000 (11:55 +0000)]
fix raising exception in algoCreator.__call__()

12 years ago0021517: Bad filter dumped when hdf study from previous version of Salome is loaded
eap [Fri, 23 Mar 2012 09:52:28 +0000 (09:52 +0000)]
0021517: Bad filter dumped when hdf study from previous version of Salome is loaded

  set "Compare" to FT_EqualTo instead of FT_Undefined

12 years ago0021517: Bad filter dumped when hdf study from previous version of Salome is loaded
eap [Fri, 23 Mar 2012 09:11:25 +0000 (09:11 +0000)]
0021517: Bad filter dumped when hdf study from previous version of Salome is loaded

   clear re-setting filters to group

12 years agoAdd functions to know that SALOME module version is development one
vsr [Thu, 22 Mar 2012 15:44:43 +0000 (15:44 +0000)]
Add functions to know that SALOME module version is development one

12 years ago0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
eap [Thu, 22 Mar 2012 14:10:37 +0000 (14:10 +0000)]
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh

   In GetSourceSubMeshes(), fix getting a main sub-mesh of a not loaded mesh

12 years ago0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
eap [Thu, 22 Mar 2012 14:09:13 +0000 (14:09 +0000)]
0021208: Performance issue when loading SMESH with an hdf file containing a big mesh

   loadDependentMeshes() before algo->Compute()

12 years agoprecise error messages
eap [Thu, 22 Mar 2012 12:42:58 +0000 (12:42 +0000)]
precise error messages

12 years ago0021468]: EDF 2073 SMESH: Body-fitting algo creates elements in hole
eap [Thu, 22 Mar 2012 11:54:46 +0000 (11:54 +0000)]
0021468]: EDF 2073 SMESH: Body-fitting algo creates elements in hole

1)   re-fix after optimization (attempt #2)
2)   fix protection from not thread safe shapes

12 years ago0021468]: EDF 2073 SMESH: Body-fitting algo creates elements in hole
eap [Thu, 22 Mar 2012 08:58:34 +0000 (08:58 +0000)]
0021468]: EDF 2073 SMESH: Body-fitting algo creates elements in hole

   re-fix after optimization

12 years ago0021517: Bad filter dumped when hdf study from previous version of Salome is loaded
eap [Wed, 21 Mar 2012 15:55:38 +0000 (15:55 +0000)]
0021517: Bad filter dumped when hdf study from previous version of Salome is loaded

+  void fixFunctorType(...)

12 years agoIn Extrusion dialog, the distance was troncated to the lower integer. With a distance...
gdd [Wed, 21 Mar 2012 15:41:10 +0000 (15:41 +0000)]
In Extrusion dialog, the distance was troncated to the lower integer. With a distance <1, the extrusion vector size was zero.

12 years ago0021526: EDF 1855 SMESH: Regression in the Radial Quadrangle hypothesis
eap [Wed, 21 Mar 2012 10:22:32 +0000 (10:22 +0000)]
0021526: EDF 1855 SMESH: Regression in the Radial Quadrangle hypothesis

  fix algoCreator.__call__()

12 years ago0021336: EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
eap [Wed, 21 Mar 2012 09:03:12 +0000 (09:03 +0000)]
0021336: EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured

  performance optimization using tbb

12 years ago0021336: EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
eap [Wed, 21 Mar 2012 09:02:23 +0000 (09:02 +0000)]
0021336: EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured

+if WITH_TBB
+  libStdMeshers_la_CPPFLAGS += $(TBB_INCLUDES)
+  libStdMeshers_la_LDFLAGS  += $(TBB_LIBS)
+endif

12 years ago0021336: EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
eap [Wed, 21 Mar 2012 09:02:04 +0000 (09:02 +0000)]
0021336: EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured

   in SMESH_TNodeXYZ use thread safe getting node coords

12 years agountabify
eap [Wed, 21 Mar 2012 09:01:05 +0000 (09:01 +0000)]
untabify

12 years ago0021336: EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
eap [Wed, 21 Mar 2012 09:00:38 +0000 (09:00 +0000)]
0021336: EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured

+  void   GetXYZ(double xyx[3]) const; // thread safe getting coords

12 years ago0021336: EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
eap [Wed, 21 Mar 2012 08:26:09 +0000 (08:26 +0000)]
0021336: EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured

+CHECK_TBB

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Mon, 19 Mar 2012 16:40:29 +0000 (16:40 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
-  if ( !varName.isEmpty() )
+  if ( varName.isEmpty() )

12 years ago0021522: EDF 573 SMESH: Regression in RotationSweep
eap [Mon, 19 Mar 2012 14:55:51 +0000 (14:55 +0000)]
0021522: EDF 573 SMESH: Regression in RotationSweep

-        MaxAngle,Parameters = ParseAngles(MaxAngle)
+        MaxAngle,Parameters,hasVars = ParseAngles(MaxAngle)

12 years ago0021521: EDF 317 SMESH: Regression in Wire_Discretisation LengthNearVertex hypotesis
eap [Mon, 19 Mar 2012 14:50:26 +0000 (14:50 +0000)]
0021521: EDF 317 SMESH: Regression in Wire_Discretisation LengthNearVertex hypotesis

+from smesh import GetName, TreatHypoStatus

12 years ago0021520: EDF 522 SMESH: Regression in MirrorMakeMesh
eap [Mon, 19 Mar 2012 14:31:57 +0000 (14:31 +0000)]
0021520: EDF 522 SMESH: Regression in MirrorMakeMesh

-        mesh.SetParameters(Mirror.parameters)
+        self.mesh.SetParameters(Mirror.parameters)

12 years ago0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
eap [Mon, 19 Mar 2012 12:32:35 +0000 (12:32 +0000)]
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
   adjust _pyHypothesisReader() for HexoticPLUGIN_ROOT_DIR but not HEXOTICPLUGIN_ROOT_DIR

12 years ago0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
eap [Fri, 16 Mar 2012 16:38:19 +0000 (16:38 +0000)]
0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
     In MakeBoundaryMesh(), try to set new elements to a shape

12 years agoUpdate messages en/fr while loading a mesh data
gdd [Thu, 15 Mar 2012 16:50:26 +0000 (16:50 +0000)]
Update messages en/fr while loading a mesh data

12 years ago0021208: EDF 1138 SMESH: Performance issue when loading SMESH with an hdf file contai...
vsr [Thu, 15 Mar 2012 16:10:52 +0000 (16:10 +0000)]
0021208: EDF 1138 SMESH: Performance issue when loading SMESH with an hdf file containing a big mesh
Show message in the status bar on mesh loading operation