Konstantin LEONTEV
fa95110a3b
[bos #32517 ][EDF] Dynamic log messages switched on and off by SALOME_VERBOSE environment variable
2022-11-15 09:04:21 +03:00
Yoann Audouin
da9f965ac4
Revert "Merge branch 'yan/parallel_mesh2'"
...
This reverts commit 4403c126a0
, reversing
changes made to 4dc895105a
.
2022-11-02 10:54:05 +01:00
Yoann Audouin
effd6e2229
Adding code for Python parallel mesh with test + removing nbMesherThreads
2022-10-18 15:02:19 +02:00
Yoann Audouin
33f226d321
Adding support of number of thread for the mesher
2022-10-18 15:01:44 +02:00
Yoann Audouin
5d3c1425f8
Adding SetNbThreads in Python to set if compute will be done in parallel
2022-10-18 15:01:44 +02:00
eap
f4764708fe
Fix invalid Python dump of ExportUNV()
2022-08-04 13:38:27 +03:00
eap
a81fac1d80
#29939 [CEA 29936] mesh is not updated if it's based on ShaperResults group
2022-05-11 17:11:36 +03:00
vsr
499f29d249
Copyright update 2022
2022-05-05 16:51:14 +03:00
eap
063116fae2
bos #26432 [CEA 26431] import/export SAUV removal
2021-11-05 14:09:11 +03:00
eap
88ff35ddd4
bos #24400 [CEA] Option in SALOME for not storing in med files the indices (number of nodes)
...
+ minor changes:
1) unify member field names: avoid _my*, replace by either _* or my*
2) BUG: mesh persistent ID is not unique
3) arguments alignement
4) Add SMESHDS_Hypothesis::SaveString() and LoadString()
5) In mesh construction dlg disable "Mesh Type" if it contains ANY only
6) Add SMESH::printErrorInDebugMode argument of SMESH_CATCH
7) Use static_assert to check completeness of arrays corresponding to enum
8) Add renumber arg to ExportUNV() and ExportDAT()
9) Fix some warnings
2021-07-22 14:10:49 +03:00
Anthony Geay
ef9db08c81
MEDCoupling Memory output from SMESH engine now deal with fields too.
2021-06-23 07:59:19 +02:00
Anthony Geay
12d2ca8ac7
ExportMEDCoupling is now safer
2021-06-11 08:32:36 +02:00
Anthony Geay
cc54cd4b94
Implementation of ExportMEDCoupling.
2021-05-17 16:09:53 +02: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
Anthony Geay
b8cc25cce5
2 servant implementations of SMESH::SMESH_GEN. One with Study and ModuleCatalog retrived from NS (like the beginning), another one with Study and ModulCatalog embedded
2021-02-01 20:13:06 +01:00
eap
223210ad12
#20282 EDF 22320 - general compute fails
...
don't apply 1D-2D algorithms before 1D-2D-3D ones if sub-mesh order says opposite
2020-12-14 16:41:04 +03:00
SALOME
cb55604f37
#18963 Minimize compiler warnings
2020-12-08 16:46:17 +03:00
eap
4039f267f1
bos #20282 EDF 22320 - general compute fails
...
1) Compute sub-meshes with prescribed order before the rest ones
2) Save sub-mesh order not as ids but as entries, because ids of groups
within SMESHDS_Mesh can change at study loading if some group is no
longer used as a base of sub-mesh of group on geometry
2020-12-02 11:51:19 +03:00
eap
d3bb81e560
IPAL54700: TC-9.6.0: 0D Mesh - several items are missed in the OB popup menu
2020-10-22 12:19:01 +03:00
eap
d245f797f1
#19926 [CEA 19782] renumbering meshes
2020-10-15 16:57:54 +03:00
eap
981e2bca16
bos #19961 EDF 21858 - ExportMED
2020-10-12 17:15:51 +03:00
eap
222d596e3b
#19993 [CEA 17873] Delete group with contents crash
2020-09-28 14:18:24 +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
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
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
75b15d2531
Cosmetic changes
2020-05-27 20:48:43 +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
928a9967c9
IPAL0054674: Wrong mesh icon after mesh modification
...
+ minor doc imp
2020-05-18 21:31:22 +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
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
eap
ed5c94eda8
Pb: sub-mesh becomes invalid upon adding fillet to a sketch
2020-04-02 13:01:51 +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
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
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
vsr
6472eab132
Merge branch 'occ/shaper2smesh'
2020-02-21 17:00:22 +03:00
eap
788e2d8114
Fix Break Link called from TUI
2020-02-14 14:16:51 +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
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
ab494e654a
New mesh icon if geometry changes
2020-01-28 17:14:39 +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