eap
|
43839bab02
|
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
Add StdMeshers_ViscousLayers2D hypothesis
|
2012-10-15 14:52:18 +00:00 |
|
eap
|
5e940de5e3
|
0021821: EDF 2356 SMESH: Wrong GHS3D mesh with Viscous Layer hypothesis
Log node movement not only in DEBUG mode
|
2012-09-13 12:25:09 +00:00 |
|
eap
|
8d6f13f41e
|
0021821: EDF 2356 SMESH: Wrong GHS3D mesh with Viscous Layer hypothesis
Fix smoothAnalyticEdge() for a circle
|
2012-09-11 07:53:33 +00:00 |
|
eap
|
9a0acdf426
|
http://www.salome-platform.org/forum/forum_11/800053490
1) Fix orientation of new faces on FACEs shared by SOLIDs
2) Create missing segments
|
2012-08-24 13:41:12 +00:00 |
|
eap
|
9eedde53dd
|
0021765: EDF 2334 SMESH: ConvertToQuadratic with medium node on geometry generates bad elements
Enables fixing node parameters by helper
+ helper.ToFixNodeParameters( true );
|
2012-08-07 09:18:15 +00:00 |
|
eap
|
1d17e561d7
|
0021459: EDF 1495 SMESH: Manipulation of discrete elements with attributes
|
2012-07-19 13:26:17 +00:00 |
|
vsr
|
d4a710ce52
|
Merge from V6_5_BR 05/06/2012
|
2012-06-05 12:18:07 +00:00 |
|
eap
|
fbae18cd7f
|
Add "const char* name" argument to consrtucctor of SMESH_subMeshEventListener
|
2012-01-18 12:07:14 +00:00 |
|
jfa
|
5acab3d327
|
Porting to OCCT development version: Standard_PI -> M_PI
|
2011-12-26 13:07:08 +00:00 |
|
vsr
|
493747e8ea
|
Merge from V6_4_BR 05/12/2011
|
2011-12-05 11:03:04 +00:00 |
|
eap
|
4df44f5a1e
|
Fix a bug reported to SALOME Forum http://www.salome-platform.org/forum/forum_10/372035859
- if ( helper.IsSubShape( *e, F ) && BRep_Tool::Curve( *e, loc,f,l))
+ if ( helper.IsSubShape( *e, F ) && !BRep_Tool::Curve( *e, loc,f,l).IsNull() )
|
2011-10-13 13:08:51 +00:00 |
|
eap
|
0f954310b4
|
0021363: EDF 1957 SMESH: Use of viscous layers with BLSURF
fix up incorrect uv of nodes on the FACE
|
2011-09-20 08:08:23 +00:00 |
|
eap
|
7eb6cc5064
|
Fix a bug reported at the SALOME forum http://www.salome-platform.org/forum/forum_10/156409406
- bool ok;
+ bool ok = true;
|
2011-08-30 10:59:48 +00:00 |
|
vsr
|
39f36db219
|
Merge from V6_3_BR 19/07/2011
|
2011-07-19 12:05:24 +00:00 |
|
vsr
|
91c92cb543
|
Merge from V6_3_BR 15/07/2011
|
2011-07-15 11:19:53 +00:00 |
|
eap
|
b6fe67a04f
|
initialize the Curve Adaptor using range of the edge
|
2011-07-01 15:45:09 +00:00 |
|
vsr
|
2c607013a2
|
Merge from V6_3_BR 06/06/2011
|
2011-06-06 08:15:39 +00:00 |
|
eap
|
e377bfeb20
|
unused variables
|
2011-02-22 14:28:14 +00:00 |
|
eap
|
e3409934a4
|
0021130: EDF 1746 SMESH: Issue with export in STL format
move TNodeXYZ from SMESH_MeshEditor to SMESH_TypeDefs.hxx as SMESH_TNodeXYZ
|
2011-01-27 16:45:55 +00:00 |
|
eap
|
ae954579c5
|
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
Assure stability
|
2011-01-24 09:17:26 +00:00 |
|
gdd
|
44f80071d1
|
Add missing include
|
2011-01-18 13:02:45 +00:00 |
|
eap
|
e201ae8a2a
|
0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
+ StdMeshers_ViscousLayers.hxx
|
2011-01-18 12:15:36 +00:00 |
|