Salome HOME
modules/smesh.git
10 years agoBUG: Yams plug-in: Small bug fix, validator number of decimal for chordal deviation...
rnc [Tue, 3 Dec 2013 15:39:14 +0000 (15:39 +0000)]
BUG: Yams plug-in: Small bug fix, validator number of decimal for chordal deviation parameter was 2 instead of 3

10 years agotooltip correction
rnc [Tue, 3 Dec 2013 15:34:24 +0000 (15:34 +0000)]
tooltip correction

10 years agoBUG: Yams plugin: Dialog input values were not reset to default when closing and...
rnc [Tue, 3 Dec 2013 15:05:31 +0000 (15:05 +0000)]
BUG: Yams plugin: Dialog input values were not reset to default when closing and reopening it + verbose level spinbox was connected to max memory by mistake

10 years agoFix crash (from PPGP) when invoking popup on non-smesh (light) object
vsr [Tue, 3 Dec 2013 10:58:50 +0000 (10:58 +0000)]
Fix crash (from PPGP) when invoking popup on non-smesh (light) object

10 years ago0022427: EDF GEOM Regression: Issue with geomBuilder
vsr [Tue, 3 Dec 2013 05:52:36 +0000 (05:52 +0000)]
0022427: EDF GEOM Regression: Issue with geomBuilder

10 years agoUpdated MG-Cleaner doc.
rnc [Mon, 2 Dec 2013 16:09:16 +0000 (16:09 +0000)]
Updated MG-Cleaner doc.

A mechanism should be found for the next version to get directly the doc from the Meshgems install directory instead of copying it because there is a risk to have outdated documentation with the current way.

10 years agoBUG: MGSurfOpt (Yams) plugin: Added a missing file
rnc [Mon, 2 Dec 2013 16:06:19 +0000 (16:06 +0000)]
BUG: MGSurfOpt (Yams) plugin: Added a missing file

10 years ago20974: EDF 1551 GEOM: Extra edges appear in the result of a partition and can't be...
eap [Fri, 29 Nov 2013 09:14:36 +0000 (09:14 +0000)]
20974: EDF 1551 GEOM: Extra edges appear in the result of a partition and can't be removed

 Optimize smooth: 3 loops in 2D and 2 loops in 3D

10 years agoPPGP
eap [Fri, 29 Nov 2013 08:45:55 +0000 (08:45 +0000)]
PPGP

In TSearchersDeleter fix setting/removing the event listener

10 years ago0022423: EDF SMESH Regression: Quadrangle algo fails
eap [Thu, 28 Nov 2013 17:03:09 +0000 (17:03 +0000)]
0022423: EDF SMESH Regression: Quadrangle algo fails

In GetAngle() prevent SIGFPE at singularity

10 years ago0022423: EDF SMESH Regression: Quadrangle algo fails
eap [Thu, 28 Nov 2013 17:01:37 +0000 (17:01 +0000)]
0022423: EDF SMESH Regression: Quadrangle algo fails

fix CheckNbEdges() for the case of a degenerated 5-th edge

10 years agoIncrement version to 7.3.0
vsr [Thu, 28 Nov 2013 14:32:44 +0000 (14:32 +0000)]
Increment version to 7.3.0

10 years agoImprove regularity of divisions
eap [Thu, 28 Nov 2013 13:31:50 +0000 (13:31 +0000)]
Improve regularity of divisions

10 years ago22422: EDG SMESH Regression: Quadrangle/Hyptohesis Quadrangle preference fails
eap [Thu, 28 Nov 2013 11:38:40 +0000 (11:38 +0000)]
22422: EDG SMESH Regression: Quadrangle/Hyptohesis Quadrangle preference fails

 Do not compute both QuadPreference and Standard

10 years agoMerge of fix from V7_main
vsr [Thu, 28 Nov 2013 08:49:22 +0000 (08:49 +0000)]
Merge of fix from V7_main

10 years agoCMake: V7_3_0a1
mpa [Wed, 27 Nov 2013 11:00:50 +0000 (11:00 +0000)]
CMake:
- add files to remove using command "make clean"

