Salome HOME
modules/smesh.git
17 years agoPAL13460 (PAL EDF 301 force the mesh to go through a point)
eap [Wed, 28 Feb 2007 15:05:07 +0000 (15:05 +0000)]
PAL13460 (PAL EDF 301 force the mesh to go through a point)
   precise node param on edge

17 years agoPAL13460 (PAL EDF 301 force the mesh to go through a point)
eap [Wed, 28 Feb 2007 15:03:48 +0000 (15:03 +0000)]
PAL13460 (PAL EDF 301 force the mesh to go through a point)
   in LoadNodeColumns(), check IsMedium() on edges only

17 years agoPAL13460 (PAL EDF 301 force the mesh to go through a point)
eap [Wed, 28 Feb 2007 15:02:53 +0000 (15:02 +0000)]
PAL13460 (PAL EDF 301 force the mesh to go through a point)
   in IsMedium(node), return true if node is medium in at least one element

17 years agoPAL13460 (PAL EDF 301 force the mesh to go through a point)
eap [Wed, 28 Feb 2007 15:00:51 +0000 (15:00 +0000)]
PAL13460 (PAL EDF 301 force the mesh to go through a point)
+  int NbUniqueNodes()

17 years agoPAL13460 (PAL EDF 301 force the mesh to go through a point)
eap [Wed, 28 Feb 2007 15:00:19 +0000 (15:00 +0000)]
PAL13460 (PAL EDF 301 force the mesh to go through a point)
   get only unique nodes of SMDS_PolyhedralVolumeOfNodes

17 years agoPAL13460 (force the mesh to go through a point)
eap [Wed, 28 Feb 2007 11:09:07 +0000 (11:09 +0000)]
PAL13460 (force the mesh to go through a point)
+    def FindNodeClosestTo(self, x, y, z):
+    def MeshToPassTroughAPoint(self, x, y, z):

17 years agoPAL13460 (force the mesh to go through a point)
eap [Wed, 28 Feb 2007 10:44:09 +0000 (10:44 +0000)]
PAL13460 (force the mesh to go through a point)
   extract SMESH_MeshEditor.idl from SMESH_Mesh.idl

17 years agoPAL13460 (force the mesh to go through a point)
eap [Wed, 28 Feb 2007 10:27:16 +0000 (10:27 +0000)]
PAL13460 (force the mesh to go through a point)
   extract SMESH_MeshEditor.idl from SMESH_Mesh.idl

17 years agoPAL13639 ( Create "0D Hypothesis" )
eap [Wed, 28 Feb 2007 10:26:25 +0000 (10:26 +0000)]
PAL13639 ( Create "0D Hypothesis" )
+  void SetColor(double R, double G, double B);
+  SALOME_Actor* GetActor() { return myPreviewActor; }

   extract SMESH_MeshEditor.idl from SMESH_Mesh.idl

17 years agoPAL13639 ( Create "0D Hypothesis" )
eap [Wed, 28 Feb 2007 10:16:34 +0000 (10:16 +0000)]
PAL13639 ( Create "0D Hypothesis" )
     limit segment length by a half of edge length

17 years agoPAL13460 (force the mesh to go through a point)
eap [Wed, 28 Feb 2007 10:12:57 +0000 (10:12 +0000)]
PAL13460 (force the mesh to go through a point)
   check shape topology in CheckHypothesis()

17 years agoPAL13460 (force the mesh to go through a point)
eap [Wed, 28 Feb 2007 10:11:59 +0000 (10:11 +0000)]
PAL13460 (force the mesh to go through a point)
+  CORBA::Long MoveClosestNodeToPoint(CORBA::Double x,
+                                     CORBA::Double y,
+                                     CORBA::Double z,
+                                     CORBA::Long   nodeID);
+

17 years agoPAL13460 (force the mesh to go through a point)
eap [Wed, 28 Feb 2007 10:08:59 +0000 (10:08 +0000)]
PAL13460 (force the mesh to go through a point)
   extract SMESH_MeshEditor.idl from SMESH_Mesh.idl

