Salome HOME
modules/smesh.git
13 years agofix "Replacing smeshDC by smesh"
eap [Wed, 2 Mar 2011 15:12:48 +0000 (15:12 +0000)]
fix "Replacing smeshDC by smesh"
1) make global functions of class smeshDC only, class Mesh and others remain untouched
2) make temporary smesh.py in the current dir to avoid overwriting
   smesh.py when building in SMESH_SRC

13 years agoNow the current object(s) selected in the OB is (are) set into the widget when the...
gdd [Tue, 1 Mar 2011 15:26:30 +0000 (15:26 +0000)]
Now the current object(s) selected in the OB is (are) set into the widget when the button is clicked.

13 years agosuppress message "Algo supports no multi-parameter hypothesis" with Netgen-1D-2D-3D
eap [Tue, 1 Mar 2011 14:36:06 +0000 (14:36 +0000)]
suppress message "Algo supports no multi-parameter hypothesis" with Netgen-1D-2D-3D

13 years agoFix for the issue "21203: EDF 1797 SMESH: SIGSEGV with move node on a Mesh with 0D...
rnv [Tue, 1 Mar 2011 09:35:50 +0000 (09:35 +0000)]
Fix for the issue "21203: EDF 1797 SMESH: SIGSEGV with move node on a Mesh with 0D elements"

13 years agoRename Engines::Component to Engines::EngineComponent
jfa [Mon, 28 Feb 2011 14:55:52 +0000 (14:55 +0000)]
Rename Engines::Component to Engines::EngineComponent

13 years agoFix for the bug IPAL22277: Crash on "Find elements by point" dialog box
ana [Mon, 28 Feb 2011 14:52:52 +0000 (14:52 +0000)]
Fix for the bug IPAL22277: Crash on "Find elements by point" dialog box

13 years ago0021074: EDF 1682 MESH: Bug with start and end length hypothesis
eap [Fri, 25 Feb 2011 09:07:59 +0000 (09:07 +0000)]
0021074: EDF 1682 MESH: Bug with start and end length hypothesis
   additionally fix compensateError() (for S_domain.hdf)

13 years agornc : Made the AddStretch operation optional (previous behaviour is kept)
gdd [Thu, 24 Feb 2011 16:21:51 +0000 (16:21 +0000)]
rnc : Made the AddStretch operation optional (previous behaviour is kept)

13 years agoFix bug of work with ViscousLayers hyp introduced during
eap [Tue, 22 Feb 2011 14:30:49 +0000 (14:30 +0000)]
Fix bug of work with ViscousLayers hyp introduced during
"Redesign again to work with composed cube edges"

13 years agounused variables
eap [Tue, 22 Feb 2011 14:28:14 +0000 (14:28 +0000)]
unused variables

13 years agoFix GetAxisStruct() by replacing ExtractShapes() by SubShapeAll()
eap [Tue, 22 Feb 2011 08:59:08 +0000 (08:59 +0000)]
Fix GetAxisStruct() by replacing ExtractShapes() by SubShapeAll()

13 years agoFix for the bug 21194: EDF SMESH: Cannot display a group by clicking on the "eye...
rnv [Tue, 22 Feb 2011 07:57:36 +0000 (07:57 +0000)]
Fix for the bug 21194: EDF SMESH: Cannot display a group by clicking on the "eye" of the OB

13 years ago*** empty log message ***
adam [Fri, 18 Feb 2011 13:06:05 +0000 (13:06 +0000)]
*** empty log message ***

13 years agoRemove warnings
adam [Fri, 18 Feb 2011 11:53:32 +0000 (11:53 +0000)]
Remove warnings

13 years agoACTION 31.3 from CoTech:
eap [Thu, 17 Feb 2011 14:37:46 +0000 (14:37 +0000)]
ACTION 31.3 from CoTech:
EURIWARE BO: Homogenize the formulas used to calculate the Controls in SMESH to fit with
those of ParaView. The library used by ParaView for those calculations can be reused in SMESH.

13 years agoexcess semicolons
eap [Thu, 17 Feb 2011 13:54:05 +0000 (13:54 +0000)]
excess semicolons

13 years agoImplementation of the "20830: EDF 1357 GUI : Hide/Show Icon"
rnv [Thu, 17 Feb 2011 08:12:24 +0000 (08:12 +0000)]
Implementation of the "20830: EDF 1357 GUI : Hide/Show Icon"
(at the moment implemeted only in GEOM and SMESH modules).

