Commit Graph

1253 Commits

Author SHA1 Message Date
inv
9b164e15b8 Changing Salome version for 5.1.4 to 5.1.5 2010-11-24 13:39:37 +00:00
eap
4321f61eaf 0021083: EDF NETGENPLUGIN: documentation is obsolete 2010-11-23 10:17:39 +00:00
vsr
da675994d2 0020463: EDF 1099 SMESH: performance regression from V4 to V5
Patch from Erwan ADAM.
2010-11-19 13:27:33 +00:00
eap
0b8910a8fd 0021077: EDF 1695 SMESH: Netgen works bad with 1D hypothesis on an elliptic torus
Make propagation work w/o any hypotheses assigned to edges where an
  1D hypothesis is propagated to.
2010-11-19 10:01:14 +00:00
eap
9c0be12435 020716: EDF 1229 SMESH : Improvement of reversed edges dialog box
fix taking into account ( reversing edges + hyp propagation )
2010-11-19 09:44:53 +00:00
gdd
e146cc085e RNC: correction of a french translation 2010-11-18 14:42:26 +00:00
gdd
275711c4a7 Plugins manager for SMESH 2010-11-17 18:06:23 +00:00
gdd
36cce06adb Another fix for French translation 2010-11-17 10:40:19 +00:00
gdd
247d9e1aba Additional fix for French translations 2010-11-17 10:18:39 +00:00
vsr
3473a954e5 0021078: EDF 1706 SMESH: Dead link in the documentation 2010-11-16 16:53:00 +00:00
eap
fe6540c515 0021074: EDF 1682 MESH: Bug with start and end length hypothesis
fix compensateError()
2010-11-16 14:39:20 +00:00
vsr
c9be9c7276 Another fix of hack_libtool() function for latest versions of autoconf (e.g. 2.67) 2010-11-03 09:32:08 +00:00
eap
7923b41e35 0020128: EDF SMESH 926 : Quadratic conversion of BLSURF mesh
Use maximal tolerance of face when checking node positions

+  static double MaxTolerance( const TopoDS_Shape& shape );

-      uvOK = CheckNodeUV( F, n, uv.ChangeCoord(), 2*BRep_Tool::Tolerance( F ));
+      uvOK = CheckNodeUV( F, n, uv.ChangeCoord(), 10*MaxTolerance( F ));

