Salome HOME
modules/smesh.git
14 years ago 0019936: EDF 794 SMESH : Export UNV : Node color and group id
eap [Tue, 26 May 2009 05:20:18 +0000 (05:20 +0000)]
 0019936: EDF 794 SMESH : Export UNV : Node color and group id
    write group label as <group ID>+1

14 years ago0020145: EDF 666 SMESH: Modifications of GEOM groups are not taken into account
eap [Mon, 25 May 2009 11:38:13 +0000 (11:38 +0000)]
0020145: EDF 666 SMESH: Modifications of GEOM groups are not taken into account
    1) Call CheckGeomGroupModif() in Clear()
    2) In CheckGeomGroupModif(), implement case where meshed geom group changes

14 years ago0020145: EDF 666 SMESH: Modifications of GEOM groups are not taken into account
eap [Mon, 25 May 2009 11:34:25 +0000 (11:34 +0000)]
0020145: EDF 666 SMESH: Modifications of GEOM groups are not taken into account
+  void changeLocalId(int localId) { myLocalID = localId; }
+  friend void SMESH_Mesh_i::CheckGeomGroupModif();

14 years ago0020145: EDF 666 SMESH: Modifications of GEOM groups are not taken into account
eap [Mon, 25 May 2009 11:32:47 +0000 (11:32 +0000)]
0020145: EDF 666 SMESH: Modifications of GEOM groups are not taken into account
    enable Load() in case if meshed geom group has changed

14 years ago0020145: EDF 666 SMESH: Modifications of GEOM groups are not taken into account
eap [Mon, 25 May 2009 11:31:07 +0000 (11:31 +0000)]
0020145: EDF 666 SMESH: Modifications of GEOM groups are not taken into account
   update object browser as some object can be removed

14 years ago0020145: EDF 666 SMESH: Modifications of GEOM groups are not taken into account
eap [Mon, 25 May 2009 11:25:13 +0000 (11:25 +0000)]
0020145: EDF 666 SMESH: Modifications of GEOM groups are not taken into account
   In ShapeToMesh(), delete submeshes

14 years ago0020145: EDF 666 SMESH: Modifications of GEOM groups are not taken into account
eap [Mon, 25 May 2009 11:23:23 +0000 (11:23 +0000)]
0020145: EDF 666 SMESH: Modifications of GEOM groups are not taken into account
   1) allow changing shape to mesh in case of shape being group
   2) merge with V5

14 years ago0020354: EDF 1031 OTHER warnings with automake 1.10
vsr [Fri, 22 May 2009 13:04:45 +0000 (13:04 +0000)]
0020354: EDF 1031 OTHER warnings with automake 1.10

14 years ago#include SMESH_MeshEditor.hxx via SMESH_MesherHelper.hxx
eap [Wed, 20 May 2009 15:49:08 +0000 (15:49 +0000)]
#include SMESH_MeshEditor.hxx via SMESH_MesherHelper.hxx

14 years ago0020279: [CEA 334] control the "random" use when using mesh algorithms
eap [Wed, 20 May 2009 15:48:43 +0000 (15:48 +0000)]
0020279: [CEA 334] control the "random" use when using mesh algorithms
   sort faces by IDs

14 years ago0020279: [CEA 334] control the "random" use when using mesh algorithms
eap [Wed, 20 May 2009 15:48:31 +0000 (15:48 +0000)]
0020279: [CEA 334] control the "random" use when using mesh algorithms
   1) delete temporary faces in destructor
   2) bind created pyramids to shape
   3) create quadratic pyramids when necessary
   4) sort faces by IDs
   5) fix for SIGSEGV on quadratic  mesh

14 years ago0020279: [CEA 334] control the "random" use when using mesh algorithms
eap [Wed, 20 May 2009 15:47:11 +0000 (15:47 +0000)]
0020279: [CEA 334] control the "random" use when using mesh algorithms
   fix FindMatchingNodesOnFaces() on quadratic mesh

14 years ago0020279: [CEA 334] control the "random" use when using mesh algorithms
eap [Wed, 20 May 2009 15:46:49 +0000 (15:46 +0000)]
0020279: [CEA 334] control the "random" use when using mesh algorithms
   fix SetSourceMesh(): set mesh before calling NotifySubMeshesHypothesisModification()

