Salome HOME
SALOME Forum bug: structured mesh is not strictly rectilinear with Viscous Layers.
authoreap <eap@opencascade.com>
Wed, 31 Jul 2013 11:21:55 +0000 (11:21 +0000)
committereap <eap@opencascade.com>
Wed, 31 Jul 2013 11:21:55 +0000 (11:21 +0000)
commit04fe81eb47258802362d02095b6fe7d73d3869ec
treea9eaf9ec22fa7521c55ae619b30efd5cec1bd1a1
parent09020c020647728650fabae698538a869c93f4e3
SALOME Forum bug: structured mesh is not strictly rectilinear with Viscous Layers.
http://www.salome-platform.org/forum/forum_10/998544058

 class SMESH_2D_Algo
 {
+  /*!
+   * \brief Method in which an algorithm generating a structured mesh
+   *        fixes positions of in-face nodes after there movement
+   *        due to insertion of viscous layers.
+   */
+  virtual bool FixInternalNodes(const SMESH_ProxyMesh& mesh,
+                                const TopoDS_Face&     face);
src/SMESH/SMESH_Algo.cxx
src/SMESH/SMESH_Algo.hxx