eap
|
142df328f7
|
Regression SALOME_TESTS/Grids/smesh/3D_mesh_HEXA3D_00/C2
Fix isConcave()
|
2013-11-18 14:59:23 +00:00 |
|
eap
|
1872ac43e1
|
Regression of SALOME_TESTS/Grids/smesh/bugs_19/X7
Increase nb of allowed shrink loops
|
2013-11-15 12:19:28 +00:00 |
|
eap
|
423f2b8731
|
022398: EDF 2783 SMESH: No end with viscous layer computation
Prevent infinite loop in shrink()
|
2013-11-12 14:50:30 +00:00 |
|
eap
|
a27b03972c
|
SALOME Forum bug: http://www.salome-platform.org/forum/forum_10/967838025
make smoothAnalyticEdge() work for a circle EDGE in 3D case
|
2013-08-23 16:27:29 +00:00 |
|
eap
|
3c53917e76
|
SALOME Forum bug: http://www.salome-platform.org/forum/forum_10/967838025
Don't use BRep_Tool::Degenerated() which sometimes gives a wrong answer,
use SMESH_Algo::isDegenerated() instead
|
2013-08-23 07:44:07 +00:00 |
|
eap
|
b5567ce18e
|
1) SALOME Forum bug: structured mesh is not strictly rectilinear with Viscous Layers.
http://www.salome-platform.org/forum/forum_10/998544058
2) Fix failure on a revolved rectangle with a VL on a concave face and a
VL thickness about a half-thickness of the revolved.
|
2013-07-31 14:30:06 +00:00 |
|
eap
|
4a87093dce
|
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;
|
2013-05-30 14:14:31 +00:00 |
|
eap
|
42491f3cb5
|
0022098: EDF 2036 SMESH: Create groups from none conected parts of a mesh
+#include "SMESH_MeshAlgos.hxx"
|
2013-05-16 16:58:08 +00:00 |
|
vsr
|
bd8f1aee7c
|
Merge from V6_main 01/04/2013
|
2013-04-01 13:05:47 +00:00 |
|
vsr
|
88b3dbe23b
|
Merge from V6_main 28/02/2013
|
2013-02-28 15:07:35 +00:00 |
|
vsr
|
1067ffa6e7
|
Merge from V6_main 13/12/2012
|
2012-12-13 11:41:29 +00:00 |
|
vsr
|
f5016d85b7
|
Merge from V6_main (04/10/2012)
|
2012-10-08 11:56:59 +00:00 |
|
vsr
|
bd4e115a78
|
Merge from V6_main_20120808 08Aug12
|
2012-08-09 10:03:55 +00:00 |
|