Salome HOME
modules/smesh.git
10 years ago0022195: EDF SMESH: Mesh using existing elements.
eap [Thu, 16 May 2013 17:06:42 +0000 (17:06 +0000)]
0022195: EDF SMESH: Mesh using existing elements.

In Compute() call assure the source mesh is loaded:
_sourceHyp->GetGroups(/*loaded=*/true);

In getMaps(), do not clear n2n map to assure sharing nodes on EDGEs
for adjacent FACEs

10 years ago0022195: EDF SMESH: Mesh using existing elements.
eap [Thu, 16 May 2013 17:02:10 +0000 (17:02 +0000)]
0022195: EDF SMESH: Mesh using existing elements.

To load the mesh owning source groups

-  const std::vector<SMESH_Group*>& GetGroups() const;
+  const std::vector<SMESH_Group*>& GetGroups(bool loaded=false) const;

10 years ago0022098: EDF 2036 SMESH: Create groups from none conected parts of a mesh
eap [Thu, 16 May 2013 16:58:08 +0000 (16:58 +0000)]
0022098: EDF 2036 SMESH: Create groups from none conected parts of a mesh

+#include "SMESH_MeshAlgos.hxx"

10 years ago+ subMeshOfSolid->ComputeStateEngine( SMESH_subMesh::CHECK_COMPUTE_STATE );
eap [Thu, 16 May 2013 16:55:53 +0000 (16:55 +0000)]
+      subMeshOfSolid->ComputeStateEngine( SMESH_subMesh::CHECK_COMPUTE_STATE );

10 years ago0022100: EDF 2413 SMESH: Take into account TRIA7
eap [Thu, 16 May 2013 16:55:14 +0000 (16:55 +0000)]
0022100: EDF 2413 SMESH: Take into account TRIA7
0022098: EDF 2036 SMESH: Create groups from none conected parts of a mesh

+    def NbBiQuadTriangles(self):

+    def ClearLastCreated(self):

    def GetFilter(self,elementType,
                  CritType=FT_Undefined,
                  Compare=FT_EqualTo,
                  Threshold="",
                  UnaryOp=FT_Undefined,
                  Tolerance=1e-07,
+                 mesh=None):

10 years ago0022100: EDF 2413 SMESH: Take into account TRIA7
eap [Thu, 16 May 2013 16:53:18 +0000 (16:53 +0000)]
0022100: EDF 2413 SMESH: Take into account TRIA7

10 years ago0022100: EDF 2413 SMESH: Take into account TRIA7
eap [Thu, 16 May 2013 16:49:03 +0000 (16:49 +0000)]
0022100: EDF 2413 SMESH: Take into account TRIA7

+  CORBA::Long NbBiQuadTriangles()

10 years ago+#include "SMESH_MeshAlgos.hxx"
eap [Thu, 16 May 2013 16:48:19 +0000 (16:48 +0000)]
+#include "SMESH_MeshAlgos.hxx"

+// A macro used in SMESH_TryCatch.hxx,
+// it re-raises a CORBA SALOME exception thrown by SMESH_MeshEditor_i and caught by SMESH_CATCH
+#define SMY_OWN_CATCH \
+  catch ( SALOME::SALOME_Exception & e ) { throw e; }

+  void ClearLastCreated() throw (SALOME::SALOME_Exception);

10 years ago+ void ClearLastCreated() throw (SALOME::SALOME_Exception);
eap [Thu, 16 May 2013 16:46:57 +0000 (16:46 +0000)]
+  void ClearLastCreated() throw (SALOME::SALOME_Exception);

10 years ago0022098: EDF 2036 SMESH: Create groups from none conected parts of a mesh
eap [Thu, 16 May 2013 16:46:26 +0000 (16:46 +0000)]
0022098: EDF 2036 SMESH: Create groups from none conected parts of a mesh

+  class SMESH_I_EXPORT ConnectedElements_i: public virtual POA_SMESH::ConnectedElements,
+                                            public virtual Predicate_i

+    ConnectedElements_ptr     CreateConnectedElements();