10 years ago22419: EDF SMESH Regression: 3D Extrusion fails
eap [Wed, 27 Nov 2013 10:00:34 +0000 (10:00 +0000)]
22419: EDF SMESH Regression: 3D Extrusion fails

   FaceQuadStruct::Ptr CheckNbEdges(SMESH_Mesh&         aMesh,
                                    const TopoDS_Shape& aShape,
+                                   const bool          considerMesh=false);

10 years agoIntegrated in V7_main: 0022366: EDF SMESH: Create Mesh dialog box improvement: create...
imn [Wed, 27 Nov 2013 07:30:42 +0000 (07:30 +0000)]
Integrated in V7_main: 0022366: EDF SMESH: Create Mesh dialog box improvement: create empty mesh without geometry in GUI

10 years agomore orthography
eap [Tue, 26 Nov 2013 13:41:02 +0000 (13:41 +0000)]
more orthography

10 years agoFix indentation
eap [Tue, 26 Nov 2013 13:37:39 +0000 (13:37 +0000)]
Fix indentation

10 years agoMore safety
eap [Tue, 26 Nov 2013 13:33:52 +0000 (13:33 +0000)]
More safety

-        if ( l_d->first->IsDeletable() )
+        if ( l_d->first != listener && l_d->first->IsDeletable() )

10 years ago22362: EDF SMESH: Quadrangle (mapping) algorithm: enforced vertices
eap [Tue, 26 Nov 2013 13:30:21 +0000 (13:30 +0000)]
22362: EDF SMESH: Quadrangle (mapping) algorithm: enforced vertices

+   * \brief Create a side from an UVPtStructVec
+   */
+  StdMeshers_FaceSide(UVPtStructVec& theSideNodes);

10 years agoFix CheckNbEdges() for a FACE with a closed EDGE
eap [Tue, 26 Nov 2013 13:29:36 +0000 (13:29 +0000)]
Fix CheckNbEdges() for a FACE with a closed EDGE

10 years agoFix access to NULL quad
eap [Tue, 26 Nov 2013 12:26:45 +0000 (12:26 +0000)]
Fix access to NULL quad

10 years agohttp://www.salome-platform.org/forum/forum_11/173031193
eap [Tue, 26 Nov 2013 12:16:47 +0000 (12:16 +0000)]
www.salome-platform.org/forum/forum_11/173031193

Fix associating FACEs having degenerated EDGEs

10 years agoIntegrated to V7_main: 0022366: EDF SMESH: Create Mesh dialog box improvement: create...
imn [Tue, 26 Nov 2013 10:15:18 +0000 (10:15 +0000)]
Integrated to V7_main: 0022366: EDF SMESH: Create Mesh dialog box improvement: create empty mesh without geometry in GUI

10 years agoIntegrated to V7_main: 0022366: EDF SMESH: Create Mesh dialog box improvement: create...
imn [Tue, 26 Nov 2013 10:11:53 +0000 (10:11 +0000)]
Integrated to V7_main: 0022366: EDF SMESH: Create Mesh dialog box improvement: create empty mesh without geometry in GUI

10 years agoDo not use NETGEN as it's unavailable during 'make test'
eap [Tue, 26 Nov 2013 10:11:52 +0000 (10:11 +0000)]
Do not use NETGEN as it's unavailable during 'make test'

10 years agoFix SIGSEGV at closing a study
eap [Mon, 25 Nov 2013 10:39:28 +0000 (10:39 +0000)]
Fix SIGSEGV at closing a study

10 years ago0022414: [CEA 1010] Regressio on tests 01_composite.py
eap [Mon, 25 Nov 2013 09:14:33 +0000 (09:14 +0000)]
0022414: [CEA 1010] Regressio on tests 01_composite.py

  Fix for a vertex w/o a node

