Commit Graph

1113 Commits

Author SHA1 Message Date
ouv
8a5f517e60 Additional fix for issue 0020613: EDF 1106 : Modify Node Marker in SMESH and VISU 2010-05-14 08:23:11 +00:00
eap
513c7615da for compute error, fix finding a name of the main shape 2010-05-12 13:18:43 +00:00
eap
6c0d85e97d regression on "imps/A3" test
* avoid SIGSEGV in case of invalid input mesh
2010-05-12 12:11:46 +00:00
eap
d253ee88a5 0020872: [CEA] Script fails
* signature of RemoveExtraEdges() changed in the frames of issue 0020052

-piece_ok = RemoveExtraEdges(piece_cpd)
+piece_ok = RemoveExtraEdges(piece_cpd, doUnionFaces=True)
2010-05-12 12:01:54 +00:00
eap
e53ee3bc5f 0020872: [CEA] Script fails
* improve error repport in case of non-quadrangular elements
2010-05-12 11:59:35 +00:00
eap
c985e18383 0020871: EDF 1411 SMESH: Distribution with analytical density crashes Salome
* avoid passing infinite value to qwt
2010-05-12 08:05:52 +00:00
inv
d719b27fc2 Update SMESH documentation 2010-05-12 06:34:27 +00:00
dmv
2e582dad32 0020863: [CEA 403] SMESH hypotheses GUI destruction 2010-05-12 05:57:22 +00:00
dmv
69e7a358b8 0020868: EDF 1251 SMESH: Pattern 3D mapping
Add documentation and sample scripts for 3D pattern mapping
2010-05-12 05:49:38 +00:00
dmv
ed467c6060 0020868: EDF 1251 SMESH: Pattern 3D mapping 2010-05-11 14:34:45 +00:00
ouv
e2a5000a9e Issue 0020860: EDF 1404 SMESH: Save operation unavailable after a group creation or merge nodes/elements 2010-05-11 08:59:28 +00:00
eap
3ba7955c3b PAL21729 TC5.1.4: Problem with saving study after "Convert to quadratic" operation
* Protect Save() from pb with submeshes with invalid id (without corresponding shape)
2010-05-06 13:00:52 +00:00
eap
e2089449ad PAL21729 TC5.1.4: Problem with saving study after "Convert to quadratic" operation
* Fix GetMediumNode(): do not set node on subshape if the last not geiven
2010-05-06 12:59:08 +00:00
eap
6306913424 fix regression on "imps/A3" test 2010-05-06 12:08:58 +00:00
eap
5c762f5aef 0020855: [CEA] Problem with ijk algo
* Fix difining sharing of block sides
  * Fix selection of adjacent side
2010-05-06 08:44:54 +00:00
vsr
f13c7febf9 0020614: EDF 1133 SMESH : Put new added elements and nodes to group
Additional changes: converting of groups on geometry to standalone group by demand
2010-05-05 15:23:42 +00:00
eap
3ad2a95049 in Compute(), fix showing compute error in case of imported mesh 2010-05-05 13:58:31 +00:00
gdd
05577711c3 Fix misspell 2010-05-04 14:11:21 +00:00
gdd
cd9eb1306d 0020627: EDF 1165 HEXOTIC : Allow Hexotic to start from a 2D mesh
Changed doc: parameter "Nb. Hexes Min Level" before "Nb. Hexes Max Level".
2010-05-04 13:19:51 +00:00
gdd
95316238e3 0020671: EDF 1230 SMESH: Scale transform of mesh
Fix doc
2010-05-04 13:07:14 +00:00
gdd
73c8efe0c0 Fix warnings at documentation generation. 2010-05-04 12:15:02 +00:00
dmv
0ec633329a 0020631: EDF 1195 SMESH : Merge Node : Optional display of the nodes of the mesh 2010-05-04 11:23:29 +00:00
eap
52a59d515b 0020858: EDF SMESH : Dump of attacehd script is not running.
-  TPythonDump() << "isDone = " << this << ".DoubleNodeGroups( " << &theElems << ", "
+  TPythonDump() << "isDone = " << this << ".DoubleNodeElemGroups( " << &theElems << ", "
2010-05-04 07:31:42 +00:00
dmv
74d78f1c8b 0018911: EDF 661 SMESH : to be able to mesh a prismal shape as a revolution of meshed surface 2010-05-04 06:54:32 +00:00
eap
564a749ee3 Compute(), better presentation in case of multiple errors 2010-04-30 12:00:24 +00:00
eap
80d4e38b71 in Compute(), protect from exceptions while searching subshape name 2010-04-30 08:21:21 +00:00
eap
cbf08eab3a in Compute(), show compute error as well as hypotheses errors 2010-04-30 08:12:00 +00:00
eap
929a0adbce 0020855: [CEA] Problem with ijk algo
* Fix uninitialized gravity center
-      gp_XYZ gc;
+      gp_XYZ gc(0,0,0);
2010-04-30 06:41:17 +00:00
eap
c1f92a4104 0020852: [CEA] V5_1_4_BR - script fails
* correctly initialize fields used for non-uniformally parametrized edges
   in the case of degenerated edges
