eap
e9ce775931
bos #24052 [CEA 24050] Body Fitting with shared faces
...
+ fix merging polyhedra
2021-07-28 19:14:53 +03:00
eap
b093728299
bos #20256 : [CEA 18523] Porting SMESH to int 64 bits
2021-04-20 16:04:08 +03:00
vsr
a274ade365
Copyright update 2021
2021-03-23 17:44:29 +03:00
eap
2f4749af53
#18963 Minimize compiler warnings
...
fix the rest warnings
2020-12-09 22:12:51 +03:00
SALOME
cb55604f37
#18963 Minimize compiler warnings
2020-12-08 16:46:17 +03:00
eap
3d87656309
#19913 [CEA] Crash when compute mesh with body fitting and shared faces
...
fix elements on top of cylinder
2020-08-20 20:05:57 +03:00
eap
66de7ed40f
#19913 [CEA] Crash when compute mesh with body fitting and shared faces
...
1) fix the crash
2) fix missing volumes when taking shared faces into account
overlapping volumes remain to fix
2020-08-19 11:56:22 +03:00
eap
951dd4234e
#19887 [CEA] Body fitting missing some faces and generates not-wanted splitted elements
...
Remove excess nodes
2020-08-14 15:58:50 +03:00
eap
14662b2361
#19887 [CEA] Body fitting missing some faces and generates not-wanted splitted elements
...
Excess edges removed (nodes still remain)
2020-08-12 21:45:23 +03:00
eap
9d1d5827c6
#19887 [CEA] Body fitting missing some faces and generates not-wanted splitted elements
...
fix missing faces
2020-08-10 17:08:26 +03:00
vsr
0fc0831670
Copyright update 2020
2020-04-15 18:19:44 +03:00
eap
d46c8ad014
Fix regression of cartesian_algo.py example
2020-03-03 14:57:40 +03:00
eap
dfcc0eb72b
Fix Body Fitting regression on smesh/imps_11/M3
2020-02-21 20:30:54 +03:00
eap
13b3c4bbb9
Fix regression of smesh/bugs_13/N3 (Body Fitting) and SIGSEGV at killSalome.py
2020-02-21 13:47:31 +03:00
eap
650885c135
#17237 : Body fitting on sub-mesh, #16523 : Treatment of internal faces
2020-02-14 18:47:13 +03:00
rnv
46f1ca0181
Porting to latest TBB on Windows.
2019-08-30 18:48:46 +03:00
vsr
6d32f944a0
Update copyrights
2019-02-14 15:33:05 +03:00
rnv
b7a7d49664
Merge V9_dev branch into master
2018-06-14 14:56:19 +03:00
eap
4c16067d42
23418: [OCC] Mesh: Minimization of memory usage of SMESH
2018-04-05 15:08:14 +03:00
eap
3a821b48ba
GPUSPHGUI: add Offset transformation
2018-02-09 22:41:01 +03:00
rnv
7a3ecab720
Merge 'master' branch into 'V9_dev' branch.
2018-01-18 19:31:08 +03:00
eap
80637e48ef
typo-fix by Kunda
...
http://www.salome-platform.org/forum/forum_10/195000978
2018-01-09 13:48:40 +03:00
rnv
10191484fe
Merge changes from 'master' branch.
2017-12-29 16:20:32 +03:00
eap
04f9972521
Typo-fix by Kunda
...
http://www.salome-platform.org/forum/forum_9/22126441
2017-12-28 14:28:17 +03:00
vsr
9d73526fbc
Clean-up deprecated OCCT-related code
2017-09-25 16:12:08 +03:00
rnv
8a9d91b414
Merge branch 'master' into V9_dev
2017-07-20 12:00:49 +03:00
mnt
4fa5fdbd44
Porting to DEV version of OCCT.
2017-07-07 12:09:54 +03:00
rnv
264eeb2edd
Merge multi-study removal branch.
2017-06-13 13:01:10 +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
2ba55546bd
IPAL53716: Body Fitting - cavities in mesh mismatch cavities in geometry
2016-12-21 19:46:09 +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
ef3921b2af
IPAL52980: Wire Discretization with Table density fails
...
fix this problem for all 1D hypotheses (StdMeshers_Regular_1D.cxx)
Bug report: http://www.salome-platform.org/forum/forum_10/636759606
Fix compilation warnings:
- unused function
- missing virtual destructor
- variable set but not used
2016-06-10 20:47:53 +03:00
eap
8d3d2084b7
BUG: impossible to import a med file of size more than MAX_INT (~2.1 Gb)
...
(SMESH_File.*)
Fix an error of porting to OCCT-7
(StdMeshers_Cartesian_3D.cxx)
Remove useless MESSAGE's
2016-06-09 14:22:37 +03:00
mpa
e77162f42f
Migration to OCCT 7.0
2016-05-25 18:57:32 +03:00
eap
65c1beab50
Fix regressions
...
1) 2D_mesh_QuadranglePreference_01/B5 ( StdMeshers_Quadrangle_2D.cxx )
2) viscous_layers_01/B2, B8 ( StdMeshers_ViscousLayers.cxx )
+ Fix compilation warning "variable may be used uninitialized"
2016-05-19 20:50:08 +03:00
vsr
7eda9ca931
Copyright update: 2016
2016-03-18 20:10:28 +03:00
eap
59627b07d7
Fix compilation errors using gcc-5.X relating to explicit stream::operator bool()
...
+ Fix compilation warnings
2016-01-13 16:47:35 +03:00
eap
831ca6c828
IPAL52980: Wire Discretization with Table density fails
...
(StdMeshers_Regular_1D.cxx)
+ Compilation warnings
+ WIN specific errors
(StdMeshers_Adaptive1D.cxx)
2015-11-19 14:29:23 +03:00
vsr
a4216ec9d0
Enable C++0x/C++11 support
2015-10-29 13:56:02 +03:00
akl
251f8c052d
Copyrights update 2015.
2015-02-13 12:38:36 +04:00
imn
f488c3c07d
Remove obsolete OCC_VERSION_LARGE defines.
2014-09-26 11:09:09 +04:00
eap
1eb7dc9cd0
0052474: Body Fitting with "Implement Edges"=ON crashes SALOME
...
Fix sortVertexNodes() for the case of a FACE with several WIREs
2014-08-04 17:37:39 +04:00
eap
e430c16626
Fix a crash on geometry of http://www.salome-platform.org/forum/forum_10/670730490
2014-05-14 13:17:58 +04:00
eap
9c53b386de
22536: EDF 2876 SMESH : Problem with BodyFitting
...
fix for a case of cylinder on a box
2014-04-17 14:04:29 +04:00
eap
86a1fe792f
22536: EDF 2876 SMESH : Problem with BodyFitting
...
fix regression on doc/salome/examples/cartesian_algo.py
2014-04-07 12:54:17 +04:00
eap
878b3315d9
22536: EDF 2876 SMESH : Problem with BodyFitting
...
care of handedness of primitive shapes
2014-04-04 15:57:08 +04:00
eap
b56d0083b9
0022360: EDF SMESH: Body Fitting algorithm: incorporate edges
...
new version
2014-03-19 22:06:53 +04:00
eap
afed1e3409
22360]: EDF SMESH: Body Fitting algorithm: incorporate edges
...
Fix a case with vertex falling on a facet and not used at facet construction
2014-02-27 11:53:03 +04:00
akl
b0a908c0d2
Update copyrights 2014.
2014-02-20 16:25:37 +04:00
eap
790cad1c40
0022360: EDF SMESH: Body Fitting algorithm: incorporate edges
...
Treat tangent transition at the 1st link node
2014-02-20 12:58:43 +04:00