10 years ago0022098: EDF 2036 SMESH: Create groups from none conected parts of a mesh
eap [Thu, 16 May 2013 16:45:34 +0000 (16:45 +0000)]
0022098: EDF 2036 SMESH: Create groups from none conected parts of a mesh

10 years ago0022100: EDF 2413 SMESH: Take into account TRIA7
eap [Thu, 16 May 2013 16:44:02 +0000 (16:44 +0000)]
0022100: EDF 2413 SMESH: Take into account TRIA7
0022098: EDF 2036 SMESH: Create groups from none conected parts of a mesh

10 years ago0022100: EDF 2413 SMESH: Take into account TRIA7
eap [Thu, 16 May 2013 16:41:58 +0000 (16:41 +0000)]
0022100: EDF 2413 SMESH: Take into account TRIA7

+  aFilter->RegisterCellsWithType(VTK_BIQUADRATIC_TRIANGLE);

10 years ago0022100: EDF 2413 SMESH: Take into account TRIA7
eap [Thu, 16 May 2013 16:41:30 +0000 (16:41 +0000)]
0022100: EDF 2413 SMESH: Take into account TRIA7

decompose bi-quadratic elements using the central node of face

10 years ago1) Remove writing into stdout
eap [Thu, 16 May 2013 16:39:55 +0000 (16:39 +0000)]
1) Remove writing into stdout
2) Support all types of elements

10 years ago0022100: EDF 2413 SMESH: Take into account TRIA7
eap [Thu, 16 May 2013 16:38:48 +0000 (16:38 +0000)]
0022100: EDF 2413 SMESH: Take into account TRIA7

10 years ago0022098: EDF 2036 SMESH: Create groups from none conected parts of a mesh
eap [Thu, 16 May 2013 16:36:26 +0000 (16:36 +0000)]
0022098: EDF 2036 SMESH: Create groups from none conected parts of a mesh

+#include "SMESH_MeshAlgos.hxx"

+    class SMESHCONTROLS_EXPORT ConnectedElements: public virtual Predicate

10 years ago0022098: EDF 2036 SMESH: Create groups from none conected parts of a mesh
eap [Thu, 16 May 2013 16:35:18 +0000 (16:35 +0000)]
0022098: EDF 2036 SMESH: Create groups from none conected parts of a mesh

Move SMESH_ElementSearcher to from SMESH/SMESH_MeshEditor.hxx SMESHUtils/SMESH_MeshAlgos.hxx
in order to make SMESH_ElementSearcher accessible from Controls/SMESH_Controls.cxx

+ SMESH_MeshAlgos.cxx

10 years ago0022100: EDF 2413 SMESH: Take into account TRIA7
eap [Thu, 16 May 2013 16:33:34 +0000 (16:33 +0000)]
0022100: EDF 2413 SMESH: Take into account TRIA7

Fix AddNode() for the case if a node already in

10 years ago0022100: EDF 2413 SMESH: Take into account TRIA7
eap [Thu, 16 May 2013 16:32:39 +0000 (16:32 +0000)]
0022100: EDF 2413 SMESH: Take into account TRIA7

-  void SetNodeInVolume(SMDS_MeshNode * aNode, const TopoDS_Shell & S);
+  void SetNodeInVolume(const SMDS_MeshNode * aNode, const TopoDS_Shell & S);

-  void MoveNode(const SMDS_MeshNode *, double x, double y, double z);
+  virtual void MoveNode(const SMDS_MeshNode *, double x, double y, double z);

+  // biquadratic triangle of 7 nodes
+  virtual SMDS_MeshFace* AddFaceWithID(int n1, int n2, int n3,
+                                       int n12,int n23,int n31, int nCenter, int ID);

10 years ago0022100: EDF 2413 SMESH: Take into account TRIA7
eap [Thu, 16 May 2013 16:30:18 +0000 (16:30 +0000)]
0022100: EDF 2413 SMESH: Take into account TRIA7

10 years ago0022100: EDF 2413 SMESH: Take into account TRIA7
eap [Thu, 16 May 2013 16:29:56 +0000 (16:29 +0000)]
0022100: EDF 2413 SMESH: Take into account TRIA7