14 years ago0020279: [CEA 334] control the "random" use when using mesh algorithms
eap [Wed, 20 May 2009 15:46:33 +0000 (15:46 +0000)]
0020279: [CEA 334] control the "random" use when using mesh algorithms
   Compare TNode's by node ID

14 years ago0020279: [CEA 334] control the "random" use when using mesh algorithms
eap [Wed, 20 May 2009 15:45:54 +0000 (15:45 +0000)]
0020279: [CEA 334] control the "random" use when using mesh algorithms
   fix for SIGSEGV on quadratic  mesh

14 years agoeliminate compilation warning
eap [Wed, 20 May 2009 15:45:16 +0000 (15:45 +0000)]
eliminate compilation warning

14 years ago+ StdMeshers_CompositeHexa_3D.cxx \
eap [Wed, 20 May 2009 15:43:35 +0000 (15:43 +0000)]
+ StdMeshers_CompositeHexa_3D.cxx \

14 years ago0020279: [CEA 334] control the "random" use when using mesh algorithms
eap [Wed, 20 May 2009 15:42:10 +0000 (15:42 +0000)]
0020279: [CEA 334] control the "random" use when using mesh algorithms
   In SetEventListener(), avoid meshing of internal vertices of
   complex edge

14 years ago0020279: [CEA 334] control the "random" use when using mesh algorithms
eap [Wed, 20 May 2009 15:40:31 +0000 (15:40 +0000)]
0020279: [CEA 334] control the "random" use when using mesh algorithms
   fix SourceShape3D() for the case when no vertices are provided

14 years ago0020279: [CEA 334] control the "random" use when using mesh algorithms
eap [Wed, 20 May 2009 15:40:00 +0000 (15:40 +0000)]
0020279: [CEA 334] control the "random" use when using mesh algorithms
   fix GetHypothesisList() for mesh w/o shape

14 years ago0020279: [CEA 334] control the "random" use when using mesh algorithms
eap [Wed, 20 May 2009 15:39:36 +0000 (15:39 +0000)]
0020279: [CEA 334] control the "random" use when using mesh algorithms
   Use TIDCompare from SMDS_MeshElement.hxx

14 years ago0020279: [CEA 334] control the "random" use when using mesh algorithms
eap [Wed, 20 May 2009 15:38:19 +0000 (15:38 +0000)]
0020279: [CEA 334] control the "random" use when using mesh algorithms
   For stability of StdMeshers_CompositeSegment_1D:
+  bool IsAlwaysComputed() { return _alwaysComputed; }

14 years ago#include SMESH_MeshEditor.hxx via SMESH_MesherHelper.hxx
eap [Wed, 20 May 2009 15:38:07 +0000 (15:38 +0000)]
#include SMESH_MeshEditor.hxx via SMESH_MesherHelper.hxx

14 years ago+#include "SMESH_MeshEditor.hxx" // needed for many meshers
eap [Wed, 20 May 2009 15:37:49 +0000 (15:37 +0000)]
+#include "SMESH_MeshEditor.hxx" // needed for many meshers

14 years ago0020279: [CEA 334] control the "random" use when using mesh algorithms
eap [Wed, 20 May 2009 15:37:25 +0000 (15:37 +0000)]
0020279: [CEA 334] control the "random" use when using mesh algorithms
    fix IsQuadraticSubMesh() to work on mesh w/o shape

14 years agomove struct TIDCompare to SMDS_MeshElement.hxx
eap [Wed, 20 May 2009 15:36:57 +0000 (15:36 +0000)]
move struct TIDCompare to SMDS_MeshElement.hxx

14 years agoGetNode(int index) no longer wraps index, rather GetNodeWrap(int index) does
eap [Wed, 20 May 2009 15:36:19 +0000 (15:36 +0000)]
GetNode(int index) no longer wraps index, rather GetNodeWrap(int index) does

14 years ago static const SMDS_MeshNode* VertexNode(const TopoDS_Vertex& V,
eap [Wed, 20 May 2009 15:35:46 +0000 (15:35 +0000)]
   static const SMDS_MeshNode* VertexNode(const TopoDS_Vertex& V,
-                                         SMESHDS_Mesh*        meshDS);
+                                         const SMESHDS_Mesh* meshDS);

