Commit Graph

1126 Commits

Author SHA1 Message Date
dmv
4f2b9cb04d 0020893: EDF 1415: an example is missing in SMESH documentation 2010-06-02 11:39:58 +00:00
eap
d02556c2ca 0020890: EDF 1412 SMESH: Conversion linear to quadratic with BLSURF crashes Salome or does'nt work
* Fix GetNodeU() for node on vertex but set on periodic but trimmed edge
2010-06-01 08:49:28 +00:00
vsr
17411c4de3 0020614: EDF 1133 SMESH : Put new added elements and nodes to group
Additional documentation improvement
2010-05-31 13:42:29 +00:00
eap
6297559afa - return ( e && e->NbNodes() == ( e->IsQuadratic() ? 8 : 4 ));
+    return ( e && e->NbCornerNodes() == 4 );
2010-05-20 10:24:39 +00:00
eap
94e6206a25 0020855: [CEA] Problem with ijk algo ---------- KO.med file 2010-05-20 10:02:36 +00:00
eap
ea4319c71e Fix issue number. The previous revision refers to issue 0020128: EDF SMESH 926 : Quadratic conversion of BLSURF mesh 2010-05-19 09:42:05 +00:00
eap
00d55cb030 0020809: [CEA 400] ParaMEDSPLITTER failure on blade.med
* Fix SMESH_MesherHelper::GetNodeU() for a node on vertex of a closed geom edge

   double GetNodeU(const TopoDS_Edge&   theEdge,
                   const SMDS_MeshNode* theNode,
+                  const SMDS_MeshNode* inEdgeNode=0,
                   bool*                check=0);
2010-05-19 09:38:12 +00:00
eap
34aebed370 Do not "bend" internal links if environment variable NO_FixQuadraticElements is set 2010-05-19 09:35:44 +00:00
eap
283c73d9d5 0020855: [CEA] Problem with ijk algo
* Fix detection of block corners
  * Fix selection of sides
2010-05-19 08:13:54 +00:00
vsr
7d30d8ec9f 0020871: EDF 1411 SMESH: Distribution with analytical density crashes Salome
Additional patch for Windows from Erwan ADAM
2010-05-18 11:56:05 +00:00
dmv
fd47c39529 0020864: EDF 1409 SMESH: Suppression of algorithms causes Salome to crash
Additional minor changes: fix problems with Object browser icons
2010-05-18 11:10:35 +00:00
dmv
755d4a7df4 0020863: [CEA 403] SMESH hypotheses GUI destruction
Additional fixes for some dialog boxes
2010-05-18 10:59:59 +00:00
adam
f47790fcb9 *** empty log message *** 2010-05-17 09:21:23 +00:00
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