Commit Graph

1337 Commits

Author SHA1 Message Date
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
eap
5bd351dd12 1) protect GetSubMesh() from the exception in case of an
empty geom group (version 2)
2) 0021248: EDF SMESH: Dump and ExportToMED
+  pyDump<<_this()<<".SetAutoColor( "<<theAutoColor<<" )";
2011-04-25 13:23:19 +00:00
eap
171ee633a8 0021248: EDF SMESH: Dump and ExportToMED
+    TPythonDump()<<_this()<<".SetColor( "<<color.R<<", "<<color.G<<", "<<color.B<<" )";
2011-04-25 13:22:10 +00:00
eap
d6f77dcbc8 0021248: EDF SMESH: Dump and ExportToMED
dump SetAutoColor() and SetColor() in SMESH_Mesh_i and in
  SMESH_GroupBase_i correspondingly
2011-04-25 13:19:22 +00:00
eap
b42b6351ff protect GetSubMesh() from the exception in case of an empty geom group 2011-04-25 11:24:28 +00:00
ouv
9463491e24 Issue 0021249: EDF STUDY: Python dump in a single file 2011-04-25 08:36:25 +00:00
eap
3fb9c77ac1 0021238: EDF 1817 SMESH: GHS3D on quadratic meshes
enhance IsQuadraticSubMesh() for the mesh w/o shape
2011-04-22 16:08:20 +00:00
eap
8aec90a5df 0021231: EDF 1838 SMESH: Pattern mapping on a quadratic element
fix loading pattern from a quadratic mesh
2011-04-22 11:54:06 +00:00
eap
6bd826a5f5 0020918: EDF 1447 SMESH: Mesh common borders/ note 0010933
Use large tolerance for projection of nodes to edges because of
  BLSURF mesher specifics
2011-04-21 16:38:08 +00:00
eap
bdb6d61f8c 0021223: EDF 1839 SMESH: Bug of convert to quadratic after pattern mapping
Use Precision::Infinite() to mark UV of node on face as "not set"
2011-04-21 13:32:29 +00:00
eap
884e982781 0020918: EDF 1447 SMESH: Mesh common borders (note 0010726)
fix "Conditional jump or move depends on uninitialised value(s)"
2011-04-20 13:45:19 +00:00
eap
7d37e871b2 0021217: EDF SMESH: Submesh is not taken into account whith netgen 1d-2d 2011-04-19 16:09:16 +00:00
gdd
0943b1a66f rnc: Mistake 2011-04-19 15:00:54 +00:00
gdd
e54e144359 rnc: added method SetAttractorGeom and documented it 2011-04-19 14:59:24 +00:00
eap
4558b6ca1c 0021149: [CEA 445] Wrong mesh dimension 2011-04-19 14:40:23 +00:00
gdd
ae2ceb426e rnc : added an example of use of attractors in python scripts 2011-04-19 14:26:33 +00:00
gdd
e996d927ae rnc : Corrected documentation of attractor functionnality 2011-04-19 13:55:39 +00:00
ouv
513abfae2f Issue 0021236: EDF SMESH: Problem in create group when Select All checkbox is checked 2011-04-19 12:41:47 +00:00
vsr
1d11144246 0013373: EDF PAL 273 : Option Single/Multi file dump 2011-04-19 11:16:23 +00:00
vsr
51d2f5f8a1 Issue #0021242: EDF SMESH 1773: Remove Mesh element Information 2011-04-18 16:17:31 +00:00
vsr
5a3927ad1e Issue #0021242: EDF SMESH 1773: Remove Mesh element Information 2011-04-18 16:09:56 +00:00
vsr
0f2104e676 Issue #0021242: EDF SMESH 1773: Remove Mesh element Information 2011-04-18 16:04:08 +00:00
vsr
932b0e7c85 Merge from V6_main branch 18/04/2011 2011-04-18 13:13:50 +00:00
inv
c5f67ba543 Changing version to 6.3.0 2011-04-18 11:19:07 +00:00