13 years ago0020974: EDF 1551 GEOM: Extra edges appear in the result of a partition and can't...
eap [Wed, 16 Feb 2011 10:24:50 +0000 (10:24 +0000)]
0020974: EDF 1551 GEOM: Extra edges appear in the result of a partition and can't be removed
   Treat the case where a quadrilateral FACE includes the 5th degenerated EDGE

+  void UpdateDegenUV(FaceQuadStruct* quad);
+  void Smooth (FaceQuadStruct* quad);

13 years agotypos
eap [Wed, 16 Feb 2011 10:19:04 +0000 (10:19 +0000)]
typos

13 years agountabify
eap [Wed, 16 Feb 2011 10:18:08 +0000 (10:18 +0000)]
untabify

13 years agoModify GetCriterion() to take into account the case when tolerance is passed via...
vsr [Tue, 15 Feb 2011 14:12:03 +0000 (14:12 +0000)]
Modify GetCriterion() to take into account the case when tolerance is passed via UnaryOp parameter

13 years agocmake compatibility
adam [Tue, 15 Feb 2011 11:46:11 +0000 (11:46 +0000)]
cmake compatibility

13 years agoin getCellType(), return VTK_POLYHEDRON instead of VTK_CONVEX_POINT_SET
eap [Fri, 11 Feb 2011 15:20:50 +0000 (15:20 +0000)]
in getCellType(), return VTK_POLYHEDRON instead of VTK_CONVEX_POINT_SET

13 years agountabify
eap [Fri, 11 Feb 2011 15:20:04 +0000 (15:20 +0000)]
untabify

13 years agoAdd polyhedron type to my3DExtActor
eap [Fri, 11 Feb 2011 15:19:49 +0000 (15:19 +0000)]
Add polyhedron type to my3DExtActor
+  aFilter->RegisterCellsWithType(VTK_POLYHEDRON);

13 years ago0021153: [CEA] non regression test fails
eap [Thu, 10 Feb 2011 13:31:17 +0000 (13:31 +0000)]
0021153: [CEA] non regression test fails
         Fix RemoveNode() and RemoveElement(): erase only elements
         belonging to this sub-mesh

13 years ago0021153: [CEA] non regression test fails
eap [Thu, 10 Feb 2011 13:30:00 +0000 (13:30 +0000)]
0021153: [CEA] non regression test fails
         Improve removeFromContainers() by taking into account that now mesh
         element knows the sub-mesh it belongs to

13 years ago0021180: EDF 1772 SMESH: Set of hypothesis in 1D
vsr [Thu, 10 Feb 2011 13:09:43 +0000 (13:09 +0000)]
0021180: EDF 1772 SMESH: Set of hypothesis in 1D
Additional change: enable tabs if no shape is selected

13 years agoModification of hypothesis parameters modifies the mesh
eap [Thu, 10 Feb 2011 09:08:32 +0000 (09:08 +0000)]
Modification of hypothesis parameters modifies the mesh
+  GetMeshDS()->Modified();

13 years agoAddition and removal of hypotheses modifies the mesh
eap [Thu, 10 Feb 2011 09:02:43 +0000 (09:02 +0000)]
Addition and removal of hypotheses modifies the mesh
+  GetMeshDS()->Modified();

13 years agoFix for the bug IPAL22091: Crash by calling context menu on the SMESH presentation
ana [Thu, 10 Feb 2011 08:48:33 +0000 (08:48 +0000)]
Fix for the bug IPAL22091: Crash by calling context menu on the SMESH presentation

13 years ago0021176: EDF 1697 SMESH: Smoothing: impossible to select elements of a group
vsr [Thu, 10 Feb 2011 08:26:27 +0000 (08:26 +0000)]
0021176: EDF 1697 SMESH: Smoothing: impossible to select elements of a group

13 years ago0021180: EDF 1772 SMESH: Set of hypothesis in 1D
vsr [Wed, 9 Feb 2011 15:25:51 +0000 (15:25 +0000)]
0021180: EDF 1772 SMESH: Set of hypothesis in 1D

13 years agoRegression of the test case patterns/A8
eap [Wed, 9 Feb 2011 13:29:33 +0000 (13:29 +0000)]
Regression of the test case patterns/A8
   1) fix an error made during SMDS redesign
