eap
6dcb33ab2f
[HYDRO module - Feature #523 ] river, channel, embankment meshing
2015-06-15 21:31:23 +03:00
eap
53a2fb6d67
IPAL52726: Hypotheses are missing from Object Browser after re-assignement
...
Fix addReference() in SMESH_Gen_i_1.cxx
IPAL52649: Irregular mesh created by Extrusion 3D algo
Add projectQuads() (not used so far) in StdMeshers_Projection_2D.cxx
Fix errors detected by PVS-Studio as reported in www.viva64.com/en/b/0322/
2015-05-05 15:47:33 +03:00
eap
6c4a9f32ed
IMP 22792: EDF 8159 SMESH: Multi-dimensional extrusion/extrusion along a path/revolution
...
+ Pre-open MED file to speed-up reading/writing (following 22349)
+ Clock-cursor in Display Entity dlg
+ In Filter dlg, do not perform filtering if it's not needed
+ In Group dlg, store a user-given name of a new group
+ Clock-cursor after hypothesis modif as mesh clearing can be long
+ Treat selected object right at opening of Measure dlgs
+ Allow removal of elements in a not shown mesh
+ Make filter work on a not shown mesh
+ Don't leave orphan nodes at RemoveGroupWithContents
+ Avoid crash when exporting a group + fields
2015-03-17 15:06:56 +03:00
ana
0e01b1efdf
Windows compatibility
2015-03-04 16:56:54 +03:00
vsr
5e086fb537
Fix-up dependencies
2015-02-24 11:24:33 +03:00
akl
251f8c052d
Copyrights update 2015.
2015-02-13 12:38:36 +04:00
eap
b385a0679d
52499: Prismatic mesh is not computed on a prismatic shape
...
22701: EDF SMESH: Crash when creating mesh
1) Search of transformation using a least-square approximation
2) Compute internal prism nodes using the found transformation
2014-09-24 17:38:27 +04:00
skv
d9faba6c84
OCCT dev version porting (6.7.2)
2014-07-09 17:36:23 +04:00
eap
69f064e122
IPAL52444: Viscous Layers and Projection fail
2014-07-07 19:41:18 +04:00
ana
7b2a4147d2
Windows compatibility
2014-06-19 19:54:36 +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
rnv
462fad4cea
Fix a problem with the zero file descriptor.
2014-05-05 19:35:24 +04:00
eap
2107fb0fba
SALOME_TESTS/Grids/smesh/bugs_09/J9
...
In CreateMeshFrom*(), throw an exception if the file does not exist
2014-04-30 14:22:37 +04:00
eap
4edb4666f4
SALOME_TESTS/Grids/smesh/3D_mesh_NETGEN_02/C1
...
File descriptor 0 is valid
2014-04-29 20:31:59 +04:00
eap
5c5fea746a
22564: EDF SMESH: Regression, FindNodeClosestTo does not return the right node on Salome_master/OCCT_6_7_1_beta
...
Refix 22511: EDF 2845 SMESH : error with UseExistingFaces
2014-04-17 17:45:55 +04:00
eap
32db05b07f
Performance regression on SALOME_TESTS/Grids/smesh/bugs_16/S9
2014-04-01 20:48:00 +04:00
rnv
9acd4347a6
Compilation on Windows platform.
2014-04-01 13:28:48 +04:00
eap
17de6ce8ed
22511: EDF 2845 SMESH : error with UseExistingFaces
...
Fix regression of SALOME_TESTS/Grids/smesh/bugs_19/X7
2014-03-21 18:42:23 +04:00
eap
99c67a994b
22525: EDF 2863 SMESH : problem between BLSurf with viscous layer and projection
...
Always check zero UV
2014-03-21 16:27:14 +04:00
eap
e09cefb492
22308: EDF 2572 SMESH: Can't import a file with a non ascii character in the path
...
Replace OSD_Path, which does not support non-ascii coding, by SMESH_File
2014-03-21 14:53:47 +04:00
eap
0ea528b07f
22516: [CEA 1075] Quadrangle mapping produces a bad mesh without raising error
...
Check that no inverted elements generated
2014-03-18 16:38:47 +04:00
eap
7853f15768
22511: EDF 2845 SMESH : error with UseExistingFaces
2014-03-13 19:21:35 +04:00
eap
e8f98d7a50
22364: EDF SMESH: Create Mesh dialog box improvement: hide inapplicable algorithms/hypotheses
...
+ /*!
+ * \brief Auto pointer
+ */
+ template <typename TOBJ> struct Deleter
2014-02-25 18:50:48 +04:00
akl
b0a908c0d2
Update copyrights 2014.
2014-02-20 16:25:37 +04:00
eap
d2c62e114d
22316: EDF 2719 SMESH: Split hexas into prisms
...
+ double GetDistance( const SMDS_MeshElement* elem, const gp_Pnt& point );
+ double GetDistance( const SMDS_MeshEdge* edge, const gp_Pnt& point );
+ double GetDistance( const SMDS_MeshVolume* volume, const gp_Pnt& point );
2014-01-20 10:35:19 +00:00
vsr
f7aba4830d
Merge from BR_imps_2013 14/01/2014
2014-01-15 09:41:17 +00:00
eap
620c78e582
+ bool findUVByHalfDivision( const gp_Pnt& thePoint, const gp_XY& theUV,
...
+ const TFace& tface, gp_XYZ& theParams);
+ bool findUVAround( const gp_Pnt& thePoint, const gp_XY& theUV,
+ const TFace& tface, gp_XYZ& theParams, int nbGetWorstLimit );
2013-11-22 13:17:00 +00:00
eap
89eaa44e08
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
...
+ COMPERR_BAD_PARMETERS = -13, //!< incorrect hypotheses parameters
2013-11-22 12:35:35 +00:00
eap
58d829687d
22355: EDF SMESH: New 1D hypothesis "Adaptive"
...
Make all fields protected
2013-10-21 13:07:09 +00:00
eap
c34100e8f8
22355: EDF SMESH: New 1D hypothesis "Adaptive"
...
Make myBox protected
2013-10-21 08:21:05 +00:00
rnv
e33e8e2029
WIN32 compilation of the SMESH module:
...
1) Fix common WIN32 compilation errors.
2) Replace WNT deprecated macro definition by the WIN32.
3) Remove unnecessary test executables.
4) Make MEFISTO2D algorithm optional: try to determine f2c generator and generate C code from Fortran, otherwise MEFISTO2D is unavailable.
2013-10-18 13:29:00 +00:00
eap
ed55bd5c25
22355: EDF SMESH: New 1D hypothesis "Adaptive"
...
make getChildIndex() static
2013-10-17 12:48:25 +00:00
rnv
1bd4ba8acd
Porting SALOME SMESH module to the CMake build system: initial version.
2013-10-10 12:57:42 +00:00
eap
24a2dcb5a8
enable ComputeParameters() to find a better solution in hard cases
...
(concave faces)
+ void refineParametersOnFace( const gp_Pnt& thePoint, gp_XYZ& theParams, int theFaceID );
2013-09-03 10:33:38 +00:00
prascle
ef59152514
PR : merge from V7_2_1p1
...
memory leaks, bug in import 1D for cracks
M src/SMDS/SMDS_UnstructuredGrid.cxx
M src/SMESH/SMESH_MeshEditor.cxx
M src/SMESH/SMESH_MesherHelper.cxx
M src/SMESHUtils/SMESH_MeshAlgos.cxx
M src/SMESHUtils/SMESH_MeshAlgos.hxx
M src/SMESHUtils/SMESH_Octree.hxx
M src/SMESHUtils/SMESH_Tree.hxx
M src/SMESH_PY/smeshstudytools.py
M src/StdMeshers/StdMeshers_Import_1D.cxx
2013-08-03 11:11:12 +00:00
eap
e11c322ee9
22261: EDF 2698 SMESH: Memory leak when displaying 2D quadratic elements as arcs
...
Pb: myLimit leaks if it was not provided at construction
2013-07-24 14:49:27 +00:00
eap
8fe58da2fc
small optimization
2013-07-24 14:48:32 +00:00
eap
2e6e5e83cb
dos2unix
2013-07-24 12:43:59 +00:00
eap
dccff92fcb
0022103: EDF 2550 SMESH : Allow viscous layer with 3D extrusion
...
= Allow viscous layers on boundary EDGEs of a 2D sub-mesh
In ComputeParameters(), more attempts to get a correct result
2013-06-04 15:00:45 +00:00
eap
b73a05d5ec
0022098: EDF 2036 SMESH: Create groups from none conected parts of a mesh
...
Move SMESH_ElementSearcher to from SMESH/SMESH_MeshEditor.hxx SMESHUtils/SMESH_MeshAlgos.hxx
in order to make SMESH_ElementSearcher accessible from Controls/SMESH_Controls.cxx
+ SMESH_MeshAlgos.cxx
2013-05-16 16:35:18 +00:00
eap
180deae521
Regression of XSMESH_TEST/SMESHCOMMON/SMESH_TEST/Grids/smesh/bugs12/M6
...
typedef std::map<const SMDS_MeshElement*,
- std::list<const SMDS_MeshElement*> > TElemOfElemListMap;
+ std::list<const SMDS_MeshElement*>, TIDCompare > TElemOfElemListMap;
2013-04-24 12:56:57 +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
9a54694a0a
Merge from V6_main 11/02/2013
2013-02-12 14:37:44 +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