2569 Commits

Author SHA1 Message Date
Pascal Obry
6fd9b84f2f Do not use Python 3.6 constructs.
We must keep Python 3.5 compatibility as this is the latest
version on Debian 9.
2020-03-05 10:07:24 +01:00
eap
f696404ceb #18803 [CEA 18712] Mesh.ReorientObject(groupVolumes) generates a SIGSEV with SMESH branch rnv/pv58_1 + ParaView 5.8 2020-03-04 18:28:04 +03:00
rnv
78db25bc6b Build on Windows. 2020-03-03 13:49:09 +03:00
eap
550311af7b Porting to ParaView 5.8: fix SMDS_UnstructuredGrid::compactGrid() 2020-03-02 18:23:17 +03:00
Anthony Geay
9334054522 Make SMESH_creating_meshes_ex07 test OK 2020-03-02 13:58:45 +03:00
Anthony Geay
63b50e5655 creating_meshes_ex02.py test is now OK 2020-03-02 13:58:37 +03:00
Pascal Obry
db1b536077 SMDS: Fix use of this->CellLocations due to vtk changes.
This fixes many smesh tests. 159 where failing (out of 160)
and now only 59 are failing. So 100 tests fixed.
2020-03-02 13:58:18 +03:00
Pascal Obry
2b9c7dbd89 SMDS: Minor style fixes. 2020-03-02 13:58:10 +03:00
vsr
f6eda21648 Porting to ParaView 5.8: additional changes 2020-02-28 17:54:05 +03:00
vsr
6052d887af Porting to ParaView 5.8: additional changes 2020-02-28 16:50:12 +03:00
rnv
f7af3a0852 Build on Windows 2020-02-26 14:24:35 +03:00
Pascal Obry
936ba5b4fb Port Smesh to ParaView 5.8. 2020-02-26 14:24:35 +03:00
eap
cc7e17c1ba Fix doc on Update menu V9_5_0a1 2020-02-26 12:03:13 +03:00
eap
e6f1c5ae12 Fix issue reported in https://www.salome-platform.org/forum/forum_10/180510604 2020-02-26 12:02:38 +03:00
eap
0e63df0f03 Fix regression of smesh/bugs_14/P7 2020-02-26 11:59:42 +03:00
eap
afef8ccaa7 Restore usage of GenericObject wraper ( _wrap ) 2020-02-21 21:19:12 +03:00
eap
dfcc0eb72b Fix Body Fitting regression on smesh/imps_11/M3 2020-02-21 20:30:54 +03:00
vsr
6472eab132 Merge branch 'occ/shaper2smesh' 2020-02-21 17:00:22 +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
90741df834 Fix regression of Extrusion 3D caused by OCCT changes 2020-02-20 19:28:41 +03:00
eap
78e005bc86 Enable creation of group of edges lying on wires using Mesh.Group() 2020-02-19 17:15:03 +03:00
eap
3e0873e7ff Fix regression of #17828: Polyhedron Mesh volume calculation 2020-02-18 14:39:31 +03:00
eap
48d9b5a07c Fix negative volume of valid but small polyhedron
https://salome-platform.org/forum/forum_10/547695356
2020-02-17 21:34:19 +03:00
rnv
0fe03353fe Fix for '#18728[CEA][Windows] SMESH compilation broken __cdecl SMESH::GetMeshesUsingAlgoOrHypothesis' 2020-02-17 19:17:08 +03:00
Anthony Geay
847109ca10 Fix compilation problem when vtkIdType is 64bits integer 2020-02-17 13:02:16 +01:00
eap
650885c135 #17237: Body fitting on sub-mesh, #16523: Treatment of internal faces 2020-02-14 18:47:13 +03:00
eap
66ec81f68d #16522 [CEA 7599] Viscous layers hypothesis: extract layers as a group
1) Fix invalid python dump (missing Compute() before GetGroups())
2) Remove a group if group name changes
3) Remove an actor of a removed group
2020-02-14 18:11:57 +03:00
eap
70eb9c09d0 #16522 [CEA 7599] Viscous layers hypothesis: extract layers as a group 2020-02-14 18:11:56 +03:00
mpv
59fe51ff7f Correct python dump for the SHAPERSTUDY part of the script 2020-02-14 15:51:40 +03:00
eap
788e2d8114 Fix Break Link called from TUI 2020-02-14 14:16:51 +03:00
vsv
77a0ffa4a1 Set warning icon for mesh without geometry 2020-02-14 11:25:44 +03:00
mpv
09e4b58983 Fix for the break-link dump into python: also sub-mesh references must be updated. 2020-02-13 19:09:53 +03:00
eap
bda71f4197 Prevent crash at too small comment ratio of geometric progression hypothesis 2020-02-13 13:37:31 +03:00
vsv
800fdf5fdc Do not remove Mesh on geometry change according to request #3134 2020-02-12 16:35:57 +03:00
mpv
4f9b4e3fb3 Make the dead shape correctly referenced by SMESH mesh after loading the python dump script 2020-02-07 15:42:25 +03:00
eap
2fb74f97f6 #18665 [CEA 17339] Polyhedron volume calculation 2020-02-06 13:33:19 +03:00
eap
7cda93af40 Make SetNodeOnEdge() tell a valid range if U is invalid
Inspired by https://salome-platform.org/forum/forum_10/103286584
2020-02-05 18:38:06 +03:00
eap
eb32ac37f3 #17351 [CEA] Mesh with Polyhedron 2020-02-05 16:15:42 +03:00
eap
93781217ab #16479 [CEA 12950] ViscousLayers hypothesis and periodic condition 2020-02-05 16:05:45 +03:00
mpv
2cdec6ec50 Support of python dump in SHAPER STUDY 2020-01-30 19:18:32 +03:00
vsr
76ead36bb3 bos #18467 Remove deprecated environment variables 2020-01-29 15:05:29 +03:00
rnv
e374376aa6 bos #18641 [CEA 18636][Windows] SMESH_MeshersList environment variable separator 2020-01-29 15:02:42 +03:00
vsr
0c8b79a917 bos #18601 GMSH is missing from SMESH algorithms when 2D model is selected 2020-01-28 18:05:11 +03:00
eap
ab494e654a New mesh icon if geometry changes 2020-01-28 17:14:39 +03:00
rnv
7d3e4fc0b1 bos #18659 [CEA][Windows] SMESH compilation issue 2020-01-28 16:45:37 +03:00
eap
c4d4c3be32 Fix exception at Break Link after shaper group modification
Scenario:
- Create a mesh on a box with sub-mesh on a group
- Modify group in shaper
- Switch to SMESH and Break Link ==> SIGSEGV
2020-01-24 21:36:13 +03:00
eap
24a67a7033 #17845 [EDF] Modifications of Automatic meshing
1) Make "Free Hexahedralization" unavailable if NETGEN preferred over MeshGems
2) BUG: Hyposets do work only with English language
2020-01-24 19:09:39 +03:00
eap
4cb88409b2 Fix dump for #17845 [EDF] Modifications of Automatic meshing 2020-01-24 19:09:38 +03:00
eap
f67cc2cf76 #17845 [EDF] Modifications of Automatic meshing
Fixes for remarks
2020-01-24 19:09:38 +03:00
eap
5dcb2f2b46 #17845 [EDF] Modifications of Automatic meshing 2020-01-24 19:09:38 +03:00