+  inline void AddBiQuadTriasWithID(SMDS_Mesh* theMesh,
+                                   SMESH::log_array_var theSeq,
+                                   CORBA::Long theId)

10 years agoarrange #include
eap [Thu, 16 May 2013 16:29:29 +0000 (16:29 +0000)]
arrange #include

10 years ago0022100: EDF 2413 SMESH: Take into account TRIA7
eap [Thu, 16 May 2013 16:28:40 +0000 (16:28 +0000)]
0022100: EDF 2413 SMESH: Take into account TRIA7

+  const SMDS_MeshNode* GetCentralNode(const SMDS_MeshNode* n1,
+                                      const SMDS_MeshNode* n2,
+                                      const SMDS_MeshNode* n3,
+                                      const SMDS_MeshNode* n12,
+                                      const SMDS_MeshNode* n23,
+                                      const SMDS_MeshNode* n31,
+                                      bool                 force3d);

10 years ago1) 0022100: EDF 2413 SMESH: Take into account TRIA7
eap [Thu, 16 May 2013 16:27:06 +0000 (16:27 +0000)]
1) 0022100: EDF 2413 SMESH: Take into account TRIA7

2) 0022098: EDF 2036 SMESH: Create groups from none conected parts of a mesh

Move SMESH_ElementSearcher to from SMESH/SMESH_MeshEditor.hxx SMESHUtils/SMESH_MeshAlgos.hxx
in order to make SMESH_ElementSearcher accessible from Controls/SMESH_Controls.cxx