-      if (node->getshapeId() <0) {
+      if (node->getshapeId() <1) {
   2) fix an error of Clear() that not all fields are cleared
   3) create polyhedrons only if volume boundary is split by refinement

13 years agoRegression of the test case imps/A1
eap [Tue, 8 Feb 2011 12:21:46 +0000 (12:21 +0000)]
Regression of the test case imps/A1
  In Compute2ndPart(), create a new SMESH_ElementSearcher to avoid
  search of volumes in a proxy mesh contaiting only faces

13 years ago0021153]: [CEA] non regression test fails
eap [Tue, 8 Feb 2011 10:26:55 +0000 (10:26 +0000)]
0021153]: [CEA] non regression test fails
   Fix Mesh.Prism(): replace ExtractShapes() by SubShapeAll() again

13 years agoRegression of test case bugs/P1
eap [Mon, 7 Feb 2011 15:08:52 +0000 (15:08 +0000)]
Regression of test case bugs/P1
      Restore the lost initialization of _nbSegments

13 years agocorrect the preceeding patch
eap [Mon, 7 Feb 2011 14:27:59 +0000 (14:27 +0000)]
correct the preceeding patch

13 years agoRegression of test case bugs/D0
eap [Mon, 7 Feb 2011 13:52:10 +0000 (13:52 +0000)]
Regression of test case bugs/D0
  call ComputePentahedralMesh() if the mesh of FACE is quadrangular
  but not structured

13 years agoTest case bugs/C2
eap [Mon, 7 Feb 2011 13:11:11 +0000 (13:11 +0000)]
Test case bugs/C2
  Fix buildMeshGrille() by taking into account that element ID in smesh
  can't be less that 1 since the recent redesign.

13 years ago Protect from a distorted block (test 3D_mesh_HEXA3D/B7 on 32bit platform)
eap [Mon, 7 Feb 2011 12:23:57 +0000 (12:23 +0000)]
 Protect from a distorted block (test 3D_mesh_HEXA3D/B7 on 32bit platform)

13 years ago0021153: [CEA] non regression test fails
eap [Fri, 4 Feb 2011 09:47:29 +0000 (09:47 +0000)]
0021153: [CEA] non regression test fails
   uninitialized variable

13 years agoMantis issue 0020834: the mesher of reduced type has been improved.
jfa [Fri, 4 Feb 2011 09:16:41 +0000 (09:16 +0000)]
Mantis issue 0020834: the mesher of reduced type has been improved.

13 years ago0021122: EDF 1735 SMESH: Bug when saving in .hdf
eap [Thu, 3 Feb 2011 15:07:31 +0000 (15:07 +0000)]
0021122: EDF 1735 SMESH: Bug when saving in .hdf
    when creating Mesh on geometry, add to study the not published geometry

13 years ago0021122: EDF 1735 SMESH: Bug when saving in .hdf
eap [Thu, 3 Feb 2011 12:28:55 +0000 (12:28 +0000)]
0021122: EDF 1735 SMESH: Bug when saving in .hdf
   In Mesh_Algorithm.Assign(), add to study the not pubished sub-shape

13 years ago0021153: [CEA] non regression test fails
eap [Wed, 2 Feb 2011 09:47:22 +0000 (09:47 +0000)]
0021153: [CEA] non regression test fails
  fix TooCloseAdjacent() w/o shape: correct distinction of domains

13 years ago0021153: [CEA] non regression test fails
eap [Tue, 1 Feb 2011 15:25:21 +0000 (15:25 +0000)]
0021153: [CEA] non regression test fails
  1) at merging pyramids, move the common apex at the middle of 2 apexes
  2) at intersecting pyramids, check all four base-apex directions

13 years ago0021153: [CEA] non regression test fails
eap [Tue, 1 Feb 2011 13:48:56 +0000 (13:48 +0000)]
0021153: [CEA] non regression test fails
    fix error that pyramids sharing one common node are not checked for intersection

13 years agocomment unnecessary call
eap [Tue, 1 Feb 2011 13:46:31 +0000 (13:46 +0000)]
comment unnecessary call
-      SMESH::UpdateNulData(myIObject, true);
+      //SMESH::UpdateNulData(myIObject, true);

