eap
fad0945128
Typo fixes by Kunda
...
https://salome-platform.org/forum/forum_9/495080934
2019-08-27 14:48:19 +03:00
eap
f65b9b8b24
IPAL54425: Quadrangle mapping fails on a quadrangle face with a seam
...
Issue reported in https://www.salome-platform.org/forum/forum_10/984373499
+
1) Fix a bug in Python dump
2) Expose corners in Quadrangle Param gui
2019-08-05 20:02:26 +03:00
vsr
6d32f944a0
Update copyrights
2019-02-14 15:33:05 +03:00
eap
401b2a2e54
23620: EDF 10301 - Completing Extrusion along a path
...
Add scale factors to Extrusion along line
Add angles to Extrusion along path
2019-01-24 18:28:24 +03:00
eap
24412178e1
Typo-fix by Kunda + fix user doc generation
2018-06-19 19:58:29 +03:00
eap
05318c85be
typo-fix by Kunda + minor changes
2017-11-28 14:15:48 +03:00
eap
55290963c7
IPAL54027: Projection algo is very long on a face with many edges
2017-03-07 21:35:05 +03:00
eap
b3c311b4d9
Re: Patch modules/smesh.git for Doxygen typos/grammar + misc. typos
...
http://www.salome-platform.org/forum/forum_10/652417125/447386016
2017-03-02 21:41:15 +03:00
eap
e74c29b786
Patch modules/smesh.git for Doxygen typos/grammar + misc. typos
...
http://www.salome-platform.org/forum/forum_10/652417125
2017-03-02 19:51:35 +03:00
eap
7211ec8d0e
IPAL52716: Meshing with Viscous Layers fails
2017-01-27 14:00:15 +03:00
eap
386c76ea03
Regression of BelongToGeom on Debian-6
...
(SMESH_Controls* )
- Optimize mesh deletion (ObjectPool.hxx)
- Memory leaks (SMESH_Gen_i.cxx)
- Usage of uninitialized vars ( SMESHGUI_MeshOp.cxx )
- Minimize nb of #include in headers (the rest files)
2016-06-29 20:53:22 +03:00
eap
bc95c31002
23207: EDF 11232 SMESH: viscou layers builder fails at the very fist inflation
...
23190: EDF 11636 - Problem of viscous layer
Regression of SALOME_TESTS/Grids/smesh/viscous_layers_01/B2 - shrink fails
2016-05-11 16:55:05 +03:00
vsr
7eda9ca931
Copyright update: 2016
2016-03-18 20:10:28 +03:00
eap
081f12102e
23151: EDF 9626 SMESH: Opening an existing study makes salome end with an allocation error when closing.
...
Fix ~SMESH_Gen_i()
Regression 2D_mesh_Polygons_00/A2
Fix DriverSTL_W_SMDS_Mesh.cxx
IPAL52658: Quadrangle (Mapping) makes invalid mesh with Enforced vertices
IPAL52654: Quadrangle (Mapping) with enforced vertices works wrong
IPAL20729: Difference in behaviour of selection for Rotation against Translation, Symmetry after Apply.
IPAL9947: SMESH – Merge nodes dialog box
2015-09-02 17:39:00 +03:00
eap
1dd2f82c6d
IPAL52781: Orientation of a wall face created by revolution is wrong
...
IPAL52850: ConvertToQuadratic creates invalid triangles
Regression of imps_09/K0
2015-08-28 20:03:25 +03:00
eap
fe7d1d5767
23070: [CEA 1502] Create the 2D mesh from the 1D mesh with one mesh face for each geom face
2015-06-30 15:14:46 +03:00
eap
6dcb33ab2f
[HYDRO module - Feature #523 ] river, channel, embankment meshing
2015-06-15 21:31:23 +03:00
eap
062d52d5db
IPAL52698: Convert to quadratic is wrong (hard periodic surfaces)
2015-05-07 20:57:17 +03:00
akl
251f8c052d
Copyrights update 2015.
2015-02-13 12:38:36 +04:00
eap
e2e93f9c31
Fix regression of mesh_Projection_2D_00/A1 test.
...
The regression is caused by the fix of 22830:
- pair<int, TopAbs_ShapeEnum> pos = GetMediumPos( n1, n2, mySetElemOnShape );
+ pair<int, TopAbs_ShapeEnum> pos = GetMediumPos( n1, n2, useCurSubShape );
2015-01-15 17:52:25 +03:00
eap
133cb38139
22830: EDF 9557 SMESH: Quadratic conversion of a mesh fails
...
In SMESH_MeshEditor copy node positions in Duplicate*()
In SMESH_MesherHelper
- cache face tolerance
- in GetNodeUV() prevent SIGSEGV if a node is on EDGE not belonging to a FACE
- in GetNodeUV() check if a VERTEX is a seam in a given FACE, not in another
- avoid returning myShape from GetMediumPos() when it can be wrong
52592: Invalid values of Length 2D control
- avoid using not initialized values for showing control values of a group
2014-12-29 18:22:30 +03:00
eap
3ddacb9798
To compute mesh in SALOME_TESTS/Grids/geom/bugs_15/R7
...
and other tests of "Extrusion 3D" mesher
2014-11-12 18:35:28 +03:00
eap
b905bf1432
22797: EDF 9014 SMESH: Problem with the 3D extrusion algorithm
...
1) pb with invalid node param on EDGEs after 2D Projection
2) pb of search of source FACEs of the prism
2014-10-31 20:38:10 +03:00
eap
65efd98e77
22772: EDF 8916 SMESH: Issue with a quadrangle mesh
...
Consider edges on period boundary as seam ones
2014-10-10 20:59:37 +04:00
eap
e16f6412db
22770: SMESH: Bi-quadratic mesh convert with medium nodes on geometry
2014-10-10 15:23:38 +04:00
eap
2eeec022d2
IPAL52479: Mixed linear/quadratic mesh is created
2014-08-25 20:41:02 +04:00
eap
93c3ba77f5
52453: Impossible to get viscous layers on a given shape
...
Fix for the downloaded SampleCase2-Tet-netgen-mephisto.hdf:
prevent failure on a 2D mesh including degenerated faces built
near degenerated EDGEs.
2014-07-17 18:26:33 +04:00
eap
2e43961579
IPAL0052448: Too thin viscous layers are constructed
2014-07-08 20:07:00 +04:00
eap
440a39776f
22580: EDF 8049 SMESH: Problems with viscous layer
...
Overcome the problem of thickness limited by radius of curvature of faces
2014-05-28 18:30:52 +04:00
eap
c85da25c70
52426, 22582: EDF 8036 SMESH: ConvertToQuadratic fails with theForce3d off
...
For ConvertToQuadratic: fix a case with a seam edge located not at zero parameter
For Viscous layers: fix getting normal at a corner classified as 'Reversed' (+-PI)
2014-05-21 14:48:00 +04:00
akl
b0a908c0d2
Update copyrights 2014.
2014-02-20 16:25:37 +04:00
eap
0280d2e6a7
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
...
Fix "int WrapIndex(const int ind, const int nbNodes)" for ind=-4 and nbNodes=4
2013-11-22 12:34:45 +00:00
eap
56fa701d47
022398: EDF 2783 SMESH: No end with viscous layer computation
...
+ static double GetAngle( const TopoDS_Edge & E1, const TopoDS_Edge & E2, const TopoDS_Face & F);
2013-11-12 14:46:58 +00:00
eap
09020c0206
fix a comment
2013-07-31 11:18:51 +00:00
eap
a77a5a1a51
0022103: EDF 2550 SMESH : Allow viscous layer with 3D extrusion
...
= Allow viscous layers on boundary EDGEs of a 2D sub-mesh
Make const GetNodeU()
2013-06-04 14:58:08 +00:00
eap
8506f58d10
0022106: EDF 2464 SMESH : Split quadrangles in 4 triangles
...
Fix position of a central node of a distorted bi-quadratic triangle
+ * \brief Return UV for the central node of a biquadratic triangle
+ */
+ static gp_XY GetCenterUV(const gp_XY& uv1,
+ const gp_XY& uv2,
+ const gp_XY& uv3,
+ const gp_XY& uv12,
+ const gp_XY& uv23,
+ const gp_XY& uv31,
+ bool * isBadTria=0);
2013-05-22 14:58:06 +00:00
eap
098ecf81c2
0022100: EDF 2413 SMESH: Take into account TRIA7
...
+ const SMDS_MeshNode* GetCentralNode(const SMDS_MeshNode* n1,
+ const SMDS_MeshNode* n2,
+ const SMDS_MeshNode* n3,
+ const SMDS_MeshNode* n12,
+ const SMDS_MeshNode* n23,
+ const SMDS_MeshNode* n31,
+ bool force3d);
2013-05-16 16:28:40 +00:00
vsr
bd8f1aee7c
Merge from V6_main 01/04/2013
2013-04-01 13:05:47 +00:00
vsr
7aebb99e42
Merge from V6_main 06/03/2013
2013-03-06 13:57:01 +00:00
vsr
88b3dbe23b
Merge from V6_main 28/02/2013
2013-02-28 15:07:35 +00:00
vsr
9a54694a0a
Merge from V6_main 11/02/2013
2013-02-12 14:37:44 +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
vsr
0635c9fc80
Merge from BR_V5_DEV 16Feb09
2009-02-17 05:27:49 +00:00
jfa
79b1ac2b6d
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
2008-03-07 07:47:05 +00:00
jfa
c63ee099ad
Join modifications from branch BR_DEBUG_3_2_0b1
2006-06-01 11:39:17 +00:00
jfa
57b43b4d01
Join modifications from branch OCC_debug_for_3_2_0b1
2006-05-06 08:51:48 +00:00