-      uvOK = CheckNodeUV( F, n, uv.ChangeCoord(), 2*BRep_Tool::Tolerance( E ),/*force=*/ !validU );
+      uvOK = CheckNodeUV( F, n, uv.ChangeCoord(), 10*MaxTolerance( F ),/*force=*/ !validU );
2010-11-02 14:11:10 +00:00
vsr
56fb0953d7 0020999: EDF 1575 SMESH: Filters and precision preferences
Additional fix for Filter dialog box
2010-11-01 14:53:50 +00:00
eap
99d64f1c20 0021058: EDF 1674 SMESH: SetTriangleVertex ends in error with strange message
prevent problems with TopAbs_INTERNAL shapes
2010-10-29 15:45:13 +00:00
eap
d044393536 Regression of imps/A3
fix setting the mesh to the filter
2010-10-26 08:36:34 +00:00
eap
b168bef52e Regression of bugs/L9
-  theMesh.GetSubMesh(theShape)->ComputeStateEngine( SMESH_subMesh::CLEAN );
+  // CLEAN event is incorrectly ptopagated seemingly due to Propagation hyp
+  // so TEMPORARY solution is to clean the submesh manually
+  //theMesh.GetSubMesh(theShape)->ComputeStateEngine( SMESH_subMesh::CLEAN );
+  if (SMESHDS_SubMesh * subMeshDS = meshDS->MeshElements(theShape))
2010-10-26 08:33:55 +00:00
eap
0e0ecdd7e5 regression in bugs/F8
fix indentation in QuadrangleParameters()
2010-10-25 12:19:19 +00:00
eap
935bd5d42d regression on SWIG_scripts/A3
def GetFilter(self,elementType,
-        aFilter.SetMesh( self.mesh )
2010-10-25 11:45:06 +00:00
vsr
ccac421ca7 Update documentation 2010-10-22 08:42:28 +00:00
eap
ca1d1004c3 + // remove elements created by e.g. patern mapping (PAL21999)
+  theMesh.GetSubMesh(theShape)->ComputeStateEngine( SMESH_subMesh::CLEAN );
2010-10-22 06:33:50 +00:00
eap
bec23f9e68 PAL21999 Pattern Mapping - New - collapse of pattern mesh
Set mesh modified if a pattern is applied to already computed mesh
2010-10-22 06:20:21 +00:00
eap
7ce99178d9 PAL22090 Qudrangle_2D preference Type works incorrectly with Sub-mesh on concave edges.
Fix ComputeQuadPref()
2010-10-21 13:44:14 +00:00
dmv
f416368957 Rever incorrect integration!!! from 13.09.2009 into the V5_1_main 2010-10-21 10:48:45 +00:00
vsr
021dcc547b French translations of resources 2010-10-21 09:19:42 +00:00
eap
f6c4926d41 PAL22090 Qudrangle_2D preference Type works incorrectly with Sub-mesh on concave edges.
Fix Reverse() for the case of degenarated side (3-d constructor)
2010-10-21 08:59:07 +00:00
eap
fd025ce2a6 0020834]: EDF 1362 SMESH : Add a 2D quadrangle mesher of reduced type
Make Mesh_Quadrangle always create QuadranglePreference hyp
2010-10-21 08:57:14 +00:00
eap
b1346c0048 0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
rename SMESHGUI_CopyMeshDlg to SMESHGUI_Make2DFrom3DDlg
2010-10-20 14:21:31 +00:00
eap
cf145e36af 0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
update doc
2010-10-20 14:20:45 +00:00
eap
6ca4eb029d - will be builded.</li>
+ will be built.</li>
2010-10-20 14:17:08 +00:00
vsr
2ec4289dd8 Update documentation for 5.1.5 2010-10-20 10:37:03 +00:00
rnv
2f343f2053 Fix for the Bug IPAL22008 Regression: Find element by point does not work. 2010-10-19 12:25:49 +00:00
vsr
0084139a63 0020971: CEA 422 avoiding display of computed meshes
Improve warning message (to show current mesh size and limit size).
2010-10-18 10:11:57 +00:00
dmv
7aefb1695e 0021034: EDF 1604 SMESH: Reinitialisation of the "mesh" field in create group from geometry 2010-10-18 08:06:00 +00:00
adam
aa7227a916 *** empty log message *** 2010-10-15 16:07:24 +00:00
eap
6223f216fe Regeression of the Test Case 3D_submesh/A0
fix IsMoreLocalThanPredicate after the patch for issue 0020963
2010-10-15 10:53:29 +00:00
eap
8f8561ea74 0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
-        <translation>Copy mesh elements</translation>
+        <translation>Create boundary elements</translation>
2010-10-15 06:35:34 +00:00
eap
194b484098 0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
fix calling MakeBoundaryMesh()
2010-10-15 06:35:11 +00:00
eap
307b2e336b 0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
Implement MakeBoundaryMesh()
2010-10-15 06:33:13 +00:00
eap
183a73c986 0020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
+  void MakeBoundaryMesh(const TIDSortedElemSet& elements,
+                        Bnd_Dimension           dimension,
+                        SMESH_Group*            group = 0,
+                        SMESH_Mesh*             targetMesh = 0,
+                        bool                    toCopyElements = false,
+                        bool                    toCopyExistingBondary = false);
2010-10-15 06:31:45 +00:00
adam
22733707ba *** empty log message *** 2010-10-14 14:19:28 +00:00
dmv
72ad9ec988 BelongToGeom selection problem 2010-10-14 12:40:08 +00:00
eap
5d0bbd1e42 set mesh to filter in all methods creating filters 2010-10-14 12:34:18 +00:00
eap
aaea280a53 In AddFrom() preview a case of filter 2010-10-14 12:32:57 +00:00
eap
36af430a9d GetNodesId()0020833: EDF 1361 SMESH : Graphical Selection of the boundary faces in one clic
+    FT_CoplanarFaces,
2010-10-14 11:09:48 +00:00
eap
2a4db777c4 make GetNodesId() return sorted ids 2010-10-14 11:09:22 +00:00
eap
c9fbd2bbf8 0020833: EDF 1361 SMESH : Graphical Selection of the boundary faces in one clic
+    FT_CoplanarFaces,
2010-10-14 11:08:06 +00:00
eap
263a1ad899 0020833: EDF 1361 SMESH : Graphical Selection of the boundary faces in one clic 2010-10-14 11:00:08 +00:00
ana
25fb74fc29 Update for Win 32: documentation generation (+imp for Linux) 2010-10-14 07:18:36 +00:00
ana
bdbf6c5942 Win32 compatibility 2010-10-14 07:15:20 +00:00