13 years agofix bug of compactGrid() that the last block of nodes and elements is
eap [Tue, 1 Feb 2011 13:42:33 +0000 (13:42 +0000)]
fix bug of compactGrid() that the last block of nodes and elements is
not copied if there is no hole after it

13 years agofix FPE error at "Clear mesh data" by setting nb of nodes to zero
eap [Tue, 1 Feb 2011 13:40:02 +0000 (13:40 +0000)]
fix FPE error at "Clear mesh data" by setting nb of nodes to zero
instead of SMDS_Mesh::chunkSize

13 years agofix a misspell in comment
eap [Mon, 31 Jan 2011 13:10:15 +0000 (13:10 +0000)]
fix a misspell in comment

13 years agofix indentation
eap [Mon, 31 Jan 2011 13:07:39 +0000 (13:07 +0000)]
fix indentation

13 years ago0020973: EDF 1554 GHS3DPLUGIN: Make possible to have a mixed mesh hexa-tetra with...
eap [Mon, 31 Jan 2011 13:07:07 +0000 (13:07 +0000)]
0020973: EDF 1554 GHS3DPLUGIN: Make possible to have a mixed mesh hexa-tetra with GHS3D
   enlarge box size of each branch by 1e-10 of root size

13 years ago0020876: EDF 1246 SMESH: DoubleNodes fonctions available in the GUI
vsr [Mon, 31 Jan 2011 09:26:19 +0000 (09:26 +0000)]
0020876: EDF 1246 SMESH: DoubleNodes fonctions available in the GUI
Allow multiple selection of groups as input

13 years ago0021139: EDF 1758 SMESH: Projection 1D of closed edges (or group of edges)
eap [Fri, 28 Jan 2011 17:38:37 +0000 (17:38 +0000)]
0021139: EDF 1758 SMESH: Projection 1D of closed edges (or group of edges)
   Precisions on source and target groups

13 years ago0021141: EDF 1758 SMESH: Salome doesn't stop when assigning a composite side discreti...
eap [Fri, 28 Jan 2011 17:04:54 +0000 (17:04 +0000)]
0021141: EDF 1758 SMESH: Salome doesn't stop when assigning a composite side discretization hypothesis
   Fix invalid discretization of EDGEs: in GetCurve3d(), set Closed flag to WIRE wrapped into BRepAdaptor_CompCurve

13 years agofix file header (comments)
eap [Fri, 28 Jan 2011 17:01:19 +0000 (17:01 +0000)]
fix file header (comments)

13 years agoAdd missing include
gdd [Fri, 28 Jan 2011 16:21:11 +0000 (16:21 +0000)]
Add missing include

13 years ago0021114: EDF 1736 SMESH: Problem with 3D extrusion
eap [Fri, 28 Jan 2011 13:33:22 +0000 (13:33 +0000)]
0021114: EDF 1736 SMESH: Problem with 3D extrusion
    decrease tolerance at checking transformation

13 years ago0021130: EDF 1746 SMESH: Issue with export in STL format
eap [Fri, 28 Jan 2011 11:19:54 +0000 (11:19 +0000)]
0021130: EDF 1746 SMESH: Issue with export in STL format
    Import of STL file via GUI has been enabled

13 years ago0020748: EDF 1278 NETGENPLUGIN : Add Gradation in Netgen 2D hypothesis
eap [Fri, 28 Jan 2011 10:57:56 +0000 (10:57 +0000)]
0020748: EDF 1278 NETGENPLUGIN : Add Gradation in Netgen 2D hypothesis

13 years ago0021123: EDF 1734 SMESH: Bug with propagation hypothesis
eap [Fri, 28 Jan 2011 10:29:23 +0000 (10:29 +0000)]
0021123: EDF 1734 SMESH: Bug with propagation hypothesis

13 years agountabify
eap [Fri, 28 Jan 2011 10:29:01 +0000 (10:29 +0000)]
untabify

13 years agoFix for the bug 0021141: EDF 1758 SMESH: Salome doesn't stop when assigning a composi...
ana [Fri, 28 Jan 2011 08:38:53 +0000 (08:38 +0000)]
Fix for the bug 0021141: EDF 1758 SMESH: Salome doesn't stop when assigning a composite side discretization hypothesis

13 years ago0021130: EDF 1746 SMESH: Issue with export in STL format
eap [Thu, 27 Jan 2011 16:58:49 +0000 (16:58 +0000)]
0021130: EDF 1746 SMESH: Issue with export in STL format
   export any kind of 2D and 3D elements to STL file becomes possible