10 years ago0022414: [CEA 1010] Regressio on tests bug_763_netgen_1d_2d.py
eap [Mon, 25 Nov 2013 09:13:09 +0000 (09:13 +0000)]
0022414: [CEA 1010] Regressio on tests bug_763_netgen_1d_2d.py

+        from salome.smesh.smeshBuilder import Mesh

10 years ago[SALOME platform 2008-2014 0022314]: EDF 2594 SMESH: Preview "Union of triangles...
ctn [Fri, 22 Nov 2013 14:42:31 +0000 (14:42 +0000)]
[SALOME platform 2008-2014 0022314]: EDF 2594 SMESH: Preview "Union of triangles" result: Documentation update

10 years agosynchronize with SMESH_msg_en.ts
eap [Fri, 22 Nov 2013 13:55:23 +0000 (13:55 +0000)]
synchronize with SMESH_msg_en.ts

10 years ago- static bool isStraight( const TopoDS_Edge & E, const bool degenResult=false );
eap [Fri, 22 Nov 2013 13:17:22 +0000 (13:17 +0000)]
-  static bool isStraight( const TopoDS_Edge & E, const bool degenResult=false );
+  static bool IsStraight( const TopoDS_Edge & E, const bool degenResult=false );

10 years ago+ bool findUVByHalfDivision( const gp_Pnt& thePoint, const gp_XY& theUV,
eap [Fri, 22 Nov 2013 13:17:00 +0000 (13:17 +0000)]
+  bool findUVByHalfDivision( const gp_Pnt& thePoint, const gp_XY& theUV,
+                             const TFace& tface, gp_XYZ& theParams);
+  bool findUVAround( const gp_Pnt& thePoint, const gp_XY& theUV,
+                     const TFace& tface, gp_XYZ& theParams, int nbGetWorstLimit );

10 years agohttp://www.salome-platform.org/forum/forum_10/409159356
eap [Fri, 22 Nov 2013 13:16:34 +0000 (13:16 +0000)]
www.salome-platform.org/forum/forum_10/409159356

Fox testcube2a.py

10 years ago22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
eap [Fri, 22 Nov 2013 13:14:08 +0000 (13:14 +0000)]
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges

-  StdMeshers_FaceSide(const SMDS_MeshNode*       theNode,
-                      const gp_Pnt2d             thePnt2d,
-                      const StdMeshers_FaceSide* theSide);
+  StdMeshers_FaceSide(const StdMeshers_FaceSide*  theSide,
+                      const SMDS_MeshNode*        theNode,
+                      const gp_Pnt2d*             thePnt2d1,
+                      const gp_Pnt2d*             thePnt2d2=NULL,
+                      const Handle(Geom2d_Curve)& theC2d=NULL,
+                      const double                theUFirst=0.,
+                      const double                theULast=1.);

10 years ago[SALOME platform 2008-2014 0022314]: EDF 2594 SMESH: Preview "Union of triangles...
ctn [Fri, 22 Nov 2013 12:48:17 +0000 (12:48 +0000)]
[SALOME platform 2008-2014 0022314]: EDF 2594 SMESH: Preview "Union of triangles" result: Documentation update

10 years ago22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
eap [Fri, 22 Nov 2013 12:40:36 +0000 (12:40 +0000)]
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges

+  int GetCorners(const TopoDS_Face&          theFace,
+                 SMESH_Mesh &                theMesh,
+                 std::list<TopoDS_Edge>&     theWire,
+                 std::vector<TopoDS_Vertex>& theVertices,
+                 int &                       theNbDegenEdges);

10 years ago22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
eap [Fri, 22 Nov 2013 12:37:31 +0000 (12:37 +0000)]
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges

-  StdMeshers_FaceSide(const SMDS_MeshNode*       theNode,
-                      const gp_Pnt2d             thePnt2d,
-                      const StdMeshers_FaceSide* theSide);
+  StdMeshers_FaceSide(const StdMeshers_FaceSide*  theSide,
+                      const SMDS_MeshNode*        theNode,
+                      const gp_Pnt2d*             thePnt2d1,
+                      const gp_Pnt2d*             thePnt2d2=NULL,
+                      const Handle(Geom2d_Curve)& theC2d=NULL,
+                      const double                theUFirst=0.,
+                      const double                theULast=1.);

10 years ago22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
eap [Fri, 22 Nov 2013 12:36:27 +0000 (12:36 +0000)]
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges

do not import from smeshBuilder to avoid pb with cyclic import

10 years ago22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
eap [Fri, 22 Nov 2013 12:35:35 +0000 (12:35 +0000)]
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges

+  COMPERR_BAD_PARMETERS    = -13, //!< incorrect hypotheses parameters

10 years ago22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
eap [Fri, 22 Nov 2013 12:35:17 +0000 (12:35 +0000)]
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges

+        <source>COMPERR_BAD_PARMETERS</source>
+        <translation>Invalid input parameters</translation>

10 years ago22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
eap [Fri, 22 Nov 2013 12:34:58 +0000 (12:34 +0000)]
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges

+      CASE2TEXT( COMPERR_BAD_PARMETERS    );

10 years ago22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
eap [Fri, 22 Nov 2013 12:34:45 +0000 (12:34 +0000)]
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges

Fix "int WrapIndex(const int ind, const int nbNodes)" for ind=-4 and nbNodes=4

10 years ago22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
eap [Fri, 22 Nov 2013 12:33:25 +0000 (12:33 +0000)]
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges

+    COMPERR_BAD_PARMETERS    // incorrect hypotheses parameters

10 years agoMinor change
vsr [Wed, 20 Nov 2013 13:46:15 +0000 (13:46 +0000)]
Minor change

10 years ago-from salome.StdMeshers import StdMeshersBuilder
eap [Wed, 20 Nov 2013 11:31:08 +0000 (11:31 +0000)]
-from salome.StdMeshers import StdMeshersBuilder
+import StdMeshers

10 years ago22314: EDF 2594 SMESH: Preview "Union of triangles" result
kga [Wed, 20 Nov 2013 09:12:48 +0000 (09:12 +0000)]
22314: EDF 2594 SMESH: Preview "Union of triangles" result

10 years ago22412: [CEA 1005] Impossible to have a logarithmic scalar bar when values <1e-07
eap [Wed, 20 Nov 2013 08:13:41 +0000 (08:13 +0000)]
22412: [CEA 1005] Impossible to have a logarithmic scalar bar when values <1e-07

Enable Logarithmic check box for small values

10 years ago- Modifing Geometry and Mesh Python scripts from SALOME 6 and before
mpa [Tue, 19 Nov 2013 12:41:57 +0000 (12:41 +0000)]
- Modifing Geometry and Mesh Python scripts from SALOME 6 and before

10 years ago- Modifing Geometry and Mesh Python scripts from SALOME 6 and before
mpa [Tue, 19 Nov 2013 12:29:02 +0000 (12:29 +0000)]
- Modifing Geometry and Mesh Python scripts from SALOME 6 and before

10 years ago- Modifing Geometry and Mesh Python scripts from SALOME 6 and before
mpa [Tue, 19 Nov 2013 12:08:40 +0000 (12:08 +0000)]
- Modifing Geometry and Mesh Python scripts from SALOME 6 and before

10 years ago- Modifing Geometry and Mesh Python scripts from SALOME 6 and before
mpa [Tue, 19 Nov 2013 12:03:24 +0000 (12:03 +0000)]
- Modifing Geometry and Mesh Python scripts from SALOME 6 and before

10 years ago- edit documentation
mpa [Tue, 19 Nov 2013 11:57:09 +0000 (11:57 +0000)]
- edit documentation

10 years ago- Modifing Geometry and Mesh Python scripts from SALOME 6 and before
mpa [Tue, 19 Nov 2013 11:55:25 +0000 (11:55 +0000)]
- Modifing Geometry and Mesh Python scripts from SALOME 6 and before

10 years agoavoid FPE
eap [Tue, 19 Nov 2013 11:54:02 +0000 (11:54 +0000)]
avoid FPE

10 years ago- Modifing Geometry and Mesh Python scripts from SALOME 6 and before
mpa [Tue, 19 Nov 2013 11:38:59 +0000 (11:38 +0000)]
- Modifing Geometry and Mesh Python scripts from SALOME 6 and before

10 years agoRegression of SALOME_TESTS/Grids/smesh/bugs_03/D6
eap [Mon, 18 Nov 2013 16:51:16 +0000 (16:51 +0000)]
Regression of SALOME_TESTS/Grids/smesh/bugs_03/D6

Improve the EventListener to clean all EDGEs of a complex side if one EDGE is cleaned

10 years agoIn SetParametersByDefaults(), make myMinSize and myDeflection greater
eap [Mon, 18 Nov 2013 16:50:05 +0000 (16:50 +0000)]
In SetParametersByDefaults(), make myMinSize and myDeflection greater

10 years agoRegression SALOME_TESTS/Grids/smesh/3D_mesh_HEXA3D_00/C2
eap [Mon, 18 Nov 2013 14:59:23 +0000 (14:59 +0000)]
Regression SALOME_TESTS/Grids/smesh/3D_mesh_HEXA3D_00/C2

Fix isConcave()

10 years agoRegression SALOME_TESTS/Grids/smesh/3D_mesh_HEXA3D_00/C2
eap [Mon, 18 Nov 2013 14:55:27 +0000 (14:55 +0000)]
Regression SALOME_TESTS/Grids/smesh/3D_mesh_HEXA3D_00/C2

Fix GetAngle() to take Orientation() of input edges as is and not
using GetSubShapeOri() which is wrong for the seam edge

10 years agofix SIGFPE on too short EDGEs
eap [Mon, 18 Nov 2013 13:21:17 +0000 (13:21 +0000)]
fix SIGFPE on too short EDGEs

10 years agofix SIGFPE on too short EDGEs
eap [Mon, 18 Nov 2013 12:35:16 +0000 (12:35 +0000)]
fix SIGFPE on too short EDGEs

10 years agodo not add a reference to useCaseBuilder twice
eap [Mon, 18 Nov 2013 10:53:13 +0000 (10:53 +0000)]
do not add a reference to useCaseBuilder twice

10 years agosynchronize myBadMeshBtn and myBadMeshToGroupBtn
eap [Mon, 18 Nov 2013 10:27:22 +0000 (10:27 +0000)]
synchronize myBadMeshBtn and myBadMeshToGroupBtn

10 years agoRegression of SALOME_TESTS/Grids/smesh/imps_09/K5
eap [Fri, 15 Nov 2013 17:54:28 +0000 (17:54 +0000)]
Regression of SALOME_TESTS/Grids/smesh/imps_09/K5

Take care to remove a node from its sub-mesh

10 years agoRegression of SALOME_TESTS/Grids/smesh/imps_08/I8
eap [Fri, 15 Nov 2013 15:24:18 +0000 (15:24 +0000)]
Regression of SALOME_TESTS/Grids/smesh/imps_08/I8

10 years ago22408]: [CEA 996] Impossibility to filter Face with an Area criterion
eap [Fri, 15 Nov 2013 15:16:54 +0000 (15:16 +0000)]
22408]: [CEA 996] Impossibility to filter Face with an Area criterion

