Commit Graph

1360 Commits

Author SHA1 Message Date
gdd
1431061b86 Small fix in doc 2011-05-13 10:00:31 +00:00
gdd
29a09c333e Update documentation of GHS3D hypothesis 2011-05-12 17:22:33 +00:00
gdd
add84232c6 Fix compilation warnings 2011-05-12 15:33:16 +00:00
barate
b159d92e9d Fixed bug in docutils: SMESH installation failed when Sphinx was not found by configure 2011-05-12 15:32:16 +00:00
prascle
97f942863f PR: missing documentation 2011-05-12 14:06:02 +00:00
eap
895fb77569 0021262: EDF 1867 SMESH: Problem with concatenate that causes failure in an important script
Fix regression of MergeNodes() caused by SMDS redesign
2011-05-12 13:40:34 +00:00
prascle
8c9a971309 PR: debug generate flat elements 2011-05-12 12:50:51 +00:00
gdd
d2dabee708 Replace oe by œ 2011-05-11 20:47:29 +00:00
gdd
f1060fcdcd Fix dump of SetColor for groups 2011-05-11 18:07:30 +00:00
prascle
a6b047ce31 PR: missing doc on generate flat elements 2011-05-11 15:50:41 +00:00
prascle
f8ddfb2118 PR: debug parallel compilation 2011-05-11 15:49:04 +00:00
prascle
8f44652c30 PR: debug a SIGSEGV case when using downward connectivity on a modified mesh. 2011-05-11 14:46:30 +00:00
gdd
4319615c76 Reencode files to utf-8 2011-05-11 12:52:33 +00:00
gdd
8ceaea103c Update French translation file 2011-05-11 10:04:04 +00:00
eap
a487f7d52f French translation updated 2011-05-11 07:34:12 +00:00
eap
20ce0ddfa8 assure publishing the geom which is an arg of GetSubMesh() 2011-05-11 06:49:04 +00:00
gdd
d4cf841c65 Update French translation 2011-05-10 12:33:26 +00:00
eap
711502d1f0 reduce memory limit
-      limit = limit * 2;
+      limit = int ( limit * 1.5 );
2011-05-10 08:27:01 +00:00
prascle
621f26055e PR: missing groups in CreateFlatElementsOnFacesGroups and names too long for groups in doubleNodesOnGroupBoundaries 2011-05-09 14:48:31 +00:00
gdd
648d627a1d MeshCut depends on MED fichier 2011-05-05 16:25:54 +00:00
prascle
75d1b278ca PR: remove splitted tetrahedrons 2011-05-05 15:28:26 +00:00
eap
6f15d8202e assure publishing all geom objects passed to hypotheses 2011-05-05 15:17:20 +00:00
eap
15f3190af6 fix dupming a nil servant 2011-05-05 15:16:02 +00:00
eap
4e647c5275 untabify 2011-05-05 15:15:01 +00:00
adam
1e7cc80211 Remove unnecessary traces 2011-05-05 09:22:36 +00:00
prascle
dee22ad522 PR: english messages 2011-05-04 14:58:40 +00:00
eap
248c36ec7a Regression of 0020206: EDF SMESH 987: Netgen1D2D3D +submesh
in Compute(), fix sorting submeshes according to dim of shape the algo assigned to

           aShapeDim = GetShapeDim( algoShape );
+          if ( algoShape.ShapeType() == TopAbs_COMPOUND )
+          {
+            TopoDS_Iterator it( algoShape );
+            aShapeDim += GetShapeDim( it.Value() );
+          }
2011-05-04 14:16:19 +00:00
eap
e06a1de08f 0021257: Rollback the medGeometryElement names MEDMEM_ --> MED_ 2011-05-04 13:06:27 +00:00
eap
8d68a5ae9a use CheckMemory() to avoid crash due to memory allocation problem 2011-05-04 09:45:11 +00:00
eap
b0e0902d31 use CheckMemory() to avoid crash due to memory allocation problem 2011-05-04 09:33:50 +00:00
eap
bce4a113cf remove debug output 2011-05-04 07:32:59 +00:00
eap
368440ebe3 untabify 2011-05-04 06:49:05 +00:00
eap
580a459516 warn the user that the application may crash if not enough memory remains 2011-05-03 17:03:59 +00:00
eap
b83db6830f 0021256: EDF STUDY: Python dump in a single file (continued)
"import salome" in multyfile mode
2011-05-03 16:02:33 +00:00
eap
7436d5ff08 0021256: EDF STUDY: Python dump in a single file (continued)
if( isMultiFile )
     aScript += "def RebuildData(theStudy):";
-  else
-    aScript += "theStudy = salome.myStudy";
2011-05-03 15:54:20 +00:00
prascle
07a37cb49f PR: plugin for MeshCut 2011-05-03 15:37:17 +00:00
eap
e145b0e8b3 0021255: [CEA 466] compilation with gcc 4.6.0 without warnings
-    sprintf( (char*)&(buffer[i*3]), "|%02x", (char*)(aStreamFile[i]) );
+    sprintf( (char*)&(buffer[i*3]), "|%02x", aStreamFile[i] );
2011-05-03 13:14:00 +00:00
gdd
f1fdcd1571 rnc: Added a paragraph about the use of criteria in documentation
and links from GetFilter and GetCriterion methods to tui_filters documentation page
2011-04-29 11:44:24 +00:00
gdd
7e60e718da rnc : small modifications in attractors documentation 2011-04-29 08:55:25 +00:00
eap
801d07740f more precisions 2011-04-29 08:07:47 +00:00
eap
d43fd07ac2 improve doc 2011-04-29 08:04:15 +00:00
eap
5a57da6b1e fix FindShape() to resolve a regression of SMESH_TEST/Grids/smesh/bugs/L9 2011-04-28 09:40:21 +00:00
gdd
2db2c3ab90 rnc: EDF 1607 SMESH: Modified "Move Node" and "Add Node" dialog boxes so that only SpinBoxes are expanded when resizing the window. 2011-04-27 13:37:08 +00:00
gdd
ed17a76996 rnc: Modified "Number Of Segment" window so that the use of table density is more convenient. 2011-04-27 12:40:02 +00:00
vsr
c67b2bfd8f Copyright info update 2011-04-27 10:17:07 +00:00
eap
d4f7fd7135 1) avoid infinit recursion in operator<<(SMESH::SMESH_IDSource_ptr theArg)
2) 0021231: EDF 1838 SMESH: Pattern mapping on a quadratic element
     fix python dump of functions defining pattern in a single-file mode
2011-04-26 14:37:17 +00:00
eap
67ea75a7dd 0021231: EDF 1838 SMESH: Pattern mapping on a quadratic element
fix applying the 2D pattern to quafratic mesh faces
2011-04-26 13:15:40 +00:00
eap
84d055c1b3 0021250: EDF 1817 SMESH: Salome crashes when activating smesh after opening a specific study
In Load(), avoid infinite recursion via python dump
-            myNewMeshImpl->SetAutoColor( (bool)anAutoColor[0] );
+            myNewMeshImpl->GetImpl().SetAutoColor( (bool)anAutoColor[0] );
2011-04-26 10:35:15 +00:00
vsr
78f6bcf182 Fix make distcheck problem 2011-04-26 06:13:06 +00:00
vsr
63710c8cea IPAL22422 : TC6.3.0:hangup importing python dump 2011-04-25 15:34:09 +00:00