13 years ago0021130: EDF 1746 SMESH: Issue with export in STL format
eap [Thu, 27 Jan 2011 16:48:44 +0000 (16:48 +0000)]
0021130: EDF 1746 SMESH: Issue with export in STL format
   1) write not triangular faces as many triangles
   2) write triangles for missing faces of free facets of volumes

13 years ago0021130: EDF 1746 SMESH: Issue with export in STL format
eap [Thu, 27 Jan 2011 16:45:55 +0000 (16:45 +0000)]
0021130: EDF 1746 SMESH: Issue with export in STL format
   move TNodeXYZ from SMESH_MeshEditor to SMESH_TypeDefs.hxx as SMESH_TNodeXYZ

13 years ago0021130: EDF 1746 SMESH: Issue with export in STL format
eap [Thu, 27 Jan 2011 16:44:48 +0000 (16:44 +0000)]
0021130: EDF 1746 SMESH: Issue with export in STL format
   1) move instantiations of templates from separate files to SMESH_TypeDefs.hxx
   2) move frequently used typedefs and small classes from SMESH_MeshEditor to to SMESH_TypeDefs.hxx

13 years ago0020943: EDF 1463 SMESH: additional fonctionnality to the feature 20749
vsr [Thu, 27 Jan 2011 14:05:46 +0000 (14:05 +0000)]
0020943: EDF 1463 SMESH: additional fonctionnality to the feature 20749
Update an anctor when necessary

13 years ago0021144: [CEA 441] Problem with projection
eap [Thu, 27 Jan 2011 13:41:43 +0000 (13:41 +0000)]
0021144: [CEA 441] Problem with projection

+  bool projectBy2DSimilarity()

13 years ago0021144: [CEA 441] Problem with projection
eap [Thu, 27 Jan 2011 13:41:06 +0000 (13:41 +0000)]
0021144: [CEA 441] Problem with projection
    care of degenerated geom EDGEs

13 years agonot initialized value
eap [Thu, 27 Jan 2011 13:40:10 +0000 (13:40 +0000)]
not initialized value

13 years agounused variable
eap [Thu, 27 Jan 2011 13:37:31 +0000 (13:37 +0000)]
unused variable

13 years ago0020943: EDF 1463 SMESH: additional fonctionnality to the feature 20749
vsr [Thu, 27 Jan 2011 10:14:07 +0000 (10:14 +0000)]
0020943: EDF 1463 SMESH: additional fonctionnality to the feature 20749
Fix "bare faces" control problem

13 years ago0020943: EDF 1463 SMESH: additional fonctionnality to the feature 20749
vsr [Thu, 27 Jan 2011 07:40:19 +0000 (07:40 +0000)]
0020943: EDF 1463 SMESH: additional fonctionnality to the feature 20749
Add new controls support to the SMESHGUI_Selection

13 years agounused variable
eap [Wed, 26 Jan 2011 14:09:59 +0000 (14:09 +0000)]
unused variable

13 years agoClear data structures at Compute() finish
eap [Wed, 26 Jan 2011 14:09:38 +0000 (14:09 +0000)]
Clear data structures at Compute() finish

13 years agoFor redesigned StdMeshers_Hexa_3D (to work with composed cube edges)
eap [Wed, 26 Jan 2011 14:08:42 +0000 (14:08 +0000)]
For redesigned StdMeshers_Hexa_3D (to work with composed cube edges)
1) Store TopoDS_Face in FaceQuadStruct
2) Make CheckNbEdges() public

13 years ago0021134: EDF 1749 GHS3D: GHS3D can't compute the 3D elements from 2D skin elements
eap [Wed, 26 Jan 2011 14:06:40 +0000 (14:06 +0000)]
0021134: EDF 1749 GHS3D: GHS3D can't compute the 3D elements from 2D skin elements
    Redesign again to work with composed cube edges

13 years ago0021134: EDF 1749 GHS3D: GHS3D can't compute the 3D elements from 2D skin elements
eap [Wed, 26 Jan 2011 13:40:27 +0000 (13:40 +0000)]
0021134: EDF 1749 GHS3D: GHS3D can't compute the 3D elements from 2D skin elements
    Fix SplitVolumesIntoTetra() taking into account changed behavior
    of the complex SMESHDS_SubMesh