10 years agoRegression of SALOME_TESTS/Grids/smesh/imps_08/I8
eap [Fri, 15 Nov 2013 14:47:45 +0000 (14:47 +0000)]
Regression of SALOME_TESTS/Grids/smesh/imps_08/I8

Attempt nb 2

10 years agoRegression of SALOME_TESTS/Grids/smesh/imps_08/I8
eap [Fri, 15 Nov 2013 14:44:06 +0000 (14:44 +0000)]
Regression of SALOME_TESTS/Grids/smesh/imps_08/I8

10 years agomore comments
eap [Fri, 15 Nov 2013 13:43:38 +0000 (13:43 +0000)]
more comments

10 years agoRegression of SALOME_TESTS/Grids/smesh/dump_study_00/B7
eap [Fri, 15 Nov 2013 12:44:42 +0000 (12:44 +0000)]
Regression of SALOME_TESTS/Grids/smesh/dump_study_00/B7

In CheckObjectPresence(), skip print statement

10 years agoRegression of SALOME_TESTS/Grids/smesh/bugs_19/X7
eap [Fri, 15 Nov 2013 12:19:28 +0000 (12:19 +0000)]
Regression of SALOME_TESTS/Grids/smesh/bugs_19/X7

 Increase nb of allowed shrink loops

