eap 04fe81eb47 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);
2013-07-31 11:21:55 +00:00
..
2013-04-01 13:05:47 +00:00
2013-04-01 13:05:47 +00:00
2013-04-01 13:05:47 +00:00
2013-07-09 11:59:40 +00:00
2013-07-03 16:10:31 +00:00
2013-07-31 11:18:51 +00:00
2013-05-16 16:29:29 +00:00
2013-04-01 13:05:47 +00:00
2013-07-09 11:59:18 +00:00
2013-07-09 11:59:18 +00:00