17 years agoPAL13460 (force the mesh to go through a point)
eap [Wed, 28 Feb 2007 10:00:55 +0000 (10:00 +0000)]
PAL13460 (force the mesh to go through a point)
   add SMESHGUI_MakeNodeAtPointDlg
   extract SMESH_MeshEditor.idl from SMESH_Mesh.idl

17 years agoPAL13460 (force the mesh to go through a point)
eap [Wed, 28 Feb 2007 09:59:40 +0000 (09:59 +0000)]
PAL13460 (force the mesh to go through a point)
   add SMESHGUI_MakeNodeAtPointDlg

17 years agoPAL13460 (force the mesh to go through a point)
eap [Wed, 28 Feb 2007 09:58:34 +0000 (09:58 +0000)]
PAL13460 (force the mesh to go through a point)
   extract SMESH_MeshEditor.idl from SMESH_Mesh.idl

17 years agoPAL13460 (force the mesh to go through a point)
eap [Wed, 28 Feb 2007 09:50:34 +0000 (09:50 +0000)]
PAL13460 (force the mesh to go through a point)
   add SMESHGUI_MakeNodeAtPointDlg.*

17 years agoPAL13460 (force the mesh to go through a point)
eap [Wed, 28 Feb 2007 09:47:03 +0000 (09:47 +0000)]
PAL13460 (force the mesh to go through a point)
   extract SMESH_MeshEditor.idl from SMESH_Mesh.idl

17 years agoPAL13460 (force the mesh to go through a point)
eap [Wed, 28 Feb 2007 09:44:30 +0000 (09:44 +0000)]
PAL13460 (force the mesh to go through a point)
+  static void GetLinkedNodes( const SMDS_MeshNode* node,
+                              TIDSortedElemSet &   linkedNodes,
+                              SMDSAbs_ElementType  type = SMDSAbs_All );
   fix SMESH_NodeSearcherImpl::FindClosestTo(gp_Pnt)

17 years agoPAL13460 (force the mesh to go through a point)
eap [Wed, 28 Feb 2007 09:43:19 +0000 (09:43 +0000)]
PAL13460 (force the mesh to go through a point)
+  static void GetLinkedNodes( const SMDS_MeshNode* node,
+                              TIDSortedElemSet &   linkedNodes,
+                              SMDSAbs_ElementType  type = SMDSAbs_All );

17 years agoPAL13460 (force the mesh to go through a point)
eap [Wed, 28 Feb 2007 09:41:32 +0000 (09:41 +0000)]
PAL13460 (force the mesh to go through a point)
+  SMESH_OctreeNodeIteratorPtr GetChildrenIterator();
+  SMDS_NodeIteratorPtr        GetNodeIterator();
+  int                         NbNodes() const { return myNbNodes; }

17 years agoPAL13460 (force the mesh to go through a point)
eap [Wed, 28 Feb 2007 09:39:33 +0000 (09:39 +0000)]
PAL13460 (force the mesh to go through a point)
   improve getBox() and setBox()

17 years agoPAL13460 (force the mesh to go through a point)
eap [Wed, 28 Feb 2007 09:39:07 +0000 (09:39 +0000)]
PAL13460 (force the mesh to go through a point)
+  int level() const { return myLevel; }

17 years agoPAL13460 (force the mesh to go through a point)
eap [Wed, 28 Feb 2007 09:37:56 +0000 (09:37 +0000)]
PAL13460 (force the mesh to go through a point)
   add DeleteOwnListeners() to destructor

17 years agoPAL13460 (force the mesh to go through a point)
eap [Wed, 28 Feb 2007 09:13:32 +0000 (09:13 +0000)]
PAL13460 (force the mesh to go through a point)
   add SMDSAbs_ElementType arg to NbInverseNodes()

17 years agoPAL13460 (PAL EDF 301 force the mesh to go through a point)
eap [Mon, 26 Feb 2007 13:39:01 +0000 (13:39 +0000)]
PAL13460 (PAL EDF 301 force the mesh to go through a point)
    +  SMESH_NodeSearcher* GetNodeSearcher();
    fix AddElement() with 4 nodes

