Salome HOME
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
authoreap <eap@opencascade.com>
Wed, 15 Dec 2010 10:43:22 +0000 (10:43 +0000)
committereap <eap@opencascade.com>
Wed, 15 Dec 2010 10:43:22 +0000 (10:43 +0000)
commit0c3ea600d81889e3a5b182dcffcc8c6ae586049e
treead23c4b673e1852ec8f6c274e0932b50adbca7b2
parentee8e92f681be21e562a408355e9835a7012aefcc
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
  Prototype version

+   * 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), 3D Extrusion, Radial Prism
+   */
+  interface StdMeshers_ViscousLayers : SMESH::SMESH_Hypothesis
15 files changed:
idl/SMESH_BasicHypothesis.idl
resources/StdMeshers.xml
src/SMESH_SWIG/smeshDC.py
src/StdMeshers/Makefile.am
src/StdMeshers/StdMeshers_ProxyMesh.cxx [new file with mode: 0644]
src/StdMeshers/StdMeshers_ProxyMesh.hxx [new file with mode: 0644]
src/StdMeshers/StdMeshers_ViscousLayers.cxx [new file with mode: 0644]
src/StdMeshers/StdMeshers_ViscousLayers.hxx [new file with mode: 0644]
src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx
src/StdMeshersGUI/StdMeshers_images.ts
src/StdMeshersGUI/StdMeshers_msg_en.ts
src/StdMeshers_I/Makefile.am
src/StdMeshers_I/StdMeshers_ViscousLayers_i.cxx [new file with mode: 0644]
src/StdMeshers_I/StdMeshers_ViscousLayers_i.hxx [new file with mode: 0644]
src/StdMeshers_I/StdMeshers_i.cxx