14 years agoin GetNodeParamOnEdge(), take into account that nodes on vertices not
eap [Wed, 20 May 2009 15:35:29 +0000 (15:35 +0000)]
in GetNodeParamOnEdge(), take into account that nodes on vertices not
always present, e.g. when Composite side discretisation is used

14 years ago+ const SMDS_MeshNode* GetNodeWrap(const int ind) const { return GetNode( WrappedInd...
eap [Wed, 20 May 2009 15:32:49 +0000 (15:32 +0000)]
+  const SMDS_MeshNode* GetNodeWrap(const int ind) const { return GetNode( WrappedIndex( ind )); }

+// ============================================================
+/*!
+ * \brief Comparator of elements by ID for usage in std containers
+ */
+// ============================================================
+
+struct TIDCompare {
+  bool operator () (const SMDS_MeshElement* e1, const SMDS_MeshElement* e2) const
+  { return e1->GetID() < e2->GetID(); }
+};
=============================================================================

14 years agoUpdate according to change of boolean operation.
maintenance team [Tue, 19 May 2009 10:22:40 +0000 (10:22 +0000)]
Update according to change of boolean operation.

14 years ago0020210: EDF SMESH 976: Update of a smesh group after modification of the associated...
vsr [Wed, 6 May 2009 14:54:16 +0000 (14:54 +0000)]
0020210: EDF SMESH 976: Update of a smesh group after modification of the associated geom group
Additional patch: do not publish SMESH component automatically on the module activation

14 years ago0020340: EDF 1022 SMESH : Crash with FindNodeClosestTo in a second new study
eap [Wed, 6 May 2009 13:54:22 +0000 (13:54 +0000)]
0020340: EDF 1022 SMESH : Crash with FindNodeClosestTo in a second new study
  Nullify mesh after TNodeSearcherDeleter::Unset()

14 years ago+//#define MESSAGE(m) {cout<<m<<endl;}
eap [Wed, 6 May 2009 13:22:09 +0000 (13:22 +0000)]
+//#define MESSAGE(m) {cout<<m<<endl;}

14 years ago0020340: EDF 1022 SMESH : Crash with FindNodeClosestTo in a second new study
eap [Wed, 6 May 2009 13:21:34 +0000 (13:21 +0000)]
0020340: EDF 1022 SMESH : Crash with FindNodeClosestTo in a second new study
    notify node searcher on mesh destruction

14 years agoImprovement of "setenv.py" script - setting of custom enviroment by those modules...
ouv [Wed, 6 May 2009 13:17:00 +0000 (13:17 +0000)]
Improvement of "setenv.py" script - setting of custom enviroment by those modules, which have it, is performed by their own "<module_name>_setenv.py" scripts situated in their "bin" folders.

14 years ago0020338: EDF 1019 SMESH : 3D extrusion issue
eap [Wed, 6 May 2009 11:29:28 +0000 (11:29 +0000)]
0020338: EDF 1019 SMESH : 3D extrusion issue
   fix FindMatchingNodesOnFaces() for the case of no nodes on edge (since nb segments == 1 )

14 years agoIPAL21120 SIGSEGV on Meshing attached Compound with Automatic Hexadralization
eap [Mon, 4 May 2009 15:05:47 +0000 (15:05 +0000)]
IPAL21120 SIGSEGV on Meshing attached Compound with Automatic Hexadralization
    Report on bad geometry if GetFaceIndex() returns -1

15 years agofix dumping colors:
eap [Tue, 21 Apr 2009 10:01:50 +0000 (10:01 +0000)]
fix dumping colors:
  use valid python names instead of names in Study

15 years ago0020317: EDF SMESH 1004: "Edit group" changes the name of the group
dmv [Fri, 17 Apr 2009 07:52:07 +0000 (07:52 +0000)]
0020317: EDF SMESH 1004: "Edit group" changes the name of the group

15 years agoImprove make procedure (add aclocal flags)
vsr [Wed, 15 Apr 2009 13:35:33 +0000 (13:35 +0000)]
Improve make procedure (add aclocal flags)

15 years agoUpdate copyright notes
vsr [Wed, 15 Apr 2009 13:14:35 +0000 (13:14 +0000)]
Update copyright notes

15 years agoChanging version to 4.1.5
maintenance team [Tue, 14 Apr 2009 12:53:15 +0000 (12:53 +0000)]
Changing version to 4.1.5

15 years ago0020210: EDF SMESH 976: Update of a smesh group after modification of the associated...
eap [Fri, 3 Apr 2009 14:32:54 +0000 (14:32 +0000)]
0020210: EDF SMESH 976: Update of a smesh group after modification of the associated geom group
  update groups

15 years ago0020210: EDF SMESH 976: Update of a smesh group after modification of the associated...
eap [Fri, 3 Apr 2009 14:31:44 +0000 (14:31 +0000)]
0020210: EDF SMESH 976: Update of a smesh group after modification of the associated geom group
  use gen->SetPixMap()

15 years ago0020210: EDF SMESH 976: Update of a smesh group after modification of the associated...
eap [Fri, 3 Apr 2009 14:30:54 +0000 (14:30 +0000)]
0020210: EDF SMESH 976: Update of a smesh group after modification of the associated geom group
+  static void SetPixMap(SALOMEDS::SObject_ptr theSObject,
+                        const char*           thePixMap);

15 years ago0020210: EDF SMESH 976: Update of a smesh group after modification of the associated...
eap [Fri, 3 Apr 2009 14:28:56 +0000 (14:28 +0000)]
0020210: EDF SMESH 976: Update of a smesh group after modification of the associated geom group
  call mesh->CheckGeomGroupModif() when current study changes

15 years ago0020210: EDF SMESH 976: Update of a smesh group after modification of the associated...
eap [Fri, 3 Apr 2009 14:26:52 +0000 (14:26 +0000)]
0020210: EDF SMESH 976: Update of a smesh group after modification of the associated geom group
    Make SMESH_Gen update meshes at switching GEOM->SMESH

15 years ago0020210: EDF SMESH 976: Update of a smesh group after modification of the associated...
eap [Fri, 3 Apr 2009 14:21:51 +0000 (14:21 +0000)]
0020210: EDF SMESH 976: Update of a smesh group after modification of the associated geom group
+  void SetShape( const TopoDS_Shape& theShape);

15 years ago0020210: EDF SMESH 976: Update of a smesh group after modification of the associated...
eap [Fri, 3 Apr 2009 14:19:54 +0000 (14:19 +0000)]
0020210: EDF SMESH 976: Update of a smesh group after modification of the associated geom group
void SMESH_Mesh::ShapeToMesh(const TopoDS_Shape & aShape)
{
 ...
+  else
+  {
+    _isShapeToMesh = false;
+    _myMeshDS->ShapeToMesh( PseudoShape() );
+  }

15 years agoBug 0020185: EDF SMESH 967 : Anomaly in Merge Nodes.
jfa [Fri, 3 Apr 2009 08:55:26 +0000 (08:55 +0000)]
Bug 0020185: EDF SMESH 967 : Anomaly in Merge Nodes.

15 years agoBug 0016617: Regression in V5.1.1rc3: the groups are not generated.
jfa [Thu, 19 Mar 2009 14:45:23 +0000 (14:45 +0000)]
Bug 0016617: Regression in V5.1.1rc3: the groups are not generated.

15 years ago0020222: Quandrangle_2D meshing fail
eap [Thu, 19 Mar 2009 06:56:54 +0000 (06:56 +0000)]
0020222: Quandrangle_2D meshing fail
     unite only edges shared by two same faces

15 years ago0020217: EDF SMESH: Dump file with mesh and group on geom is wrong
eap [Mon, 16 Mar 2009 07:56:53 +0000 (07:56 +0000)]
0020217: EDF SMESH: Dump file with mesh and group on geom is wrong
    fix _pyCommand::GetWord() for case of names with white spaces inside

15 years ago0020213: RadialPrism_3D_4 failed on V5_1 64 bits
eap [Thu, 12 Mar 2009 09:49:18 +0000 (09:49 +0000)]
0020213: RadialPrism_3D_4 failed on V5_1 64 bits
0020214: Project_2D_4 failed on V5_1 64 bits
   different ways of removing deleted and alive elements from submesh

15 years ago0020206: EDF SMESH 987: Netgen1D2D3D +submesh
eap [Wed, 11 Mar 2009 15:20:49 +0000 (15:20 +0000)]
0020206: EDF SMESH 987: Netgen1D2D3D +submesh
   clear mesh if an added local algorithm hides a global all-dimensional one

15 years ago0020206: EDF SMESH 987: Netgen1D2D3D +submesh
eap [Wed, 11 Mar 2009 15:13:38 +0000 (15:13 +0000)]
0020206: EDF SMESH 987: Netgen1D2D3D +submesh
   in GetSubMesh(), fix detection of SMESHDS_SubMesh'es of geom groups

15 years ago0020206: EDF SMESH 987: Netgen1D2D3D +submesh
eap [Wed, 11 Mar 2009 15:08:49 +0000 (15:08 +0000)]
0020206: EDF SMESH 987: Netgen1D2D3D +submesh
   fix detection of SMESHDS_SubMesh'es of geom groups
+  int                        _nbSubShapes;  // initial nb of subshapes in the shape to mesh

15 years ago0020206: EDF SMESH 987: Netgen1D2D3D +submesh
eap [Wed, 11 Mar 2009 14:56:10 +0000 (14:56 +0000)]
0020206: EDF SMESH 987: Netgen1D2D3D +submesh
    don't create ordinary submeshes for compounds

15 years agoavoid extra list copying
eap [Wed, 11 Mar 2009 14:49:19 +0000 (14:49 +0000)]
avoid extra list copying
-    aRes = (*it).second;
+    return it->second;

15 years ago0020200: EDF SMESH 983: changing algo of a mesh and switching back to original algo...
eap [Tue, 10 Mar 2009 16:35:12 +0000 (16:35 +0000)]
0020200: EDF SMESH 983: changing algo of a mesh and switching back to original algo leads to different result than original
     sort nodes and elements by ID

15 years agoIPAL20918 Color of Group of Nodes or Edges is not changed when Edit Group
dmv [Fri, 6 Mar 2009 12:40:52 +0000 (12:40 +0000)]
IPAL20918 Color of Group of Nodes or Edges is not changed when Edit Group

15 years agoFix linkage problem
vsr [Thu, 5 Mar 2009 06:57:11 +0000 (06:57 +0000)]
Fix linkage problem

15 years ago0020184: EDF SMESH 952: Projection 2D does not work
eap [Tue, 3 Mar 2009 09:01:11 +0000 (09:01 +0000)]
0020184: EDF SMESH 952: Projection 2D does not work
    project only if there are nodes on face

15 years agomake same as in V5_1_main
eap [Tue, 3 Mar 2009 09:00:32 +0000 (09:00 +0000)]
make same as in V5_1_main
+  operator char*() const {
+    return (char*)c_str();
+  }

15 years ago0020184: EDF SMESH 952: Projection 2D does not work
eap [Tue, 3 Mar 2009 08:52:24 +0000 (08:52 +0000)]
0020184: EDF SMESH 952: Projection 2D does not work
+  static bool IsBoundaryEdge()
+  bool AssocGroupsByPropagation()

15 years ago0020184: EDF SMESH 952: Projection 2D does not work
eap [Tue, 3 Mar 2009 08:48:39 +0000 (08:48 +0000)]
0020184: EDF SMESH 952: Projection 2D does not work
   use ShapeAnalysis::OuterWire() insead of BRepTools::OuterWire()

15 years agoBug 0020185: EDF SMESH 967 : Anomaly in Merge Nodes.
jfa [Mon, 2 Mar 2009 14:57:49 +0000 (14:57 +0000)]
Bug 0020185: EDF SMESH 967 : Anomaly in Merge Nodes.

15 years ago0020183: EDF SMESH 966 : Mesh element info anomaly
eap [Fri, 27 Feb 2009 13:35:39 +0000 (13:35 +0000)]
0020183: EDF SMESH 966 : Mesh element info anomaly
   enable selecting nodes common to 2 shown groups

15 years agoavoid repeated search in std::map
eap [Fri, 27 Feb 2009 11:33:29 +0000 (11:33 +0000)]
avoid repeated search in std::map

15 years ago0020183: EDF SMESH 966 : Mesh element info anomaly
eap [Fri, 27 Feb 2009 11:25:08 +0000 (11:25 +0000)]
0020183: EDF SMESH 966 : Mesh element info anomaly
  fix GetElemObjId() and GetNodeObjId: prevent out_of_range error if id==vector.size()

15 years ago0020182: EDF SMESH 965 : SIGSEV at study opening with SMESH
eap [Wed, 25 Feb 2009 15:43:14 +0000 (15:43 +0000)]
0020182: EDF SMESH 965 : SIGSEV at study opening with SMESH
  be patient to studies with invalid node positions data

15 years agoIn Clear(), nullify nb of poly elements
eap [Wed, 25 Feb 2009 15:17:05 +0000 (15:17 +0000)]
In Clear(), nullify nb of poly elements

15 years ago 0020170: EDF SMESH: Selection behaviour in object browser from hypothesis editing...
eap [Tue, 24 Feb 2009 10:51:35 +0000 (10:51 +0000)]
 0020170: EDF SMESH: Selection behaviour in object browser from hypothesis editing windows
+  int                          getActiveObject();

15 years ago0020170: EDF SMESH: Selection behaviour in object browser from hypothesis editing...
eap [Tue, 24 Feb 2009 10:51:10 +0000 (10:51 +0000)]
0020170: EDF SMESH: Selection behaviour in object browser from hypothesis editing windows
   remove filters before creation/edition of hypothesis and restore them after

15 years ago0020168: EDF SMESH 953: uncomplete selection with filter 'belong on geom'
dmv [Fri, 20 Feb 2009 11:40:28 +0000 (11:40 +0000)]
0020168: EDF SMESH 953: uncomplete selection with filter 'belong on geom'

15 years ago0020168: EDF SMESH 953: uncomplete selection with filter 'belong on geom'
dmv [Fri, 20 Feb 2009 08:05:52 +0000 (08:05 +0000)]
0020168: EDF SMESH 953: uncomplete selection with filter 'belong on geom'

15 years agoPAL15429 Computation of the mesh, based on "014.brep" via Tetrahedron(NETGEN), is...
eap [Fri, 20 Feb 2009 07:14:17 +0000 (07:14 +0000)]
PAL15429 Computation of the mesh, based on "014.brep" via Tetrahedron(NETGEN), is failed.
    fix for G7.py
+  /*!
+   * \brief Return number of unique ancestors of the shape
+   */
+  static int NbAncestors(const TopoDS_Shape& shape,
+                         const SMESH_Mesh&   mesh,
+                         TopAbs_ShapeEnum    ancestorType=TopAbs_SHAPE);
+

15 years agoPAL15429 Computation of the mesh, based on "014.brep" via Tetrahedron(NETGEN), is...
eap [Tue, 17 Feb 2009 07:07:51 +0000 (07:07 +0000)]
PAL15429 Computation of the mesh, based on "014.brep" via Tetrahedron(NETGEN), is failed.
    fix for G7.py
+  /*!
+   * \brief Return number of unique ancestors of the shape
+   */
+  static int NbAncestors(const TopoDS_Shape& shape,
+                         const SMESH_Mesh&   mesh,
+                         TopAbs_ShapeEnum    ancestorType=TopAbs_SHAPE);
+

15 years agoThis commit was generated by cvs2git to create branch 'V4_1_0_maintainance'.
admin [Tue, 17 Feb 2009 05:27:54 +0000 (05:27 +0000)]
This commit was generated by cvs2git to create branch 'V4_1_0_maintainance'.

Cherrypick from master 2009-02-17 05:27:49 UTC vsr <vsr@opencascade.com> 'Merge from BR_V5_DEV 16Feb09':
    src/StdMeshers/StdMeshers_CompositeHexa_3D.cxx
    src/StdMeshers/StdMeshers_CompositeHexa_3D.hxx

15 years agoPAL15429 Computation of the mesh, based on "014.brep" via Tetrahedron(NETGEN), is...
eap [Mon, 16 Feb 2009 14:07:22 +0000 (14:07 +0000)]
PAL15429 Computation of the mesh, based on "014.brep" via Tetrahedron(NETGEN), is failed.
   fix case of wires thouching each other

15 years agoPAL13617 NbSubMesh() method works wrong
eap [Fri, 13 Feb 2009 13:45:56 +0000 (13:45 +0000)]
PAL13617 NbSubMesh() method works wrong

15 years ago0020112: [CEA 309] Impossible to create a group with a sphere filter
dmv [Tue, 3 Feb 2009 11:14:09 +0000 (11:14 +0000)]
0020112: [CEA 309] Impossible to create a group with a sphere filter

15 years agoFix of 20128 issue (EDF SMESH 926 : Quadratic conversion of BLSURF mesh).
akl [Thu, 22 Jan 2009 15:05:12 +0000 (15:05 +0000)]
Fix of 20128 issue (EDF SMESH 926 : Quadratic conversion of BLSURF mesh).

15 years agoFix bug 0020138: EDF SMESH : Impossible to create (n)D mesh after creating (n+1)D...
jfa [Tue, 20 Jan 2009 13:06:02 +0000 (13:06 +0000)]
Fix bug 0020138: EDF SMESH : Impossible to create (n)D mesh after creating (n+1)D mesh.

15 years agoCorrect make file for shared modules script
vsr [Thu, 15 Jan 2009 14:08:09 +0000 (14:08 +0000)]
Correct make file for shared modules script

15 years ago0020062: [CEA 295] Type coherence in *.i files
dmv [Tue, 30 Dec 2008 14:11:08 +0000 (14:11 +0000)]
0020062: [CEA 295] Type coherence in *.i files

15 years agoFix for bug IPAL20731 (Clipping item is available in pop-up with multiple selection...
mzn [Tue, 23 Dec 2008 12:12:49 +0000 (12:12 +0000)]
Fix for bug IPAL20731 (Clipping item is available in pop-up with multiple selection, but it works for one element only).

15 years agoTo correct parsing of commands like object.command(obj, 'str=value'),
akl [Fri, 19 Dec 2008 11:19:09 +0000 (11:19 +0000)]
To correct parsing of commands like object.command(obj, 'str=value'),
when '=' character takes place between '' or "" symbols.

15 years agoRollback the correction of parser of commands like object.command(obj, 'str=value...
akl [Fri, 5 Dec 2008 14:38:51 +0000 (14:38 +0000)]
Rollback the correction of parser of commands like object.command(obj, 'str=value'). Waiting of 4.1.4 issuing.

15 years agoTo correct parsing of commands like object.command(obj, 'str=value'),
akl [Fri, 5 Dec 2008 08:56:21 +0000 (08:56 +0000)]
To correct parsing of commands like object.command(obj, 'str=value'),
when '=' character takes place between '' or "" symbols.

15 years agoFix using of std::set::const_iterator as agrument of set::erase method. V4_1_4 V4_1_4sp1 V4_1_4sp2
abd [Wed, 3 Dec 2008 09:35:52 +0000 (09:35 +0000)]
Fix using of std::set::const_iterator as agrument of set::erase method.
It's incompatible with MS compiler.

15 years agoFix problem with devdocs generation V4_1_4rc2
vsr [Thu, 27 Nov 2008 15:10:20 +0000 (15:10 +0000)]
Fix problem with devdocs generation

15 years agoUpdate copyright information
abd [Thu, 27 Nov 2008 13:08:54 +0000 (13:08 +0000)]
Update copyright information

15 years agoUpdate copyright information
abd [Thu, 27 Nov 2008 12:37:00 +0000 (12:37 +0000)]
Update copyright information

15 years agoUpdate copyright information
abd [Thu, 27 Nov 2008 12:31:37 +0000 (12:31 +0000)]
Update copyright information

15 years agoUpdate copyright information
abd [Thu, 27 Nov 2008 12:26:11 +0000 (12:26 +0000)]
Update copyright information

15 years agoUpdate GUI documentation
maintenance team [Mon, 24 Nov 2008 09:09:41 +0000 (09:09 +0000)]
Update GUI documentation

15 years ago0019957: EDF 785 SMESH: Convert Quadratic and Group on GEOM
eap [Fri, 21 Nov 2008 11:00:48 +0000 (11:00 +0000)]
0019957: EDF 785 SMESH: Convert Quadratic and Group on GEOM
   fix Renumber()

15 years ago0019957: EDF 785 SMESH: Convert Quadratic and Group on GEOM
eap [Fri, 21 Nov 2008 11:00:25 +0000 (11:00 +0000)]
0019957: EDF 785 SMESH: Convert Quadratic and Group on GEOM
   add an arg to RemoveFreeElement() and RemoveFreeNode()