10 years agoRegression of SALOME_TESTS/Grids/smesh/bugs_13/N9
eap [Fri, 15 Nov 2013 11:59:48 +0000 (11:59 +0000)]
Regression of SALOME_TESTS/Grids/smesh/bugs_13/N9

Fix association of SHELLs

10 years agoPrevent failure if a degenerated EDGE is not meshed
eap [Fri, 15 Nov 2013 10:20:33 +0000 (10:20 +0000)]
Prevent failure if a degenerated EDGE is not meshed

10 years ago2355: EDF SMESH: New 1D hypothesis "Adaptive"
eap [Fri, 15 Nov 2013 09:48:22 +0000 (09:48 +0000)]
2355: EDF SMESH: New 1D hypothesis "Adaptive"

More performance optimization

10 years ago22406: EDF SMESH Regression : Items are missing in group contextual menu
eap [Thu, 14 Nov 2013 15:15:27 +0000 (15:15 +0000)]
22406: EDF SMESH Regression : Items are missing in group contextual menu

Fix the previous "improvement"

10 years ago2355: EDF SMESH: New 1D hypothesis "Adaptive"
eap [Thu, 14 Nov 2013 14:27:06 +0000 (14:27 +0000)]
2355: EDF SMESH: New 1D hypothesis "Adaptive"