-struct SMESH_NodeSearcher
-{
-struct SMESH_ElementSearcher
-{
-  SMESH_NodeSearcher* GetNodeSearcher();
-  SMESH_ElementSearcher* GetElementSearcher();
-  SMESH_ElementSearcher* GetElementSearcher( SMDS_ElemIteratorPtr elemIt );
-  static bool IsOut( const SMDS_MeshElement* element, const gp_Pnt& point, double tol );
-  static double GetDistance( const SMDS_MeshFace* face, const gp_Pnt& point );
-  static const SMDS_MeshElement* FindFaceInSet(const SMDS_MeshNode*    n1,

10 years ago0022100: EDF 2413 SMESH: Take into account TRIA7
eap [Thu, 16 May 2013 16:23:11 +0000 (16:23 +0000)]
0022100: EDF 2413 SMESH: Take into account TRIA7

+  int NbBiQuadTriangles() const throw(SALOME_Exception);

10 years ago0022098: EDF 2036 SMESH: Create groups from none conected parts of a mesh
eap [Thu, 16 May 2013 16:22:25 +0000 (16:22 +0000)]
0022098: EDF 2036 SMESH: Create groups from none conected parts of a mesh

Move SMESH_ElementSearcher to from SMESH/SMESH_MeshEditor.hxx SMESHUtils/SMESH_MeshAlgos.hxx
in order to make SMESH_ElementSearcher accessible from Controls/SMESH_Controls.cxx

-  static bool FaceNormal(const SMDS_MeshElement* F, gp_XYZ& normal, bool normalized=true);
-  static std::vector< const SMDS_MeshNode*> GetCommonNodes(const SMDS_MeshElement* e1,
-                                                           const SMDS_MeshElement* e2);

10 years ago- virtual SMDS_ElemIteratorPtr nodesIteratorToUNV() const;
eap [Thu, 16 May 2013 16:17:16 +0000 (16:17 +0000)]
-  virtual SMDS_ElemIteratorPtr nodesIteratorToUNV() const;
-  virtual SMDS_ElemIteratorPtr interlacedNodesElemIterator() const;
+  virtual SMDS_NodeIteratorPtr nodesIteratorToUNV() const;
+  virtual SMDS_NodeIteratorPtr interlacedNodesIterator() const;

10 years ago0022100: EDF 2413 SMESH: Take into account TRIA7
eap [Thu, 16 May 2013 16:16:22 +0000 (16:16 +0000)]
0022100: EDF 2413 SMESH: Take into account TRIA7

Now  SMDS_VtkCellIteratorToUNV inherits from SMDS_NodeIterator and
hence next() returns a node

-class SMDS_VtkCellIteratorToUNV: public SMDS_VtkCellIterator
+class SMDS_VtkCellIteratorToUNV: public SMDS_NodeIterator, protected SMDS_VtkCellIterator
 {
 public:
   SMDS_VtkCellIteratorToUNV(SMDS_Mesh* mesh, int vtkCellId, SMDSAbs_EntityType aType);
+  virtual const SMDS_MeshNode* next();
+  virtual bool more();
   virtual ~SMDS_VtkCellIteratorToUNV();
 };

10 years agoMake IsFreeFace() fast, the old implementation of IsFreeFace() is renamed -> IsFreeFa...
eap [Thu, 16 May 2013 16:14:01 +0000 (16:14 +0000)]
Make IsFreeFace() fast, the old implementation of IsFreeFace() is renamed -> IsFreeFaceAdv()

   bool IsFreeFace(  int faceIndex, const SMDS_MeshElement** otherVol=0 ) const;
-  // Check that all volumes built on the face nodes lays on one side
+  // Fast check that only one volume is built on nodes of a given face
+  // otherVol returns another volume sharing the given facet
+
+  bool IsFreeFaceAdv(  int faceIndex, const SMDS_MeshElement** otherVol=0 ) const;
+  // Thorough check that all volumes built on the face nodes lays on one side

+  bool IsPoly() const { return myPolyedre; }

10 years ago0022100: EDF 2413 SMESH: Take into account TRIA7
eap [Thu, 16 May 2013 16:11:35 +0000 (16:11 +0000)]
0022100: EDF 2413 SMESH: Take into account TRIA7

10 years ago- SMDS_ElemIteratorPtr interlacedNodesElemIterator() const;
eap [Thu, 16 May 2013 16:10:37 +0000 (16:10 +0000)]
-  SMDS_ElemIteratorPtr interlacedNodesElemIterator() const;

10 years ago0022100: EDF 2413 SMESH: Take into account TRIA7
eap [Thu, 16 May 2013 16:08:36 +0000 (16:08 +0000)]
0022100: EDF 2413 SMESH: Take into account TRIA7

+  int NbBiQuadTriangles() const { return myNbBiQuadTriangles; }

10 years ago- virtual SMDS_ElemIteratorPtr nodesIteratorToUNV() const;
eap [Thu, 16 May 2013 16:08:00 +0000 (16:08 +0000)]
-  virtual SMDS_ElemIteratorPtr nodesIteratorToUNV() const;

+  virtual SMDS_NodeIteratorPtr nodeIterator() const;
+  virtual SMDS_NodeIteratorPtr interlacedNodesIterator() const;
+  virtual SMDS_NodeIteratorPtr nodesIteratorToUNV() const;

10 years ago0022100: EDF 2413 SMESH: Take into account TRIA7
eap [Thu, 16 May 2013 16:06:21 +0000 (16:06 +0000)]
0022100: EDF 2413 SMESH: Take into account TRIA7

+  virtual SMDS_MeshFace* AddFace(const SMDS_MeshNode * n1,
+                                 const SMDS_MeshNode * n2,
+                                 const SMDS_MeshNode * n3,
+                                 const SMDS_MeshNode * n12,
+                                 const SMDS_MeshNode * n23,
+                                 const SMDS_MeshNode * n31,
+                                 const SMDS_MeshNode * nCenter);

+  virtual void MoveNode(const SMDS_MeshNode *n, double x, double y, double z);

10 years agoindentation
eap [Thu, 16 May 2013 16:04:50 +0000 (16:04 +0000)]
indentation

10 years ago0022100: EDF 2413 SMESH: Take into account TRIA7
eap [Thu, 16 May 2013 16:04:30 +0000 (16:04 +0000)]
0022100: EDF 2413 SMESH: Take into account TRIA7

+      _cellDimension[VTK_BIQUADRATIC_TRIANGLE] = 2;

10 years ago0022100: EDF 2413 SMESH: Take into account TRIA7
eap [Thu, 16 May 2013 16:04:10 +0000 (16:04 +0000)]
0022100: EDF 2413 SMESH: Take into account TRIA7

+  SMDSEntity_BiQuad_Triangle,

10 years agospecification des unités de chordal deviation
pnoyret [Thu, 16 May 2013 13:31:34 +0000 (13:31 +0000)]
specification des unités de chordal deviation

10 years agoPour prise en compte de la bonne valeur par defaut du chordal deviation
pnoyret [Thu, 16 May 2013 13:24:39 +0000 (13:24 +0000)]
Pour prise en compte de la bonne valeur par defaut du chordal deviation

10 years ago0022202: EDF SMESH: Regression in a script meshing prisms and hexaedrons V7_2_0 V7_2_0_public V7_2_0rc2
eap [Mon, 29 Apr 2013 14:18:32 +0000 (14:18 +0000)]
0022202: EDF SMESH: Regression in a script meshing prisms and hexaedrons

Fix notifyListenersOnEvent() for the case of removing an EventListener (attempt No.2)

10 years ago0022202: EDF SMESH: Regression in a script meshing prisms and hexaedrons
eap [Mon, 29 Apr 2013 12:00:40 +0000 (12:00 +0000)]
0022202: EDF SMESH: Regression in a script meshing prisms and hexaedrons

Fix notifyListenersOnEvent() for the case of removing an EventListener

10 years agoRegression of SMESH_TEST/Grids/smesh/imps7/H6
eap [Fri, 26 Apr 2013 15:53:34 +0000 (15:53 +0000)]
Regression of SMESH_TEST/Grids/smesh/imps7/H6

Unreachable deep idea

           bool subComputed = false, subFailed = false;
           if (!algo->OnlyUnaryInput()) {
-            if ( event == COMPUTE &&
-                 ( algo->NeedDiscreteBoundary() || algo->SupportSubmeshes() ))
+            if ( event == COMPUTE /*&&
+                 ( algo->NeedDiscreteBoundary() || algo->SupportSubmeshes() )*/)
               shape = getCollection( gen, algo, subComputed, subFailed );
             else
               subComputed = SubMeshesComputed( & subFailed );

10 years agoRegression of SMESH_TEST/Grids/smesh/imps7/H5
eap [Fri, 26 Apr 2013 14:43:46 +0000 (14:43 +0000)]
Regression of SMESH_TEST/Grids/smesh/imps7/H5

Fix position of medium nodes that are set to FACE by
StdMeshers_Projection_2D, since EDGEs are discreteized later than FACE.

10 years agoRegression of XSMESH_TEST/SMESHCOMMON/SMESH_TEST/Grids/smesh/bugs12/M6
eap [Fri, 26 Apr 2013 11:47:26 +0000 (11:47 +0000)]
Regression of XSMESH_TEST/SMESHCOMMON/SMESH_TEST/Grids/smesh/bugs12/M6

Fix the ensuring stability of SMESH_MeshEditor::makeWalls().

10 years agoRegression of XSMESH_TEST/SMESHCOMMON/SMESH_TEST/Grids/smesh/bugs12/M6
eap [Fri, 26 Apr 2013 11:46:58 +0000 (11:46 +0000)]
Regression of XSMESH_TEST/SMESHCOMMON/SMESH_TEST/Grids/smesh/bugs12/M6

Fix the ensuring stability of SMESH_MeshEditor::makeWalls(). Allow
storing both nodes and cells in one map sorted by ID.

struct TIDCompare {
   bool operator () (const SMDS_MeshElement* e1, const SMDS_MeshElement* e2) const
-  { return e1->GetID() < e2->GetID(); }
+  { return e1->GetType() == e2->GetType() ? e1->GetID() < e2->GetID() : e1->GetType() < e2->GetType(); }

10 years ago0022202: EDF SMESH: Regression in a script meshing prisms and hexaedrons
eap [Fri, 26 Apr 2013 10:21:24 +0000 (10:21 +0000)]
0022202: EDF SMESH: Regression in a script meshing prisms and hexaedrons

-  for ( int iF = 1; iF < faceToSolids.Extent(); ++iF )
+  for ( int iF = 1; iF <= faceToSolids.Extent(); ++iF )

10 years agoCall 'Location' with correct indices only to avoid exception.
akl [Wed, 24 Apr 2013 13:25:21 +0000 (13:25 +0000)]
Call 'Location' with correct indices only to avoid exception.

10 years agoFix to avoid dependence of mesh on itself (it leaded to cycle in 'SetRemovedFromStudy').
akl [Wed, 24 Apr 2013 13:13:40 +0000 (13:13 +0000)]
Fix to avoid dependence of mesh on itself (it leaded to cycle in 'SetRemovedFromStudy').

10 years agoRegression of XSMESH_TEST/SMESHCOMMON/SMESH_TEST/Grids/smesh/bugs12/M6
eap [Wed, 24 Apr 2013 12:59:33 +0000 (12:59 +0000)]
Regression of XSMESH_TEST/SMESHCOMMON/SMESH_TEST/Grids/smesh/bugs12/M6

To assure stability of makeWalls(), use maps sorted by ID, that are
declared in SMESH_TypeDefs.hxx

-typedef map<const SMDS_MeshElement*, list<const SMDS_MeshNode*> >    TElemOfNodeListMap;
-typedef map<const SMDS_MeshElement*, list<const SMDS_MeshElement*> > TElemOfElemListMap;

10 years agoRegression of XSMESH_TEST/SMESHCOMMON/SMESH_TEST/Grids/smesh/bugs12/M6
eap [Wed, 24 Apr 2013 12:56:57 +0000 (12:56 +0000)]
Regression of XSMESH_TEST/SMESHCOMMON/SMESH_TEST/Grids/smesh/bugs12/M6

 typedef std::map<const SMDS_MeshElement*,
-                 std::list<const SMDS_MeshElement*> >             TElemOfElemListMap;
+                 std::list<const SMDS_MeshElement*>, TIDCompare > TElemOfElemListMap;

10 years ago-algo=smesh.xxxx ==> algo.smeshBuilder.xxxx
eap [Wed, 24 Apr 2013 12:13:36 +0000 (12:13 +0000)]
-algo=smesh.xxxx  ==> algo.smeshBuilder.xxxx
+algo=smesh.xxxx  ==> algo=smeshBuilder.xxxx

10 years agoCheck for null object was added. V7_2_0rc1
akl [Mon, 22 Apr 2013 10:37:55 +0000 (10:37 +0000)]
Check for null object was added.

10 years agoIndexation of OCC sequence is started from 1, but not 0.
akl [Mon, 22 Apr 2013 10:36:36 +0000 (10:36 +0000)]
Indexation of OCC sequence is started from 1, but not 0.

11 years agoUpdate translations
gdd [Thu, 18 Apr 2013 09:07:26 +0000 (09:07 +0000)]
Update translations

11 years agoCorrection after the proof reading
eap [Thu, 18 Apr 2013 07:58:41 +0000 (07:58 +0000)]
Correction after the proof reading

11 years agoPR: correction due to refactoring
prascle [Wed, 17 Apr 2013 20:33:51 +0000 (20:33 +0000)]
PR: correction due to refactoring

11 years agoUpdate documentation for 7.2.0
vsr [Wed, 17 Apr 2013 16:20:21 +0000 (16:20 +0000)]
Update documentation for 7.2.0

11 years agoCorrection because of 'geompyDC' refactoring.
akl [Wed, 17 Apr 2013 11:34:31 +0000 (11:34 +0000)]
Correction because of 'geompyDC' refactoring.

11 years agoCorrection because of 'smeshDC' refactoring.
akl [Wed, 17 Apr 2013 10:15:09 +0000 (10:15 +0000)]
Correction because of 'smeshDC' refactoring.

11 years agoCorrection of script because of 'geompyDC' refactoring.
akl [Wed, 17 Apr 2013 06:21:15 +0000 (06:21 +0000)]
Correction of script because of 'geompyDC' refactoring.

11 years agoPR: relax constraints on node distances on StdMeshers_import_1D
prascle [Tue, 16 Apr 2013 16:47:43 +0000 (16:47 +0000)]
PR: relax constraints on node distances on StdMeshers_import_1D

11 years agoPR: Spelling
prascle [Tue, 16 Apr 2013 14:07:03 +0000 (14:07 +0000)]
PR: Spelling

11 years agoPR: Deprecation Warning more precise
prascle [Tue, 16 Apr 2013 13:50:10 +0000 (13:50 +0000)]
PR: Deprecation Warning more precise

11 years agoFix make distcheck problem
vsr [Tue, 16 Apr 2013 07:37:02 +0000 (07:37 +0000)]
Fix make distcheck problem

11 years agoRegression of already fixed
eap [Mon, 15 Apr 2013 10:48:46 +0000 (10:48 +0000)]
Regression of already fixed
0021406: EDF 1975 NETGENPLUGIN: Submesh hypothesis not taken into account

Correct the patch for
0021556: EDF 2222 SMESH: 3D mesh after projection impossible

-        smWithAlgoSupportingSubmeshes[0].push_back( shDim2smIt->second );
+        smWithAlgoSupportingSubmeshes[3].push_back( shDim2smIt->second );

11 years agoFix test script
vsr [Mon, 15 Apr 2013 07:25:40 +0000 (07:25 +0000)]
Fix test script

11 years agoPR: improve documentation on scripts adaptation to V7
prascle [Sat, 13 Apr 2013 19:48:28 +0000 (19:48 +0000)]
PR: improve documentation on scripts adaptation to V7

11 years agoPR: doc on script migration
prascle [Fri, 12 Apr 2013 16:27:32 +0000 (16:27 +0000)]
PR: doc on script migration

11 years agoIncrement version to 7.2.0
vsr [Fri, 12 Apr 2013 15:28:58 +0000 (15:28 +0000)]
Increment version to 7.2.0

11 years agoMerge from V6_main 12/04/2013
vsr [Fri, 12 Apr 2013 14:40:29 +0000 (14:40 +0000)]
Merge from V6_main 12/04/2013

11 years agoPR: update documentation of class SMESH_2smeshpy
prascle [Thu, 11 Apr 2013 08:59:26 +0000 (08:59 +0000)]
PR: update documentation of class SMESH_2smeshpy

11 years agoPR: update comments in dump function: smesh instead of smesh.smesh
prascle [Thu, 11 Apr 2013 08:53:12 +0000 (08:53 +0000)]
PR: update comments in dump function: smesh instead of smesh.smesh

11 years agoPR: true singleton instance of smesh
prascle [Wed, 10 Apr 2013 16:33:43 +0000 (16:33 +0000)]
PR: true singleton instance of smesh

11 years agoUsing HTML_EXTRA_STYLESHEET instead of HTML_STYLESHEET to use default style and custo...
akl [Wed, 10 Apr 2013 10:43:21 +0000 (10:43 +0000)]
Using HTML_EXTRA_STYLESHEET instead of HTML_STYLESHEET to use default style and customize the header and footer only.

11 years agoPR: missing imports when tests are executed alone
prascle [Wed, 10 Apr 2013 09:16:19 +0000 (09:16 +0000)]
PR: missing imports when tests are executed alone

11 years agoPR: restore missing attributes for compatibility with old scripts
prascle [Tue, 9 Apr 2013 16:47:57 +0000 (16:47 +0000)]
PR: restore missing attributes for compatibility with old scripts

11 years agoImprove documentation
vsr [Mon, 8 Apr 2013 16:05:28 +0000 (16:05 +0000)]
Improve documentation

11 years agoImprove documentation
vsr [Mon, 8 Apr 2013 15:17:34 +0000 (15:17 +0000)]
Improve documentation

11 years agoImprove documentation
vsr [Mon, 8 Apr 2013 14:50:20 +0000 (14:50 +0000)]
Improve documentation

11 years agoImprove documentation
vsr [Mon, 8 Apr 2013 14:36:08 +0000 (14:36 +0000)]
Improve documentation

11 years agoImprove documentation
vsr [Mon, 8 Apr 2013 14:25:54 +0000 (14:25 +0000)]
Improve documentation

11 years agoAdd comment in the documentation of the padder plugin (for the problem of ssh connection)
boulant [Fri, 5 Apr 2013 17:26:35 +0000 (17:26 +0000)]
Add comment in the documentation of the padder plugin (for the problem of ssh connection)

11 years agoPR: debug G. Nicolas (EDF 1967)
prascle [Fri, 5 Apr 2013 15:19:53 +0000 (15:19 +0000)]
PR: debug G. Nicolas (EDF 1967)

11 years agoPush double click
pnoyret [Fri, 5 Apr 2013 11:43:24 +0000 (11:43 +0000)]
Push double click

11 years agoRestore documentation of methods dynamically added by plug-ins to the Mesh class...
vsr [Fri, 5 Apr 2013 09:24:23 +0000 (09:24 +0000)]
Restore documentation of methods dynamically added by plug-ins to the Mesh class, killed by previous integration

11 years agominor bugs
pnoyret [Fri, 5 Apr 2013 09:12:37 +0000 (09:12 +0000)]
minor bugs

11 years agoRestore documentation of methods dynamically added by plug-ins to the Mesh class...
vsr [Fri, 5 Apr 2013 09:00:43 +0000 (09:00 +0000)]
Restore documentation of methods dynamically added by plug-ins to the Mesh class, killed by previous integration

11 years agoMerge from BR_plugins_pbyacs 03/04/2013
vsr [Thu, 4 Apr 2013 07:08:19 +0000 (07:08 +0000)]
Merge from BR_plugins_pbyacs 03/04/2013

11 years agoFix bug with missing documentation for dynamic methods
inv [Thu, 4 Apr 2013 06:19:28 +0000 (06:19 +0000)]
Fix bug with missing documentation for dynamic methods

11 years agoMerge from V6_main 01/04/2013 V7_2_0b1
vsr [Tue, 2 Apr 2013 14:33:29 +0000 (14:33 +0000)]
Merge from V6_main 01/04/2013

11 years agoMerge from V6_main 01/04/2013
vsr [Mon, 1 Apr 2013 13:05:47 +0000 (13:05 +0000)]
Merge from V6_main 01/04/2013

11 years agoPadder execution error management (the errors are raised toward the gui)
boulant [Fri, 29 Mar 2013 13:28:26 +0000 (13:28 +0000)]
Padder execution error management (the errors are raised toward the gui)

11 years agoIPAL0051783: TC 7.2.0: Filter added ID elements before click 'Add' button
mpa [Mon, 25 Mar 2013 10:28:48 +0000 (10:28 +0000)]
IPAL0051783: TC 7.2.0: Filter added ID elements before click 'Add' button

11 years agoIPAL0051782: TC7.2.0: Incorrect operation of the dialog box "Filter" for creation...
mpa [Mon, 25 Mar 2013 06:54:18 +0000 (06:54 +0000)]
IPAL0051782: TC7.2.0: Incorrect operation of the dialog box "Filter" for creation of the group

11 years agoSet dev tag back to 1 V7_2_0a1
vsr [Wed, 20 Mar 2013 11:14:16 +0000 (11:14 +0000)]
Set dev tag back to 1

11 years agoIncrement version of 7.1.0 V7_1_0
vsr [Wed, 20 Mar 2013 09:36:24 +0000 (09:36 +0000)]
Increment version of 7.1.0

11 years agoMerge from V6_main 19/03/2013
vsr [Tue, 19 Mar 2013 16:22:36 +0000 (16:22 +0000)]
Merge from V6_main 19/03/2013

11 years agoMerge from V6_main 15/03/2013
vsr [Fri, 15 Mar 2013 14:59:29 +0000 (14:59 +0000)]
Merge from V6_main 15/03/2013

11 years agoPorting to VTK 6.
ouv [Tue, 12 Mar 2013 15:51:34 +0000 (15:51 +0000)]
Porting to VTK 6.
Debug.