Salome HOME
0022104: EDF 2550 SMESH: 2D viscous layer, allow specifying edges with viscous layer
authoreap <eap@opencascade.com>
Thu, 30 May 2013 14:14:31 +0000 (14:14 +0000)
committereap <eap@opencascade.com>
Thu, 30 May 2013 14:14:31 +0000 (14:14 +0000)
commit4a87093dce659ebda0d59761cd1a0350c542ab5a
tree14dd346f7a8eb97eb616ad53e6af69877ee02e98
parenta29849f24b46408200e5a20a7a668752385992a8
0022104: EDF 2550 SMESH: 2D viscous layer, allow specifying edges with viscous layer

+  void SetBndShapes(const std::vector<int>& shapeIds, bool toIgnore);
+  std::vector<int> GetBndShapes() const { return _shapeIds; }
+  bool IsToIgnoreShapes() const { return _isToIgnoreShapes; }

  private:

-  std::vector<int> _ignoreBndShapeIds;
+  std::vector<int> _shapeIds;
+  bool             _isToIgnoreShapes;
src/StdMeshers/StdMeshers_ViscousLayers.cxx
src/StdMeshers/StdMeshers_ViscousLayers.hxx