Performance optimization

10 years agoEnable canceling Compute
eap [Thu, 14 Nov 2013 14:25:12 +0000 (14:25 +0000)]
Enable canceling Compute

10 years agoCorrect tbb detection procedure
vsr [Thu, 14 Nov 2013 14:07:03 +0000 (14:07 +0000)]
Correct tbb detection procedure

10 years ago22372: EDF 2758 SMESH: Create/Manage groups on a mesh composed of nodes and balls
eap [Thu, 14 Nov 2013 09:17:58 +0000 (09:17 +0000)]
22372: EDF 2758 SMESH: Create/Manage groups on a mesh composed of nodes and balls

Performance optimization for groups on filter:

int SMESHGUI_Selection::numberOfNodes( int ind ) const
{
...
-        return aGroupObj->Size();
+        return aGroupObj->IsEmpty(); // aGroupObj->Size();

10 years agoMove BelongToGeom and LyingOnGeom classes to src/Controls/SMESH_Controls*
eap [Thu, 14 Nov 2013 09:15:23 +0000 (09:15 +0000)]
Move BelongToGeom and LyingOnGeom classes to src/Controls/SMESH_Controls*

10 years ago22372: EDF 2758 SMESH: Create/Manage groups on a mesh composed of nodes and balls
eap [Thu, 14 Nov 2013 09:14:20 +0000 (09:14 +0000)]
22372: EDF 2758 SMESH: Create/Manage groups on a mesh composed of nodes and balls

1) In ElementsOnShape, particularly treat a case of the box shape, to
   speed up classification
2) Move BelongToGeom and LyingOnGeom classes from SMESH_Filter_i.*xx

10 years agoCMake:
mpa [Thu, 14 Nov 2013 05:40:14 +0000 (05:40 +0000)]
CMake:
- add definition WITH_TBB

10 years ago22372: EDF 2758 SMESH: Create/Manage groups on a mesh composed of nodes and balls
eap [Wed, 13 Nov 2013 14:40:40 +0000 (14:40 +0000)]
22372: EDF 2758 SMESH: Create/Manage groups on a mesh composed of nodes and balls

 Set SUIT_OverrideCursor while all mesh elements are filtered

