Salome HOME
modules/smesh.git
12 years ago0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm
eap [Thu, 13 Oct 2011 05:28:51 +0000 (05:28 +0000)]
0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm

+    def Projection1D2D(self, geom=0):
+        return Mesh_Projection2D(self,  geom, "Projection_1D2D")

12 years agofix a comment
eap [Thu, 13 Oct 2011 05:28:23 +0000 (05:28 +0000)]
fix a comment

12 years ago0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm
eap [Thu, 13 Oct 2011 05:27:59 +0000 (05:27 +0000)]
0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm

+  static TopoDS_Shape GetCommonAncestor(const TopoDS_Shape& shape1,
+                                        const TopoDS_Shape& shape2,
+                                        const SMESH_Mesh&   mesh,
+                                        TopAbs_ShapeEnum    ancestorType);

+  std::pair<int, TopAbs_ShapeEnum> GetMediumPos(const SMDS_MeshNode* n1,
+                                                const SMDS_MeshNode* n2);

12 years ago0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
eap [Wed, 12 Oct 2011 18:06:28 +0000 (18:06 +0000)]
0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
   set a more human readable name to the filter

12 years ago0020918: EDF 1447 SMESH: Mesh common borders (stepbystep.py)
eap [Fri, 7 Oct 2011 11:36:22 +0000 (11:36 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders (stepbystep.py)
   use tolerance computed basing on min linear size of elements to import

12 years ago0020918: EDF 1447 SMESH: Mesh common borders (stepbystep.py)
eap [Fri, 7 Oct 2011 11:35:39 +0000 (11:35 +0000)]
0020918: EDF 1447 SMESH: Mesh common borders (stepbystep.py)
   in _Listener::ProcessEvent(), clear n2n and e2e maps at CLEAN event

12 years agofix Mesh_UseExistingElements.SourceEdges()
eap [Thu, 6 Oct 2011 16:02:40 +0000 (16:02 +0000)]
fix Mesh_UseExistingElements.SourceEdges()

12 years ago0021371: EDF SMESH: The propagation of elements courbure is sometimes wrong in quadra...
eap [Thu, 6 Oct 2011 16:01:08 +0000 (16:01 +0000)]
0021371: EDF SMESH: The propagation of elements courbure is sometimes wrong in quadratic conversion with nodes on geometry
   In FixQuadraticElements(), enhance detection of straight links

12 years ago0021371: EDF SMESH: The propagation of elements courbure is sometimes wrong in quadra...
eap [Thu, 6 Oct 2011 15:59:05 +0000 (15:59 +0000)]
0021371: EDF SMESH: The propagation of elements courbure is sometimes wrong in quadratic conversion with nodes on geometry

+  double MinLinearSize2() const;
+  // Return minimal square distance between connected corner nodes

12 years agountabify
eap [Thu, 6 Oct 2011 12:10:14 +0000 (12:10 +0000)]
untabify

12 years ago0021370: EDF SMESH: Hexahedron + Composite Side Disretization generate a bad mesh
eap [Thu, 6 Oct 2011 09:46:34 +0000 (09:46 +0000)]
0021370: EDF SMESH: Hexahedron + Composite Side Disretization generate a bad mesh
    Redesign to work with composite cube edges

0021369: EDF SMESH: Meshing of a cube in hexas fails
    fix defining orientation of a side in case of reversed wire

12 years agountabify
eap [Thu, 6 Oct 2011 09:43:59 +0000 (09:43 +0000)]
untabify

12 years ago0021370: EDF SMESH: Hexahedron + Composite Side Disretization generate a bad mesh
eap [Thu, 6 Oct 2011 09:43:30 +0000 (09:43 +0000)]
0021370: EDF SMESH: Hexahedron + Composite Side Disretization generate a bad mesh

+  const std::vector<TopoDS_Edge>& Edges() const { return myEdge; }

12 years ago0021370: EDF SMESH: Hexahedron + Composite Side Disretization generate a bad mesh
eap [Thu, 6 Oct 2011 09:42:51 +0000 (09:42 +0000)]
0021370: EDF SMESH: Hexahedron + Composite Side Disretization generate a bad mesh
    Redesign LoadNodeColumns() to work with a composite base side

12 years agofix comment
eap [Thu, 6 Oct 2011 09:39:29 +0000 (09:39 +0000)]
fix comment

12 years ago0021275: EDF 1681 SMESH: Find the number of nodes of any group
vsr [Wed, 5 Oct 2011 10:22:15 +0000 (10:22 +0000)]
0021275: EDF 1681 SMESH: Find the number of nodes of any group
Additional changes: update doc images

12 years ago0021359: [CEA] Mesh information
vsr [Wed, 5 Oct 2011 08:40:53 +0000 (08:40 +0000)]
0021359: [CEA] Mesh information
Additional minor changes: update doc snapshots

12 years ago0021359: [CEA] Mesh information
vsr [Wed, 5 Oct 2011 08:39:05 +0000 (08:39 +0000)]
0021359: [CEA] Mesh information
Additional minor changes: fix bad layout; fix wrong statement

12 years agoAdditional information:
gdd [Wed, 5 Oct 2011 08:37:54 +0000 (08:37 +0000)]
Additional information:
Number of underlying nodes => Underlying nodes

12 years agoAdditional information:
gdd [Wed, 5 Oct 2011 08:28:05 +0000 (08:28 +0000)]
Additional information:
Number of nodes => Number of underlying nodes

12 years ago0020716: EDF 1229 SMESH : Improvement of reversed edges dialog box
eap [Wed, 5 Oct 2011 08:15:51 +0000 (08:15 +0000)]
0020716: EDF 1229 SMESH : Improvement of reversed edges dialog box

+def FirstVertexOnCurve(edge):
+    def ReversedEdgeIndices(self, reverseList):

12 years agoUpdate French resource file
gdd [Wed, 5 Oct 2011 06:16:34 +0000 (06:16 +0000)]
Update French resource file

12 years ago0021275: EDF 1681 SMESH: Find the number of nodes of any group
vsr [Tue, 4 Oct 2011 14:19:30 +0000 (14:19 +0000)]
0021275: EDF 1681 SMESH: Find the number of nodes of any group
0021359: [CEA] Mesh information

12 years ago0021275: EDF 1681 SMESH: Find the number of nodes of any group
vsr [Tue, 4 Oct 2011 14:07:49 +0000 (14:07 +0000)]
0021275: EDF 1681 SMESH: Find the number of nodes of any group
0021359: [CEA] Mesh information

12 years ago0021275: EDF 1681 SMESH: Find the number of nodes of any group
eap [Tue, 4 Oct 2011 14:01:58 +0000 (14:01 +0000)]
0021275: EDF 1681 SMESH: Find the number of nodes of any group
    remove 100000 limit

12 years ago0021275: EDF 1681 SMESH: Find the number of nodes of any group
vsr [Tue, 4 Oct 2011 13:24:48 +0000 (13:24 +0000)]
0021275: EDF 1681 SMESH: Find the number of nodes of any group
0021359: [CEA] Mesh information

12 years ago0021275: EDF 1681 SMESH: Find the number of nodes of any group
vsr [Tue, 4 Oct 2011 13:14:47 +0000 (13:14 +0000)]
0021275: EDF 1681 SMESH: Find the number of nodes of any group
0021359: [CEA] Mesh information

12 years agoin GetCriterion(), check enumeration type of Treshold and CritType
eap [Tue, 4 Oct 2011 09:02:21 +0000 (09:02 +0000)]
in GetCriterion(), check enumeration type of Treshold and CritType

12 years ago0021275: EDF 1681 SMESH: Find the number of nodes of any group
eap [Tue, 4 Oct 2011 08:53:35 +0000 (08:53 +0000)]
0021275: EDF 1681 SMESH: Find the number of nodes of any group
    fix GetTic()

12 years agountabify
eap [Tue, 4 Oct 2011 07:19:13 +0000 (07:19 +0000)]
untabify

12 years ago0021275: EDF 1681 SMESH: Find the number of nodes of any group
eap [Tue, 4 Oct 2011 07:17:28 +0000 (07:17 +0000)]
0021275: EDF 1681 SMESH: Find the number of nodes of any group
+  virtual int GetTic() const;

12 years ago0021275: EDF 1681 SMESH: Find the number of nodes of any group
eap [Tue, 4 Oct 2011 07:17:02 +0000 (07:17 +0000)]
0021275: EDF 1681 SMESH: Find the number of nodes of any group
+    long GetNumberOfNodes();
+    long_array GetNodeIDs();
+    boolean IsNodeInfoAvailable();

12 years agoAdditional fix for the "20984: EDF 1566 SMESH: Better visibility of the elements...
rnv [Mon, 3 Oct 2011 07:52:38 +0000 (07:52 +0000)]
Additional fix for the "20984: EDF 1566 SMESH: Better visibility of the elements in a shrinked representation" issue.

12 years agoSmall cosmetic changes in BLSURF documentation
gdd [Fri, 30 Sep 2011 15:38:21 +0000 (15:38 +0000)]
Small cosmetic changes in BLSURF documentation

12 years agoImplementation of the issue 20984: EDF 1566 SMESH: Better visibility of the elements...
rnv [Wed, 28 Sep 2011 11:36:47 +0000 (11:36 +0000)]
Implementation of the issue 20984: EDF 1566 SMESH: Better visibility of the elements in a shrinked representation.

12 years agoImplementation of the issue 20984: EDF 1566 SMESH: Better visibility of the elements...
rnv [Wed, 28 Sep 2011 08:43:35 +0000 (08:43 +0000)]
Implementation of the issue 20984: EDF 1566 SMESH: Better visibility of the elements in a shrinked representation.

12 years agoImplementation of the issue 21285: EDF 1877 SMESH: Color of groups is only visible...
rnv [Mon, 26 Sep 2011 10:41:06 +0000 (10:41 +0000)]
Implementation of the issue 21285: EDF 1877 SMESH: Color of groups is only visible on one side.

12 years agoImplementation of the issue 21276: EDF 1857 SMESH: Order of algorithms in the combobox
rnv [Thu, 22 Sep 2011 11:56:53 +0000 (11:56 +0000)]
Implementation of the issue 21276: EDF 1857 SMESH: Order of algorithms in the combobox

12 years agoFix for the issue "21356: EDF 1705 SMESH: Extrusion along a path using a mesh w/o...
rnv [Thu, 22 Sep 2011 07:07:55 +0000 (07:07 +0000)]
Fix for the issue "21356: EDF 1705 SMESH: Extrusion along a path using a mesh w/o geometry".

12 years agoAdditional integration for the "20494: EDF 1123 KERNEL/GUI : Improvment of 'About...
rnv [Tue, 20 Sep 2011 15:26:11 +0000 (15:26 +0000)]
Additional integration for the "20494: EDF 1123 KERNEL/GUI : Improvment of 'About' dialog box." issue: generated SalomeApp.xml added in the nodist_salomeres_SCRIPTS list.

12 years ago0021363: EDF 1957 SMESH: Use of viscous layers with BLSURF
eap [Tue, 20 Sep 2011 08:08:23 +0000 (08:08 +0000)]
0021363: EDF 1957 SMESH: Use of viscous layers with BLSURF
   fix up incorrect uv of nodes on the FACE

12 years agoAdditional modifications for the "20494: EDF 1123 KERNEL/GUI : Improvment of 'About...
rnv [Fri, 16 Sep 2011 06:22:33 +0000 (06:22 +0000)]
Additional modifications for the "20494: EDF 1123 KERNEL/GUI : Improvment of 'About' dialog box." issue.

12 years ago0021358: [CEA 500] SMESH HEXAHEDRA from 2D quad skin detect a error
eap [Wed, 14 Sep 2011 08:49:33 +0000 (08:49 +0000)]
0021358: [CEA 500] SMESH HEXAHEDRA from 2D quad skin detect a error
    Fix detection of corner nodes for blocks of size 1x1x1

12 years agoConvert text to Qt::tr
gdd [Wed, 14 Sep 2011 08:42:44 +0000 (08:42 +0000)]
Convert text to Qt::tr

12 years agoImplementation of the "20494: EDF 1123 KERNEL/GUI : Improvment of 'About' dialog...
rnv [Tue, 13 Sep 2011 09:03:12 +0000 (09:03 +0000)]
Implementation of the "20494: EDF 1123 KERNEL/GUI : Improvment of 'About' dialog box" issue.

12 years agoUpdate Hexotic doc and remove some MESSAGE
gdd [Tue, 6 Sep 2011 14:40:22 +0000 (14:40 +0000)]
Update Hexotic doc and remove some MESSAGE

12 years ago- Hexotic is no longer experimental => remove warnings
gdd [Mon, 5 Sep 2011 14:54:07 +0000 (14:54 +0000)]
- Hexotic is no longer experimental => remove warnings
- Input quadrangles are now handled for mesh with geometry associated (they are cut into triangles as it is done w/o geometry associated).

12 years agoFix error message for the case of adjacent faces with triangular elements
eap [Mon, 5 Sep 2011 07:16:47 +0000 (07:16 +0000)]
Fix error message for the case of adjacent faces with triangular elements

12 years agoComment MESSAGE
gdd [Fri, 2 Sep 2011 14:04:37 +0000 (14:04 +0000)]
Comment MESSAGE

12 years agoDoc of GHS3DPLUGIN (tui)
gdd [Fri, 2 Sep 2011 12:05:36 +0000 (12:05 +0000)]
Doc of GHS3DPLUGIN (tui)

12 years agoUpdate wrapping for BLSURFPLUGIN and GHS3DPLUGIN hypothesis
gdd [Fri, 2 Sep 2011 11:58:22 +0000 (11:58 +0000)]
Update wrapping for BLSURFPLUGIN and GHS3DPLUGIN hypothesis

12 years agoRemove message
gdd [Fri, 2 Sep 2011 11:57:46 +0000 (11:57 +0000)]
Remove message

12 years agoUpdate BLSURFPLUGIN and GHS3DPLUGIN documentations
gdd [Fri, 2 Sep 2011 11:57:20 +0000 (11:57 +0000)]
Update BLSURFPLUGIN and GHS3DPLUGIN documentations

12 years agoFix and update translation files
gdd [Thu, 1 Sep 2011 13:40:01 +0000 (13:40 +0000)]
Fix and update translation files

12 years agoFix the bug reported at the SALOME forum http://salome-platform.org/forum/forum_10...
eap [Thu, 1 Sep 2011 11:34:43 +0000 (11:34 +0000)]
Fix the bug reported at the SALOME forum salome-platform.org/forum/forum_10/510395693
   map scale distribution of parameter to edge length

12 years agoFix a bug reported at the SALOME forum http://www.salome-platform.org/forum/forum_10...
eap [Tue, 30 Aug 2011 10:59:48 +0000 (10:59 +0000)]
Fix a bug reported at the SALOME forum salome-platform.org/forum/forum_10/156409406

-  bool ok;
+  bool ok = true;

12 years agoPreCAD: minor change in function doc
gdd [Mon, 29 Aug 2011 12:57:50 +0000 (12:57 +0000)]
PreCAD: minor change in function doc

12 years ago0021348: EDF 1944 SMESH: Problem to assign a3D algorithm on a mixt 2D/3D shape
eap [Thu, 25 Aug 2011 09:25:27 +0000 (09:25 +0000)]
0021348: EDF 1944 SMESH: Problem to assign a3D algorithm on a mixt 2D/3D shape
   fix defining shape dimension

12 years agobug of NbElements() which misses nb of SEG2 elements
eap [Wed, 24 Aug 2011 17:03:36 +0000 (17:03 +0000)]
bug of NbElements() which misses nb of SEG2 elements

12 years agoPreCAD: add wrapping to SetPreCADOptionValue(optin,value)
gdd [Wed, 24 Aug 2011 08:16:19 +0000 (08:16 +0000)]
PreCAD: add wrapping to SetPreCADOptionValue(optin,value)

12 years agoUpdate PreCAD documentation
gdd [Tue, 23 Aug 2011 15:22:54 +0000 (15:22 +0000)]
Update PreCAD documentation

12 years ago*** empty log message ***
eap [Tue, 23 Aug 2011 09:47:56 +0000 (09:47 +0000)]
*** empty log message ***

12 years agoPreCAD doc + minor fixes
gdd [Tue, 23 Aug 2011 09:05:56 +0000 (09:05 +0000)]
PreCAD doc + minor fixes

12 years agoPreCAD
gdd [Tue, 23 Aug 2011 08:47:39 +0000 (08:47 +0000)]
PreCAD

12 years ago021346: EDF 1938 SMESH: "Use existing elements" functionality
eap [Mon, 22 Aug 2011 08:44:59 +0000 (08:44 +0000)]
021346: EDF 1938 SMESH: "Use existing elements" functionality
   fix the bug that edges on the seam edges are not created

12 years ago021346: EDF 1938 SMESH: "Use existing elements" functionality
eap [Mon, 22 Aug 2011 08:44:12 +0000 (08:44 +0000)]
021346: EDF 1938 SMESH: "Use existing elements" functionality
   fix comments

12 years ago021346: EDF 1938 SMESH: "Use existing elements" functionality
eap [Mon, 22 Aug 2011 08:43:48 +0000 (08:43 +0000)]
021346: EDF 1938 SMESH: "Use existing elements" functionality
   In Load(), call hyp->UpdateAsMeshesRestored() before submesh->ComputeStateEngine(SUBMESH_RESTORED)

12 years ago021346: EDF 1938 SMESH: "Use existing elements" functionality
eap [Mon, 22 Aug 2011 08:41:41 +0000 (08:41 +0000)]
021346: EDF 1938 SMESH: "Use existing elements" functionality
   Some more info

12 years ago021346: EDF 1938 SMESH: "Use existing elements" functionality
eap [Mon, 22 Aug 2011 07:36:31 +0000 (07:36 +0000)]
021346: EDF 1938 SMESH: "Use existing elements" functionality
   Improve comments

12 years ago0021345: EDF 1936 : Problem in submeshes management
eap [Fri, 19 Aug 2011 12:38:38 +0000 (12:38 +0000)]
0021345: EDF 1936 : Problem in submeshes management
    In ProcessEvent(), fix detection of algo removal

12 years ago0021345: EDF 1936 : Problem in submeshes management
eap [Fri, 19 Aug 2011 12:37:32 +0000 (12:37 +0000)]
0021345: EDF 1936 : Problem in submeshes management

+  static std::string AlgoName();

12 years agoFix a bug reported to SALOME forum at "Bug: Salome 6.3.1 Auto Tetrahedron meshing...
eap [Fri, 19 Aug 2011 12:36:55 +0000 (12:36 +0000)]
Fix a bug reported to SALOME forum at "Bug: Salome 6.3.1 Auto Tetrahedron meshing" discussion

12 years agoAdd SMESHUtils to DIST_SUBDIRS
eap [Wed, 17 Aug 2011 07:55:17 +0000 (07:55 +0000)]
Add SMESHUtils to DIST_SUBDIRS

12 years agoFix for platforms where conversion int -> cgsize_t does not work
eap [Tue, 16 Aug 2011 07:49:49 +0000 (07:49 +0000)]
Fix for platforms where conversion int -> cgsize_t does not work

12 years ago- ../Driver/libSMESHUtils.la
eap [Tue, 16 Aug 2011 07:46:26 +0000 (07:46 +0000)]
- ../Driver/libSMESHUtils.la
+ ../SMESHUtils/libSMESHUtils.la

12 years agoMerge from V6_3_BR 12/08/2011
vsr [Fri, 12 Aug 2011 15:16:02 +0000 (15:16 +0000)]
Merge from V6_3_BR 12/08/2011

12 years agoPorting to OCCT6.5.1
jfa [Fri, 12 Aug 2011 13:12:13 +0000 (13:12 +0000)]
Porting to OCCT6.5.1

12 years agoWin32 compilation.
rnv [Fri, 12 Aug 2011 11:22:08 +0000 (11:22 +0000)]
Win32 compilation.

12 years agoWin32 compilation.
rnv [Fri, 12 Aug 2011 08:21:18 +0000 (08:21 +0000)]
Win32 compilation.

12 years agoFix for the bug "IPAL22690 time stamp popup is wrong after work in Mesh".
rnv [Fri, 12 Aug 2011 08:18:03 +0000 (08:18 +0000)]
Fix for the bug "IPAL22690 time stamp popup is wrong after work in Mesh".

12 years agoPorting to OCCT6.5.1
jfa [Thu, 11 Aug 2011 13:54:07 +0000 (13:54 +0000)]
Porting to OCCT6.5.1

12 years ago0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
eap [Thu, 11 Aug 2011 11:38:37 +0000 (11:38 +0000)]
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
  make CGNS library an optional prerequisite

12 years ago0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
eap [Wed, 10 Aug 2011 12:49:49 +0000 (12:49 +0000)]
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
  Fix ExportCGNS()

12 years ago0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
eap [Wed, 10 Aug 2011 12:49:26 +0000 (12:49 +0000)]
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported

12 years ago0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
eap [Wed, 10 Aug 2011 10:33:38 +0000 (10:33 +0000)]
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported

12 years ago0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
eap [Wed, 10 Aug 2011 10:29:41 +0000 (10:29 +0000)]
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported

+ -I$(srcdir)/../SMESHDS \

12 years ago0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
eap [Wed, 10 Aug 2011 10:28:52 +0000 (10:28 +0000)]
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported

+  SMESH::mesh_array* CreateMeshesFromCGNS( const char* theFileName,
+                                           SMESH::DriverMED_ReadStatus& theStatus )

12 years agoIn StringToFunctorType(), return FT_Undefined for an invalid input
eap [Wed, 10 Aug 2011 10:27:45 +0000 (10:27 +0000)]
In StringToFunctorType(), return FT_Undefined for an invalid input

12 years ago0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
eap [Wed, 10 Aug 2011 10:22:48 +0000 (10:22 +0000)]
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported

+ -I$(srcdir)/../DriverCGNS \
+ -I$(srcdir)/../SMESHUtils \

12 years ago0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
eap [Wed, 10 Aug 2011 10:21:21 +0000 (10:21 +0000)]
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported

+ -I$(srcdir)/../SMESHUtils \

12 years ago strip trailing white spaces of the object name
eap [Wed, 10 Aug 2011 10:21:05 +0000 (10:21 +0000)]
 strip trailing white spaces of the object name

12 years ago0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
eap [Wed, 10 Aug 2011 10:18:40 +0000 (10:18 +0000)]
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported

  Move general utils independent of SMESH data structures to SMESHUtils

12 years ago0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
eap [Wed, 10 Aug 2011 10:18:09 +0000 (10:18 +0000)]
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported

+ SMESHUtils \
+ DriverCGNS \

12 years ago0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
eap [Wed, 10 Aug 2011 10:17:44 +0000 (10:17 +0000)]
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported

+  SMESH_Group (SMESHDS_GroupBase* groupDS);

12 years ago0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
eap [Wed, 10 Aug 2011 10:17:29 +0000 (10:17 +0000)]
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported

12 years ago0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
eap [Wed, 10 Aug 2011 10:14:20 +0000 (10:14 +0000)]
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported

  Remove stub files

- DriverUNV_R_SMESHDS_Mesh.cxx \
- DriverUNV_R_SMESHDS_Document.cxx \
- DriverUNV_W_SMESHDS_Document.cxx \
- DriverUNV_W_SMESHDS_Mesh.cxx \

12 years ago0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
eap [Wed, 10 Aug 2011 10:13:50 +0000 (10:13 +0000)]
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported

+ -I$(srcdir)/../SMESHUtils \

12 years ago0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
eap [Wed, 10 Aug 2011 10:13:23 +0000 (10:13 +0000)]
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported

  Remove stub files

- DriverMED_R_SMDS_Mesh.cxx \
- DriverMED_R_SMESHDS_Document.cxx \
- DriverMED_W_SMDS_Mesh.cxx \
- DriverMED_W_SMESHDS_Document.cxx \

12 years ago0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
eap [Wed, 10 Aug 2011 10:12:00 +0000 (10:12 +0000)]
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported

  Remove stub files

- DriverDAT_R_SMESHDS_Mesh.cxx \
- DriverDAT_R_SMESHDS_Document.cxx \
- DriverDAT_W_SMDS_Mesh.cxx \
- DriverDAT_W_SMESHDS_Mesh.cxx \
- DriverDAT_W_SMESHDS_Document.cxx

12 years ago0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported
eap [Wed, 10 Aug 2011 10:10:26 +0000 (10:10 +0000)]
0020511: EDF 1101 SMESH : Add CGNS to Mesh Format Supported