2010-04-29 07:08:00 +00:00
dmv
0ce85afd2c IPAL21710 TC5.1.4: Dialog doesn't show mesh info 2010-04-28 12:32:02 +00:00
san
d533443d30 Issue 0020580: Correcting documentation for user preferences 2010-04-28 07:50:25 +00:00
dmv
fd25c844b1 IPAL21396 Quadrangle parameters Hypothesis Construction Bugs. 2010-04-27 11:57:40 +00:00
eap
b81483e2d9 PAL21717: default values of hypothesis for sub-mesh
Use default hyp value if submesh is not meshed
2010-04-27 09:42:53 +00:00
eap
48bd54b61b PAL21718: Composite Side Discretisation 1D Algorithm works incorrently with attached shape.
* Avoid pb with internal edges
2010-04-27 09:25:36 +00:00
eap
29e4ddd7e5 PAL21718: Composite Side Discretisation 1D Algorithm works incorrently with attached shape.
GeomAbs_Shape SMESH_Algo::Continuity(TopoDS_Edge E1,
                                     TopoDS_Edge E2)
{
+  E1.Orientation(TopAbs_FORWARD), E2.Orientation(TopAbs_FORWARD); // avoid pb with internal edges
2010-04-27 09:24:04 +00:00
eap
c823ef454d PAL21685: Fatal error after save/open study with Edit group as standalone group
* protect SObjectToObject() from exception in case of invalid IOR
2010-04-27 06:37:28 +00:00
eap
2a69c947b9 PAL21685: Fatal error after save/open study with Edit group as standalone group
* register new CORBA object for persistence at group conversion
2010-04-27 06:35:56 +00:00
dmv
eae9e2af47 IPAL21303 ex15_cyl2geometry: mesh computation failed 2010-04-26 13:14:19 +00:00
vsr
e13ecc881a 0020788: EDF 1339 SMESH : Crash after enabling "Auto Color" feature in attached MED file
Additional fix for group labels actor color
2010-04-26 12:09:15 +00:00
san
cc96736255 Issue 0020580: on-line documentation for user preferences controlling precision 2010-04-23 15:33:57 +00:00
eap
603171f2af 0020849: [CEA] Projection 2D fails
* project by transformation in case if TopoDS_TFace's are different
2010-04-23 13:43:11 +00:00
eap
80430ffc71 Regress of 3D_mesh_NETGEN/G6 test
* add commented debug ouput
2010-04-22 13:34:55 +00:00
eap
7f18f75436 Regress of 3D_mesh_NETGEN/G6 test
* avoid pb that for internal node GCPnts_AbscissaPoint::Length() return value larger than total edge length
   * cash values used for work with non-uniformly paramtrized edges
2010-04-22 13:32:59 +00:00
adam
69157b62ee Fix compilation on windows ...
May be it can create problems on linux when linking to native libs
but in accordance with Vadim, I integrate this modification
and we will fix problem later if necessary.
2010-04-22 12:36:43 +00:00
eap
2ef5167c0a 0020843: EDF 1374 : SMESH Projection 2D + Extrusion 3D issue
* Modify for the case of quasi quadrilateral side face
2010-04-22 07:12:49 +00:00
eap
5e181bb5c5 0020843: EDF 1374 : SMESH Projection 2D + Extrusion 3D issue
* Rewrite LoadNodeColumns() to be usable in case of quasi quadrilateral face
2010-04-22 07:10:07 +00:00
vsr
84e136e74b Update copyright notes (for 2010) 2010-04-21 16:19:21 +00:00
jfa
7bf5240139 Mantis issue 0020422: EDF 1070 GEOM: Partition anomaly - REGRESSION from 4.1.x. 2010-04-21 12:46:40 +00:00
dmv
248783c7c7 0020847: EDF 1378 SMESH : Selection problem with symetry + translation 2010-04-21 06:32:54 +00:00
eap
2898854b35 0020838: EDF 1369 SMESH : Double elements generated
- Fix computeParamByFunc() for case where theReverse=true
2010-04-20 13:14:23 +00:00