10 years agountabify
eap [Wed, 13 Nov 2013 14:39:43 +0000 (14:39 +0000)]
untabify

10 years ago22372: EDF 2758 SMESH: Create/Manage groups on a mesh composed of nodes and balls
eap [Wed, 13 Nov 2013 14:39:11 +0000 (14:39 +0000)]
22372: EDF 2758 SMESH: Create/Manage groups on a mesh composed of nodes and balls

  In ClearMesh(), free elements cashed in GroupOnFilter's

10 years ago22372: EDF 2758 SMESH: Create/Manage groups on a mesh composed of nodes and balls
eap [Wed, 13 Nov 2013 14:38:10 +0000 (14:38 +0000)]
22372: EDF 2758 SMESH: Create/Manage groups on a mesh composed of nodes and balls

  Cash elements in case of small meshes

10 years ago22372: EDF 2758 SMESH: Create/Manage groups on a mesh composed of nodes and balls
eap [Wed, 13 Nov 2013 14:35:36 +0000 (14:35 +0000)]
22372: EDF 2758 SMESH: Create/Manage groups on a mesh composed of nodes and balls

Prepare to parallelism

10 years ago-OPTION(SALOME_SMESH_USE_TBB "Enable shape recognition from picture" OFF)
eap [Wed, 13 Nov 2013 13:01:26 +0000 (13:01 +0000)]
-OPTION(SALOME_SMESH_USE_TBB        "Enable shape recognition from picture" OFF)
+OPTION(SALOME_SMESH_USE_TBB        "Enable parallel computation" OFF)

10 years agoCMake:
mpa [Wed, 13 Nov 2013 12:27:06 +0000 (12:27 +0000)]
CMake:
- delete kernel dependency because options are local now

10 years ago0022400: EDF SMESH: ExportCGNS is not available anymore in V7_main
vsr [Wed, 13 Nov 2013 06:12:05 +0000 (06:12 +0000)]
0022400: EDF SMESH: ExportCGNS is not available anymore in V7_main

10 years agoCorrect documentation for SALOME_SMESH_USE_CGNS option
vsr [Wed, 13 Nov 2013 05:13:10 +0000 (05:13 +0000)]
Correct documentation for SALOME_SMESH_USE_CGNS option

10 years ago022398: EDF 2783 SMESH: No end with viscous layer computation
eap [Tue, 12 Nov 2013 14:50:30 +0000 (14:50 +0000)]
022398: EDF 2783 SMESH: No end with viscous layer computation

  Prevent infinite loop in shrink()

10 years ago022398: EDF 2783 SMESH: No end with viscous layer computation
eap [Tue, 12 Nov 2013 14:48:16 +0000 (14:48 +0000)]
022398: EDF 2783 SMESH: No end with viscous layer computation

1) Fix CheckNodeU() for unfinite U and NURBS curve
2)
+  static double GetAngle( const TopoDS_Edge & E1, const TopoDS_Edge & E2, const TopoDS_Face & F);

10 years ago022398: EDF 2783 SMESH: No end with viscous layer computation
eap [Tue, 12 Nov 2013 14:46:58 +0000 (14:46 +0000)]
022398: EDF 2783 SMESH: No end with viscous layer computation

+  static double GetAngle( const TopoDS_Edge & E1, const TopoDS_Edge & E2, const TopoDS_Face & F);

10 years agoWin32 compilation.
rnv [Mon, 11 Nov 2013 11:46:01 +0000 (11:46 +0000)]
Win32 compilation.

10 years ago22355: EDF SMESH: New 1D hypothesis "Adaptive"
eap [Mon, 11 Nov 2013 11:07:44 +0000 (11:07 +0000)]
22355: EDF SMESH: New 1D hypothesis "Adaptive"

10 years agoSmall correction.
rnv [Mon, 11 Nov 2013 10:45:01 +0000 (10:45 +0000)]
Small correction.