Commit Graph

2289 Commits

Author SHA1 Message Date
Paul RASCLE
9cef4666a1 introduction of MED write/append with a lower major version of MED file format (hdf5 >= 1.10.2 needed) 2018-10-08 16:31:40 +02:00
rnv
15fdc1b6fc '/usr/bin/env python' -> '/usr/bin/env python3' 2018-09-19 18:32:46 +03:00
eap
807d754b0e 23586: [EDF] HYDRO: Copy mesh to new geometry
fix highlighting at mesh computing
2018-09-18 17:38:32 +03:00
eap
6df8817c1a 23586: [EDF] HYDRO: Copy mesh to new geometry 2018-09-17 22:24:36 +03:00
vsr
37d2abfafb 0023591: [EDF] Add test to check meshing plug-ins to SMESH module
- additional fix: add new test case to check with 'salome test'
2018-09-17 15:11:07 +03:00
vsr
646d8ac2aa 0023591: [EDF] Add test to check meshing plug-ins to SMESH module 2018-09-14 12:08:44 +03:00
Paul RASCLE
54ac9a308a fix for parallel compilation with CMake 3.12.1 2018-09-13 11:31:33 +02:00
vsr
8d297d6698 Merge remote branch 'origin/V8_5_asterstudy' 2018-09-12 10:49:27 +03:00
rnv
9e3de95a12 Increment version: 9.1.0 2018-09-11 17:47:20 +03:00
vsr
98e8c17721 0023580: [EDF] AsterStudy: more distinct display of selected items in 3D view 2018-09-11 14:51:38 +03:00
rnv
c5f8cda9bf SALOME 9.1.0 Windows version 2018-09-07 15:00:24 +03:00
eap
00bd895f44 Regression revealed after restoring mesh data destruction at study closing 2018-09-06 16:12:29 +03:00
vsr
8c67d06369 Each SMESH engine should publish its data in a study in a separate SComponent 2018-09-03 16:33:12 +03:00
eap
14866e6309 Fix Python dump of ExportPartToMED() 2018-09-03 14:52:55 +03:00
eap
5552aec787 Regression: mesh objects are not deleted => memory leaks 2018-08-31 15:35:57 +03:00
Paul RASCLE
db7a4ffa0c abort when using SMESH GUI for creating a mesh from a geometry (while testing suitable algorithms) 2018-08-29 16:40:12 +02:00
Paul RASCLE
5fb78e0913 add script for a YACS test: foreach loop, parallel geometry and mesh (see YACS samples for yacs schema) 2018-08-29 16:36:01 +02:00
Anthony Geay
c79e2b20d5 Overload of ExportMED method of SMESH_Mesh proxy was not OK. Revealed by EDF non regression test "coude_demo_V2_1_0" 2018-08-27 14:52:30 +02:00
eap
3fcd996c94 Avoid crash at "import smesh_selection" in terminal mode
+ don't print useless mesh log
2018-08-24 18:47:47 +03:00
eap
8af480d893 Allow saving groups with non-ascii names.
+ Fix UTF8-invalid group names present in MED file
2018-08-23 18:10:56 +03:00
eap
2f529dcd26 54355: 'Compute' button is absent for 'Number of the double nodes' value in 'Mesh Information' dialog in 'Quality Info' tab.
+ fix regression of QuadFromMedialAxis
+ fix invalid icon of sub-mesh on wire (SMESH_subMesh_i.cxx)
2018-08-22 20:46:26 +03:00
eap
aa574473cf Fix some tests regressions
+ time optimization of ex12_grid17partition.py
2018-08-21 15:06:54 +03:00
eap
5c79b298da Provide missing TUI examples of some algorithms 2018-08-20 18:00:59 +03:00
rnv
aa8fa5eaad Detect sphinx theme directly in conf.py.in file 2018-08-09 19:40:37 +03:00
eap
3781c2c7d6 Regression of SALOME_TESTS/Grids/smesh/3D_mesh_Extrusion_01/B8
Optimize iteration on sub-mesh elements

+ minor doc fix
2018-08-08 16:55:53 +03:00
eap
35012b0a3d Fix mixed Python dump of a new and a closed study 2018-08-01 18:41:11 +03:00
Paul RASCLE
a8d98187a5 Revert "allow utf-8 variables names in Python dump"
Needs a more in depth analysis...
This reverts commit 50b5fac2a8.
2018-07-27 17:44:09 +02:00
Paul RASCLE
c600d3a4e7 Merge remote-tracking branch 'origin/master' 2018-07-26 19:36:06 +02:00
Paul RASCLE
50b5fac2a8 allow utf-8 variables names in Python dump 2018-07-26 19:35:16 +02:00
Paul RASCLE
4e4f62e33a debug exporting MED files 2018-07-26 19:33:30 +02:00
eap
088e26c781 Fix up PressureValve test 2018-07-26 15:23:53 +03:00
eap
9133087aaa ASERIS: Return a group from FillHole()
+
1) Minor doc imp
2) Fix a bug that some filters can't work with SMESH::ALL element type
3) Fix an icon of imported meshes
2018-07-26 13:38:58 +03:00
vsr
b51815efc6 Fix compilation pb caused by commit 49ff23c9 2018-07-26 12:55:31 +03:00
Paul RASCLE
8b8421ca19 keep debug traces in export MED dialog 2018-07-19 10:53:18 +02:00
Paul RASCLE
3785fda32c Merge remote-tracking branch 'origin/master' 2018-07-19 09:14:10 +02:00
eap
fe4d201b78 IPAL54414: MED file info is not persistent 2018-07-18 18:15:22 +03:00
Paul RASCLE
e330934ca6 Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/smesh 2018-07-18 15:51:52 +02:00
Paul RASCLE
c58add1af5 debug exporting MED files, adding meshes, different MED versions... 2018-07-18 15:51:37 +02:00
eap
b4ddd97db8 Workaround failure of test Tools/MacMesh/PressureValve.py 2018-07-18 16:02:57 +03:00
eap
ba0f425284 23566: EDF 17146 - Problem with viscous layer 2018-07-17 16:21:24 +03:00
eap
2dff514922 23566: EDF 17146 - Problem with viscous layer 2018-07-16 19:07:34 +03:00
eap
78a29bb103 fix script SALOME_TESTS/Grids/smesh/bugs_00/A3
prevent publishing, that was forbidden
2018-07-16 19:01:43 +03:00
Paul RASCLE
49ff23c94f reintroduction of choice of MED minor version when exporting MED files 2018-07-13 16:23:54 +02:00
rnv
ec2b6eb2fb Merge remote-tracking branch 'origin/ngo/FixVerima' 2018-07-13 09:56:41 +03:00
rnv
32d14d3084 Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/smesh 2018-07-13 09:51:25 +03:00
rnv
560f8b2d0c Unicode support 2018-07-13 09:51:07 +03:00
NATHALIE GORE
7334d6f9f7 Fix pour Verima Python 3 2018-07-12 15:10:12 +02:00
eap
1b80c8bc60 Restore change of mesh icon depending on its status
now icons are updated on the engine side

+ Remove deprecated smesh.py
2018-07-10 17:41:10 +03:00
Paul RASCLE
c21442db90 debug biquad_penta 2018-07-06 16:50:24 +02:00
eap
9bbf8d875f [HYDRO] Lot 16: Allow resizing Order of sub-meshes dialog 2018-07-05 18:52:28 +03:00