17 years agoPAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle")
eap [Thu, 22 Feb 2007 07:25:37 +0000 (07:25 +0000)]
PAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle")
   take into account medium nodes if not all edges have equadratic elements

17 years agoPAL13460 (PAL EDF 301 force the mesh to go through a point)
eap [Wed, 21 Feb 2007 17:19:15 +0000 (17:19 +0000)]
PAL13460 (PAL EDF 301 force the mesh to go through a point)
  add generic method
     AddElement(const vector<const SMDS_MeshNode*> & node,
                const SMDSAbs_ElementType            type,
                const bool                           isPoly,
                const int                            ID=0)

17 years agoPAL13460 (PAL EDF 301 force the mesh to go through a point)
eap [Wed, 21 Feb 2007 17:15:57 +0000 (17:15 +0000)]
PAL13460 (PAL EDF 301 force the mesh to go through a point)
+  typedef sequence<PointStruct> nodes_array;
+  struct ElementSubType { ElementType SMDS_ElementType;
+                          boolean     isPoly;
+                          long        nbNodesInElement; };
+  typedef sequence<ElementSubType> types_array;
+  /*!
+   * Structure containing mesh edit preview data
+   */
+  struct MeshPreviewStruct { nodes_array nodesXYZ;
+                             long_array  elementConnectivities;
+                             types_array elementTypes; };
  inteface SMESH_Mesh {
+    /*!
+     * Return SMESH_MeshEditor that would not modify the mesh but
+     * fill MeshPreviewStruct
+     */
+    SMESH_MeshEditor GetMeshEditPreviewer()
+      raises (SALOME::SALOME_Exception);
+    /*!
+    * Return data of mesh edition preview which is computed provided
+    * that the editor was obtained trough SMESH_Mesh::GetMeshEditPreviewer()
+    */
+    MeshPreviewStruct GetPreviewData();

17 years agoPAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle")
eap [Wed, 21 Feb 2007 17:11:37 +0000 (17:11 +0000)]
PAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle")
   fix for degenerated edges

17 years agoPAL13460 (PAL EDF 301 force the mesh to go through a point)
eap [Wed, 21 Feb 2007 17:09:20 +0000 (17:09 +0000)]
PAL13460 (PAL EDF 301 force the mesh to go through a point)
   enable SMESH::MeshPreviewStruct computation

17 years agoPAL13460 (PAL EDF 301 force the mesh to go through a point)
eap [Wed, 21 Feb 2007 17:03:13 +0000 (17:03 +0000)]
PAL13460 (PAL EDF 301 force the mesh to go through a point)
   add SMESHGUI_MeshEditPreview.* showing SMESH::MeshPreviewStruct

17 years agoPAL13460 (PAL EDF 301 force the mesh to go through a point)
eap [Wed, 21 Feb 2007 16:58:23 +0000 (16:58 +0000)]
PAL13460 (PAL EDF 301 force the mesh to go through a point)
   make simple constructors protected to allow creating ancestors
   without SMESH_Gen

17 years agoPAL13460 (PAL EDF 301 force the mesh to go through a point)
eap [Wed, 21 Feb 2007 16:55:17 +0000 (16:55 +0000)]
PAL13460 (PAL EDF 301 force the mesh to go through a point)
   get only unique nodes of SMDS_PolyhedralVolumeOfNodes

17 years agoPAL13460 (PAL EDF 301 force the mesh to go through a point)
eap [Wed, 21 Feb 2007 16:53:55 +0000 (16:53 +0000)]
PAL13460 (PAL EDF 301 force the mesh to go through a point)
   Provide usual access to data:
+  virtual int NbNodes() const;
+  const std::vector<int> & GetQuanities() const { return myQuantities; }
+  virtual const SMDS_MeshNode* GetNode(const int ind) const;
+  SMDS_ElemIteratorPtr uniqueNodesIterator() const;
+  SMDS_ElemIteratorPtr elementsIterator(SMDSAbs_ElementType type) const;

17 years agoPAL13460 (PAL EDF 301 force the mesh to go through a point)
eap [Wed, 21 Feb 2007 16:50:39 +0000 (16:50 +0000)]
PAL13460 (PAL EDF 301 force the mesh to go through a point)
    add NbInverseNodes()

17 years agoPAL13504 (Mesh from an imported mesh)
eap [Tue, 20 Feb 2007 09:24:33 +0000 (09:24 +0000)]
PAL13504 (Mesh from an imported mesh)
+    boolean HasShapeToMesh()
PAL13903 (SMESH Extrusion along a path , linear variation of the angles)
+    double_array LinearAnglesVariation()

17 years agoPAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle")
eap [Tue, 20 Feb 2007 09:08:02 +0000 (09:08 +0000)]
PAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle")
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
  add
    <hypothesis type="SegmentLengthAroundVertex"
    <algorithm type="SegmentAroundVertex_0D"
    <algorithm type="CompositeSegment_1D"

17 years agoPAL12886 (mesh 3D does not success but the 2D with Quadranle Preference seems correct)
eap [Tue, 20 Feb 2007 08:38:45 +0000 (08:38 +0000)]
PAL12886 (mesh 3D does not success but the 2D with Quadranle Preference seems correct)
     precise working case

17 years agoPAL13903 (SMESH Extrusion along a path , linear variation of the angles)
eap [Tue, 20 Feb 2007 07:34:00 +0000 (07:34 +0000)]
PAL13903 (SMESH Extrusion along a path , linear variation of the angles)
    add LinearAnglesVariation()

17 years agoPAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
eap [Tue, 20 Feb 2007 07:33:03 +0000 (07:33 +0000)]
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
    add  Mesh_Segment.LengthNearVertex()
PAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle")
    add  class Mesh_CompositeSegment(Mesh_Segment) amd
         COMPOSITE type of segment algorithm
PAL13903 (SMESH Extrusion along a path , linear variation of the angles)
    add optional LinearVariation arg to ExtrusionAlongPath()

17 years agoPAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
eap [Tue, 20 Feb 2007 07:28:02 +0000 (07:28 +0000)]
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
   fix comments

17 years agoPAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
eap [Tue, 20 Feb 2007 07:27:44 +0000 (07:27 +0000)]
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
   modif after change of computeInternalParameters() signature

17 years agoPAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
eap [Tue, 20 Feb 2007 07:26:40 +0000 (07:26 +0000)]
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
   add SetEventListener(), SubmeshRestored(), redistributeNearVertices()
   getVertexHyp()

17 years agoPAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
eap [Tue, 20 Feb 2007 07:21:28 +0000 (07:21 +0000)]
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
   change EventListener implementation

17 years agoPAL12886 (mesh 3D does not success but the 2D with Quadranle Preference seems correct)
eap [Tue, 20 Feb 2007 07:18:30 +0000 (07:18 +0000)]
PAL12886 (mesh 3D does not success but the 2D with Quadranle Preference seems correct)
     fix for the bug case

17 years agoPAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle")
eap [Tue, 20 Feb 2007 07:16:13 +0000 (07:16 +0000)]
PAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle")
   enable work with cases of "5 edges quadrangle"

17 years agoPAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle")
eap [Tue, 20 Feb 2007 07:14:12 +0000 (07:14 +0000)]
PAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle")
   implementation

17 years agoPAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle")
eap [Tue, 20 Feb 2007 07:10:31 +0000 (07:10 +0000)]
PAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle")
   add GetLength(const SMESH_Mesh* aMesh, const double edgeLength)

17 years agoPAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
eap [Tue, 20 Feb 2007 07:07:06 +0000 (07:07 +0000)]
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
PAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle")
   minor changes

17 years agoPAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
eap [Tue, 20 Feb 2007 07:06:16 +0000 (07:06 +0000)]
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
PAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle")
   create new hypothesis

17 years agoPAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
eap [Tue, 20 Feb 2007 07:00:21 +0000 (07:00 +0000)]
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
   add _pyObject::FatherID(const _pyID & childID)
   improve _pyHypothesis::Addition2Creation()
   fix _pySegmentLengthAroundVertexHyp::Addition2Creation()

17 years agoPAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
eap [Tue, 20 Feb 2007 06:58:56 +0000 (06:58 +0000)]
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
   add _pyObject::FatherID(const _pyID & childID)

17 years agoPAL13504 (Mesh from an imported mesh)
eap [Tue, 20 Feb 2007 06:53:06 +0000 (06:53 +0000)]
PAL13504 (Mesh from an imported mesh)
   set default value of mySetElemOnShape in dependence of mesh->HasShapeToMesh()

17 years agoPAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
eap [Mon, 19 Feb 2007 16:39:06 +0000 (16:39 +0000)]
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
   enable 0D hypotheses

17 years agoPAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
eap [Mon, 19 Feb 2007 16:36:21 +0000 (16:36 +0000)]
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
   add 0D algo

17 years agoPAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
eap [Mon, 19 Feb 2007 16:35:40 +0000 (16:35 +0000)]
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
   add base files for 0D hypothesis

17 years agoPAL13504 (Mesh from an imported mesh)
eap [Mon, 19 Feb 2007 16:34:52 +0000 (16:34 +0000)]
PAL13504 (Mesh from an imported mesh)
   fix memory release error

17 years agoPAL13504 (Mesh from an imported mesh)
eap [Mon, 19 Feb 2007 16:33:52 +0000 (16:33 +0000)]
PAL13504 (Mesh from an imported mesh)
   add HasShapeToMesh()

17 years agoPAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
eap [Mon, 19 Feb 2007 16:32:46 +0000 (16:32 +0000)]
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
   enable submeshes on vertices

17 years agoPAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
eap [Mon, 19 Feb 2007 16:28:23 +0000 (16:28 +0000)]
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
   add SMESH_0D_Algo.*xx

17 years agoPAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
eap [Mon, 19 Feb 2007 16:27:43 +0000 (16:27 +0000)]
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
   add SetIsAlwaysComputed(), enable 0D hypotheses

17 years agoPAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
eap [Mon, 19 Feb 2007 16:26:18 +0000 (16:26 +0000)]
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
   add SetIsAlwaysComputed()

17 years agoPAL13504 (Mesh from an imported mesh)
eap [Mon, 19 Feb 2007 16:25:03 +0000 (16:25 +0000)]
PAL13504 (Mesh from an imported mesh)
   add SetElementsOnShape(), redesign

17 years agoPAL13504 (Mesh from an imported mesh)
eap [Mon, 19 Feb 2007 16:22:37 +0000 (16:22 +0000)]
PAL13504 (Mesh from an imported mesh)
   some optimization

17 years agoPAL13504 (Mesh from an imported mesh)
eap [Mon, 19 Feb 2007 15:55:57 +0000 (15:55 +0000)]
PAL13504 (Mesh from an imported mesh)
   add PseudoShape(), HasShapeToMesh()

17 years agoPAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
eap [Mon, 19 Feb 2007 15:52:32 +0000 (15:52 +0000)]
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
   add 0D algo

17 years agoPAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
eap [Mon, 19 Feb 2007 15:51:21 +0000 (15:51 +0000)]
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
   add Compute(SMESH_subMesh) and a map of 0D algos

17 years agoPAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle")
eap [Mon, 19 Feb 2007 15:48:51 +0000 (15:48 +0000)]
PAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle")
   add some comments

17 years agoPAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle")
eap [Mon, 19 Feb 2007 15:48:05 +0000 (15:48 +0000)]
PAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle")
   add Compute(), NeedShape(), SubmeshRestored(), Continuity(), VertexNode()

17 years agoPAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
eap [Mon, 19 Feb 2007 15:35:40 +0000 (15:35 +0000)]
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
   ignore shape orientation at hypothesis addition/removal

17 years agoPAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
eap [Mon, 19 Feb 2007 15:34:13 +0000 (15:34 +0000)]
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
   make some methods const

17 years agoPAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
eap [Mon, 19 Feb 2007 15:33:23 +0000 (15:33 +0000)]
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
   add 0D algorithm

17 years agoPAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
eap [Mon, 19 Feb 2007 15:32:54 +0000 (15:32 +0000)]
PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")
   add 0D algorithm base

17 years agoFix for NPAL14831 : removing some traces (again) in SMESH module. V3_2_5
mkr [Thu, 8 Feb 2007 13:49:29 +0000 (13:49 +0000)]
Fix for NPAL14831 : removing some traces (again) in SMESH module.

17 years agoCorrected for bug NPAL14695
skl [Thu, 8 Feb 2007 12:17:05 +0000 (12:17 +0000)]
Corrected for bug NPAL14695

17 years agoChange version to 3.2.5 V3_2_5pre1
jfa [Thu, 1 Feb 2007 10:32:14 +0000 (10:32 +0000)]
Change version to 3.2.5

17 years agoPAL14681 (Dump python regression with salome_test)
eap [Wed, 31 Jan 2007 08:58:40 +0000 (08:58 +0000)]
PAL14681 (Dump python regression with salome_test)
Prevent multiple addition of accessor method

17 years agoPAL13139 (Corrupted reading of groups at import of MED files in Post-Pro)
eap [Mon, 29 Jan 2007 09:21:37 +0000 (09:21 +0000)]
PAL13139 (Corrupted reading of groups at import of MED files in Post-Pro)
       Do not create families and groups of all entities if there are
       no such entities in the mesh

17 years agoMove docs of VTK viewer to GUI, following customer remarks.
jfa [Fri, 26 Jan 2007 15:05:01 +0000 (15:05 +0000)]
Move docs of VTK viewer to GUI, following customer remarks.

17 years agoRename 'Prism 3D' algorithm to '3D extrusion', following customer remarks.
jfa [Fri, 26 Jan 2007 12:06:25 +0000 (12:06 +0000)]
Rename 'Prism 3D' algorithm to '3D extrusion', following customer remarks.

17 years agoActivate or create a new VTK viewer for Mesh automatic update after computation....
jfa [Fri, 26 Jan 2007 11:31:57 +0000 (11:31 +0000)]
Activate or create a new VTK viewer for Mesh automatic update after computation. Following curtomer remarks.

17 years agoAdded a preprocessor defintion that describes a type of the operation system
srn [Thu, 25 Jan 2007 11:54:08 +0000 (11:54 +0000)]
Added a preprocessor defintion that describes a type of the operation system

17 years agoNPAL14490: EDF348: Create an extruded mesh with prisms and tetra. Added python functi...
jfa [Wed, 24 Jan 2007 10:39:09 +0000 (10:39 +0000)]
NPAL14490: EDF348: Create an extruded mesh with prisms and tetra. Added python functions SplitHexaToTetras() and SplitHexaToPrisms().

17 years agoCorrection of compilation error.
skl [Tue, 23 Jan 2007 15:02:20 +0000 (15:02 +0000)]
Correction of compilation error.

17 years agoReturned the previous version of the file
srn [Tue, 23 Jan 2007 12:21:04 +0000 (12:21 +0000)]
Returned the previous version of the file

17 years agoAdded the preprocessor directives that define type Z either as long int for 32bit...
srn [Tue, 23 Jan 2007 12:18:22 +0000 (12:18 +0000)]
Added the preprocessor directives that define type Z either as long int for 32bit platform or as int for Linux 64bit (Mandriva64)

17 years agoAdded a call for CHECK_PLATFORM
srn [Tue, 23 Jan 2007 12:16:17 +0000 (12:16 +0000)]
Added a call for CHECK_PLATFORM

17 years agoAdded a check that find what is an operating system and sets up variable PLATFORM_INC...
srn [Tue, 23 Jan 2007 12:15:08 +0000 (12:15 +0000)]
Added a check that find what is an operating system and sets up variable PLATFORM_INCLUDES

17 years agoFix for NPAL14147 : Remove a lot of trace at launching.
mkr [Tue, 23 Jan 2007 06:23:35 +0000 (06:23 +0000)]
Fix for NPAL14147 : Remove a lot of trace at launching.

17 years agoPAL 14158 : Add the SMESH_Octree and SMESH_OctreeNode classes to compilation.
nge [Mon, 22 Jan 2007 15:30:34 +0000 (15:30 +0000)]
PAL 14158 : Add the SMESH_Octree and SMESH_OctreeNode classes to compilation.

17 years agoPAL 14158 : substitute the old algo (n²) to the Octree one (n) in the FindCoincidentN...
nge [Mon, 22 Jan 2007 15:29:01 +0000 (15:29 +0000)]
PAL 14158 : substitute the old algo (n²) to the Octree one (n) in the FindCoincidentNode method.

17 years agoThis commit was generated by cvs2git to create branch 'V3_2_0_maintainance'.
admin [Mon, 22 Jan 2007 15:14:46 +0000 (15:14 +0000)]
This commit was generated by cvs2git to create branch 'V3_2_0_maintainance'.

Cherrypick from master 2007-01-22 15:14:44 UTC nge <nge> 'PAL 14158 Add the Octree and OctreeNode classes to accelerate detection of close nodes. Octree is virtual pure, OctreeNode inherites from Octree.':
    src/SMESH/SMESH_Octree.cxx
    src/SMESH/SMESH_Octree.hxx
    src/SMESH/SMESH_OctreeNode.cxx
    src/SMESH/SMESH_OctreeNode.hxx

17 years agoIntroducing check procedure for Fortran; correct compilation/linkage rules for Fortra...
vsr [Mon, 22 Jan 2007 13:08:41 +0000 (13:08 +0000)]
Introducing check procedure for Fortran; correct compilation/linkage rules for Fortran source files.

17 years agoPAL13073 (Submesh hypothesises do not work for NETGEN 1D-2D-3D)
eap [Mon, 22 Jan 2007 06:35:47 +0000 (06:35 +0000)]
PAL13073 (Submesh hypothesises do not work for NETGEN 1D-2D-3D)
        add HYP_HIDDEN_ALGO and HYP_HIDING_ALGO Hypothesis_Status'es
        letting the user know that assigned algorithm will not be
        taken into accoun while mesh generation

17 years agoPAL13073 (Submesh hypothesises do not work for NETGEN 1D-2D-3D)
eap [Fri, 19 Jan 2007 14:43:59 +0000 (14:43 +0000)]
PAL13073 (Submesh hypothesises do not work for NETGEN 1D-2D-3D)
        add _pyCommand::GetIndentation() and addErrorTreatmentCmd()
        used to show status of not wrapped AddHypothesis() command

17 years agoPAL13073 (Submesh hypothesises do not work for NETGEN 1D-2D-3D)
eap [Fri, 19 Jan 2007 14:39:30 +0000 (14:39 +0000)]
PAL13073 (Submesh hypothesises do not work for NETGEN 1D-2D-3D)
        add HYP_HIDDEN_ALGO and HYP_HIDING_ALGO Hypothesis_Status'es
        letting the user know that assigned algorithm will not be
        taken into account while mesh generation

17 years agoAdditional fix for bug IPAL9834(selection in transformation does not work for group...
mzn [Fri, 19 Jan 2007 11:20:38 +0000 (11:20 +0000)]
Additional fix for bug IPAL9834(selection in transformation does not work for group displayed only).

17 years agoPAL14458 (Values, returned by "GetTableFunctions()" functionality, were changed)
eap [Thu, 18 Jan 2007 07:46:03 +0000 (07:46 +0000)]
PAL14458 (Values, returned by "GetTableFunctions()" functionality, were changed)
        fix incorrect table distribution with Exponent conversion mode

17 years agoFix for bug PAL13900 : SMESH : "Move_Node" ergonomy.
mkr [Tue, 16 Jan 2007 12:09:00 +0000 (12:09 +0000)]
Fix for bug PAL13900 : SMESH : "Move_Node" ergonomy.