13 years ago0021140: EDF 1759 SMESH: Netgen1D2D fails on subshape
eap [Tue, 25 Jan 2011 14:46:58 +0000 (14:46 +0000)]
0021140: EDF 1759 SMESH: Netgen1D2D fails on subshape
    Fix work on edges computed with the Composed Segment discretizer

13 years agountabify
eap [Tue, 25 Jan 2011 14:45:34 +0000 (14:45 +0000)]
untabify

13 years agoremove useless dump of vertices of failed shape
eap [Tue, 25 Jan 2011 14:45:01 +0000 (14:45 +0000)]
remove useless dump of vertices of failed shape

13 years ago0021151: [CEA] unit test fails
vsr [Tue, 25 Jan 2011 11:38:54 +0000 (11:38 +0000)]
0021151: [CEA] unit test fails
Use int instead long to decrease memory consumption

13 years ago0021151: [CEA] unit test fails
vsr [Tue, 25 Jan 2011 11:23:48 +0000 (11:23 +0000)]
0021151: [CEA] unit test fails
Index of sub-shape might be greater than 32767 (max allowed value for short type)

13 years ago+static int MYDEBUGWITHFILES = 0;//1;
eap [Mon, 24 Jan 2011 16:56:10 +0000 (16:56 +0000)]
+static int MYDEBUGWITHFILES = 0;//1;

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Mon, 24 Jan 2011 09:17:26 +0000 (09:17 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
   Assure stability

13 years agovalid IDs count from 1
eap [Mon, 24 Jan 2011 09:15:52 +0000 (09:15 +0000)]
valid IDs count from 1

13 years agoFix a French translation
gdd [Fri, 21 Jan 2011 16:34:19 +0000 (16:34 +0000)]
Fix a French translation

13 years agoUpdate of French translation files
gdd [Fri, 21 Jan 2011 15:56:03 +0000 (15:56 +0000)]
Update of French translation files

13 years agoAdditional changes for the Point 2 of the "20948: EDF 1468 SMESH: Histogram of the...
rnv [Fri, 21 Jan 2011 14:01:49 +0000 (14:01 +0000)]
Additional changes for the Point 2 of the "20948: EDF 1468 SMESH: Histogram of the quality controls" issue.

13 years ago0021136: EDF 1748 SMESH: SetAutoColor has no effect in a python script
vsr [Fri, 21 Jan 2011 12:20:52 +0000 (12:20 +0000)]
0021136: EDF 1748 SMESH: SetAutoColor has no effect in a python script

13 years agoImplementation of the Point 2 of the 20948: EDF 1468 SMESH: Histogram of the quality...
rnv [Thu, 20 Jan 2011 15:41:36 +0000 (15:41 +0000)]
Implementation of the Point 2 of the 20948: EDF 1468 SMESH: Histogram of the quality controls.

13 years agoAdd new method DoubleNodeElemGroupsNew which allows to have the group of newly create...
gdd [Tue, 18 Jan 2011 14:45:18 +0000 (14:45 +0000)]
Add new method DoubleNodeElemGroupsNew which allows to have the group of newly created elements.

13 years agoAdd missing include
gdd [Tue, 18 Jan 2011 13:02:45 +0000 (13:02 +0000)]
Add missing include

13 years agofix SetPosition()
eap [Tue, 18 Jan 2011 12:54:18 +0000 (12:54 +0000)]
fix SetPosition()

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Tue, 18 Jan 2011 12:21:56 +0000 (12:21 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers

+   * interface of "Viscous Layers" hypothesis.
+   * This hypothesis specifies parameters of layers of prisms to build
+   * near mesh boundary. This hypothesis can be used by several 3D algorithms:
+   * NETGEN 3D, GHS3D, Hexahedron(i,j,k)
+   */
+  interface StdMeshers_ViscousLayers : SMESH::SMESH_Hypothesis

13 years ago0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
eap [Tue, 18 Jan 2011 12:21:27 +0000 (12:21 +0000)]
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
+ StdMeshers_ViscousLayers_i.hxx

13 years ago\ No newline at end of file0020832: EDF 1359 SMESH : Automatic meshing of boundary...
eap [Tue, 18 Jan 2011 12:20:52 +0000 (12:20 +0000)]
\ No newline at end of file0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
     work with StdMeshers_ViscousLayers