eap
3afca7a3ff
#19926 [CEA 19782] renumbering meshes \\ fix excess nodes
2020-10-15 18:02:26 +03:00
eap
abc50b5f49
#19926 [CEA 19782] renumbering meshes
2020-10-15 17:01:10 +03:00
eap
d245f797f1
#19926 [CEA 19782] renumbering meshes
2020-10-15 16:57:54 +03:00
eap
34d237befe
fix missing "break"s
2020-10-14 13:41:45 +03:00
eap
981e2bca16
bos #19961 EDF 21858 - ExportMED
2020-10-12 17:15:51 +03:00
eap
50479f058d
#19982 EDF 21954 - Compute mesh fails -------- compilation error
2020-10-12 12:38:29 +03:00
eap
1ce54e1c12
#19982 EDF 21954 - Compute mesh fails
2020-10-12 11:47:53 +03:00
jfa
611b13e233
bos #20082 : Set reverse edge in GeometricProgression fails
2020-10-06 15:46:44 +03:00
eap
222d596e3b
#19993 [CEA 17873] Delete group with contents crash
2020-09-28 14:18:24 +03:00
Gérald NICOLAS
a5b6754422
Mise à jour des messages de SMESH
2020-09-22 15:57:14 +02:00
Gérald NICOLAS
ea6d39162c
Update translations to French
2020-09-18 11:18:36 +03:00
Gérald NICOLAS
3c6c99661b
Mise à jour des traductions vers le français
2020-09-18 09:30:00 +02:00
Gérald NICOLAS
847a84b772
Merge remote-tracking branch 'origin/master' into gni/documentation
2020-09-18 09:17:51 +02:00
Gérald NICOLAS
f40eff6896
Mise à jour des traductions vers le français
2020-09-18 09:17:31 +02:00
vsr
a88c5ba91e
Merge 'gni/documentation'
2020-09-16 09:44:23 +03:00
Gérald NICOLAS
b5294e25f9
Accès à la documentation de référence de MeshGems
2020-09-15 18:00:26 +02:00
Viktor UZLOV
aca37fd07f
#19889 [CEA] No more items available in context menu after delete group with contents
2020-09-14 12:21:01 +03:00
mpv
3632886261
#19919 [CEA] Group of Edges reported as empty
...
Make mesh marked by ! sign if after breaking link the referenced shape becomes different from the shape used for meshing before.
2020-09-04 17:46:03 +03:00
eap
f6bd1b130c
Fix imps_02/C7
2020-08-28 13:08:19 +03:00
eap
dd1c96d8ed
Fix error of unreachable code
2020-08-27 14:03:34 +03:00
mpv
04b9d63d5a
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/smesh
2020-08-24 16:40:31 +03:00
mpv
338d12a959
#19919 [CEA] Group of Edges reported as empty
...
Clear shapes-cash in GEOMClient also for sub-meshes objects.
2020-08-24 16:38:41 +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
eac64fdf48
In dump script avoid removing missing geom objects
2020-08-10 17:43:45 +03:00
eap
c85f79dfca
Operation Show Meshing Errors does not work
2020-08-10 17:42:16 +03:00
eap
6c91402a6f
Fix memory leaks in SMESHGUI_Displayer::canBeDisplayed()
2020-08-10 17:16:36 +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
eap
f435fe5c82
Enable simultaneous usage of several StdMeshersGUI_SubShapeSelectorWdg's
...
Add SMESH_Gen_i::CountInPyDump(text) which is useful for defining uniquely
named variables in dump python scripts
2020-08-07 12:14:55 +03:00
eap
dbbd8a2dbe
Protection for the case of python command wrapped over several lines
2020-07-31 20:27:23 +03:00
eap
e85e13ee2a
#19765 EDF 21730 - long time to load med file file with huge amount of groups
2020-07-20 10:13:03 +03:00
eap
d55dbe18f5
Merge remote-tracking branch 'origin/V9_5_BR'
...
Conflicts:
src/SMESH_I/SMESH_Mesh_i.cxx
2020-07-10 19:33:14 +03:00
eap
29c693b1c3
#18708 EDF 20746 - Strange behaviors after loading YACS
...
Pb was in clashing class names (chrono.hxx) in SMESH and YACS
2020-07-08 12:46:18 +03:00
vsr
9beb8d2764
bos #19219 [CEA] SIGSEGV when right-click in the view in 3D layers dialog box
2020-06-15 18:44:50 +03:00
eap
1a39b08ad9
#19232 [CEA] overal Mesh quality crash on imported MED
...
Bug reason: the med file includes polygons based on none of nodes.
Solution: forbid creating such polygons
2020-06-09 15:09:07 +03:00
mpv
a18dd5f05c
Fix for #19226 : ViscousLayers2D can't be created on a group from SHAPERSTUDY in python
2020-06-09 14:01:07 +03:00
eap
1deb1c3b7e
#19232 [CEA] overal Mesh quality crash on imported MED
...
Bug reason: the med file includes polygons based on none of nodes.
Solution: forbid creating such polygons
2020-06-09 13:58:21 +03:00
mpv
cc893fddd4
Fix for the issue #19226 : ViscousLayers2D can't be created on a group from SHAPERSTUDY in python
2020-06-05 11:59:23 +03:00
mpv
b9ebe1deb0
A quick-fix for the #19221 smeshBuilder Mesh.Group(group) does not work on SHAPERSTUDY groups
2020-06-03 17:10:45 +03:00
mpv
593c663f2d
Fix for #19201 : Can't select a SHAPER result to create a group on geometry
2020-05-28 16:44:33 +03:00
rnv
67c4262d23
Fix for '54677: TC-9.5.0: SMESH: ball visualization failed'
2020-05-28 00:00:43 +03:00
rnv
501b1a0f68
Fix for '54677: TC-9.5.0: SMESH: ball visualization failed'
2020-05-27 23:56:31 +03:00
eap
75b15d2531
Cosmetic changes
2020-05-27 20:48:43 +03:00
eap
2a5ef76d25
Fix failure of HEXOTIC/doc/salome/examples/hexoticdemo.py
2020-05-27 19:32:29 +03:00
eap
2fcf0d1b8e
Fix failure of HEXOTIC/doc/salome/examples/hexoticdemo.py
2020-05-27 15:46:46 +03:00
eap
19720c1ef8
IPAL54678: TC-9.5.0: Sub-mesh priority: not all sub-meshes are displayed in the dialog
...
+ Small improvement of a mesh context menu:
* Add "Clear + Compute" for a non-empty mesh
* Add "Show Compute Errors" for a failed meshing
* Remove "Compute" for a fully computed mesh
* Add an icon for "Export" item
2020-05-26 19:20:30 +03:00
eap
bba8dbd724
IPAL54678: TC-9.5.0: Sub-mesh priority: not all sub-meshes are displayed in the dialog
2020-05-26 17:59:55 +03:00
eap
2629c8bf51
IPAL54676: TC-9.5.0: Problem with "Radial Quadrangle 1D-2D" algo and "Local Lenght" hypo
2020-05-20 20:10:27 +03:00
eap
1cc4f6c5a9
IPAL54676: TC-9.5.0: Problem with "Radial Quadrangle 1D-2D" algo and "Local Lenght" hypo
2020-05-20 20:04:42 +03:00
eap
928a9967c9
IPAL0054674: Wrong mesh icon after mesh modification
...
+ minor doc imp
2020-05-18 21:31:22 +03:00
eap
7f8c5c9aa7
#19129 [CEA] Error export med version
...
fix error message + untabify
2020-05-18 17:45:57 +03:00
eap
4b5a9b85ae
Unify function headers
2020-05-14 17:26:57 +03:00
eap
54d90bf525
SHAPERSTUDY: Break Link when geometry not changed
2020-05-14 16:40:46 +03:00
jfa
ab46000ce3
bos #18341 : HOME environment variable
2020-05-13 17:11:19 +03:00
vsr
0a37d49f45
bos #18963 [CEA 18962] Warnings in module compilations
2020-05-11 11:14:28 +03:00
eap
4d658cb770
#19078 [CEA] Mesh Group - Group on filter
...
fix places where component name "GEOM" is used
2020-05-08 19:32:46 +03:00
rnv
20d7486abe
Fix the problem with saving a file with several meshes under Windows.
2020-05-07 17:14:56 +03:00
vsr
eb7803d480
bos #19055 Fix broken linkage on Windows (add missing GEOMUtils library)
2020-04-30 09:40:13 +03:00
eap
54580d9a2a
#19026 EDF 21355 - Problem with Belog to GEOM
2020-04-29 19:54:39 +03:00
vsr
0fc0831670
Copyright update 2020
2020-04-15 18:19:44 +03:00
eap
7406f0680a
SHAPERSTUDY: fix case of a group containing the main shape
2020-04-11 01:22:43 +03:00
eap
52a5308f7c
fix SHAPERSTUDY: when two meshes are on the same geometry
2020-04-08 19:01:46 +03:00
eap
f380991026
fix SHAPERSTUDY bugs
2020-04-08 11:19:56 +03:00
Anthony Geay
a21c246418
CEA18933 : As before, when non managed version requested, ignore and take the latest
2020-04-06 21:53:23 +02:00
Anthony Geay
29fa6f3696
simplification involved by medfile 4.1
2020-04-03 14:15:07 +02:00
mpv
bcb3b6e5cd
Fix for the issue #3200 : Can't select SHAPERSTUDY groups in Netgen local size
2020-04-03 10:59:04 +03:00
eap
ed5c94eda8
Pb: sub-mesh becomes invalid upon adding fillet to a sketch
2020-04-02 13:01:51 +03:00
eap
e7ac767896
IPAL0054629: Compute sub-mesh fails in TUI but works in GUI
2020-03-31 14:32:27 +03:00
eap
cfa95f0477
IPAL0054631: NETGEN-1D2D3D fails on two adjacent boxes with Viscous Layers
...
Bug reported in https://www.salome-platform.org/forum/forum_14/64297494#556145973
2020-03-27 22:43:20 +03:00
eap
d487f882d9
IPAL54633: Bad viscous layers
2020-03-20 18:57:40 +03:00
eap
1f0895c06c
IPAL54630: Wire discretization error
2020-03-19 17:16:21 +03:00
eap
896ab9bad6
small optimization
2020-03-18 19:02:52 +03:00
eap
24a8566eb1
#17336 [CEA 17333] Mesh offset generates a segmentation violation
2020-03-18 15:36:19 +03:00
eap
230046ed89
Task #3134 : Improve the relation between SHAPER and SMESH
...
Fix pb that sub-mesh loses hypotheses if topology changes
2020-03-17 21:23:13 +03:00
vsr
50dabfbfdf
#18861 [CEA] Unstable Netgen 1D-2D-3D algorithm: Fix crash caused by improper usage of SObject::GetFather()
2020-03-16 14:26:51 +03:00
vsr
265fc676f5
Additional minor correction to previous commit
2020-03-13 18:07:13 +03:00
vsr
d792abb5a2
bos #18858 Use sphinx_rtd_theme as theme for SALOME documentation built with Sphinx
2020-03-13 14:40:37 +03:00
mpv
d07d6a9662
Fix the problem on break link and creation of a mesh on the same geometry:
...
- In SHAPER, create a part
- Create a sketch with a rectangle
- Extrude it
- Create a group of face with the TOP face
- Create a group of face with the BOTTOM face
- In SMESH, create a mesh with Netgen 1D2D
- Compute the mesh
=> The mesh groups TOP and BOTTOM are created (if "Create all Groups on geometry" is ticked in Create mesh dialog box)
- Call Break link on Extrusion_1_1 under Mesh_1.
- Compute Mesh_1 again (it has been cleared by break link).
- In SHAPER, edit the sketch and add a fillet in a corner
- In SMESH, create another mesh with Netgen 1D2D
- Compute Mesh_2
=> The mesh groups TOP and BOTTOM are created, but they are void and have a warning sign.
2020-03-12 18:02:51 +03:00
eap
4a3d652a69
#18835 Automatically create groups on Geometry in SMESH when the SHAPER result is modified
2020-03-11 19:57:24 +03:00
rnv
61652a5871
Porting to med-4.1.0.
2020-03-11 14:39:37 +03:00
Pascal Obry
c9c3fe8924
Porting to ParaView 5.8
2020-03-11 14:37:59 +03:00
eap
54db132ba1
Fix SIGSEGV on imps_09/K0
...
Not sure about "continue;"
2020-03-10 17:11:19 +03:00
Christian Van Wambeke
8fa9e8c05f
fix #7051 libmesh5.c/h DriverGMF_Read.cxx/hxx
2020-03-04 18:54:52 +03:00
eap
0f4abfb68b
Fix regression of smesh/3D_mesh_Extrusion_00/A3
2020-03-04 18:08:41 +03:00
eap
d46c8ad014
Fix regression of cartesian_algo.py example
2020-03-03 14:57:40 +03:00
eap
b3f2b68fc2
#18782 EDF 20946 - Free nodes with biquadratic
2020-03-02 21:07:59 +03:00
eap
155c6427af
#17336 [CEA 17333] Mesh offset generates a segmentation violation
2020-02-28 16:06:43 +03:00
eap
d7e7b8a466
Fix regression of 3D_mesh_GHS3D_01/B1
2020-02-28 16:05:59 +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