Commit Graph

923 Commits

Author SHA1 Message Date
jfa
e0552dbb7f Merge branch 'V9_11_BR' 2023-07-19 16:38:00 +01:00
mbs
120207d740 updated copyright message 2023-06-19 22:11:37 +01:00
mbs
7e714e8fc0 updated copyright message 2023-06-16 20:28:19 +01:00
asozinov
c8dfd88621 bos #35165 [CEA] Clear the mesh when an hypothesis is added to an algorithm
- Call Update after add hypothesis
- Fix problem, when after change hypothesis mesh in VTKViewer not clears automatically
2023-05-31 09:30:37 +02:00
mbs
f225890cff fixed bos#32896 2023-05-11 14:13:24 +01:00
Konstantin Leontev
426c37e4f6 [bos #32736][CEA] Threshold of criteria. Added Threshold and Wireframe Off checkbox to the Scalar Bar Properties dialog. 2023-04-19 16:53:41 +01:00
Anthony Geay
542718ee9d First integration of a new PV3D viewer. 2023-04-17 09:12:04 +02:00
Yoann Audouin
81234020e4 Missing french translation for dual mesh GUI 2022-12-12 17:32:49 +01:00
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
Christophe Bourcier
ffb7bc8359 Fix warning when loading SMESH plugins resources 2022-11-09 14:38:26 +01:00
Yoann Audouin
b131becc08 Adding user documentation 2022-10-13 14:33:36 +02:00
Yoann Audouin
7d1a127bbb Corrections to handle adapation to shape 2022-10-13 14:33:36 +02:00
Yoann Audouin
08485b06fa Working version of dual_meshing (using medcoupling) functionality 2022-10-13 14:33:33 +02:00
Yoann Audouin
246a01ab71 First working version
Missing update of object browser + parameters + generic adaptation to shape
2022-10-13 14:04:13 +02:00
Afeef
e6cfdf34c5 Fix for using Gmsh 4.10
Two algorithms from Gmsh 4.10 for generating quad mesh, Packing of Parallelograms and Quasi Structured Quad,
depend on frame/cross-field computations in Gmsh. As such when using these algorithms a class Field is used
(see Field.h in gmsh source). As the class Field also exists in src/SMESHGUI/SMESHGUI_MeshInfo.cxx this cr-
eates an error for displaying the mesh Info.

Hence the Field has been renamed as FieldInfo in src/SMESHGUI/SMESHGUI_MeshInfo.cxx.
2022-09-28 10:10:28 +02:00
vsr
9d7121c884 bos #29628 Remove MEFISTO 2D algorithm 2022-06-08 13:36:08 +03:00
vsr
499f29d249 Copyright update 2022 2022-05-05 16:51:14 +03:00
rnv
feaddec0f3 #29456 [EDF] (2022-T1) Finalization of SSL implementation 2022-04-14 19:01:10 +03:00
rnv
64547701f8 #29335 [CEA 29224] Cannot graphicaly select geometry to create groups: implement possibility to select whole object (on which mesh was constructed) as a base for Mesh group. 2022-03-24 15:17:55 +03:00
vsr
82116e7ff8 bos #29104 [EDF 24805] Pb of displaying: reset point representation when redisplaying actor 2022-02-16 13:17:55 +03:00
Yoann Audouin
f79e757d19 Adding translation for french 2022-02-15 13:49:33 +01:00
eap
ff53fa3701 bos #26454 [EDF] (2021) SMESH: interactive mesh modification 2022-02-09 18:15:05 +03:00
Massimiliano Leoni
765aec5c00 Fix default tolerance in double nodes computation 2022-01-26 14:59:29 +03:00
eap
9db5f5f59c Fix messages and indentation 2022-01-26 13:38:57 +03:00
Anthony Geay
5eada3cfb1 [tuleap,26948,26947,28734] : global fix 2022-01-24 17:35:19 +01:00
rnv
64f450dfd1 Disable homard tool on Windows. 2022-01-21 11:53:29 +03:00
jfa
e23a7cb819 bos #26453: SMESH: uniform refinement 2022-01-17 15:23:46 +03:00
eap
5c094a96e9 Avoid failure of Create Mesh dialog in case of invalid plugin library 2021-12-24 17:53:03 +03:00
vsr
de59ee6d8d Merge branch 'V9_8_BR' 2021-12-10 12:47:37 +03:00
eap
48c30a5c91 bos #26452 [EDF] (2021) SMESH: orientation of faces 2021-11-19 18:29:24 +03:00
Gérald NICOLAS
9f990cc59c Traduction 2021-11-19 14:43:49 +01:00
rnv
51843b372c #26655 EDF 24384 - Problem of Display 2021-11-18 14:34:56 +03:00
eap
063116fae2 bos #26432 [CEA 26431] import/export SAUV removal 2021-11-05 14:09:11 +03:00
eap
786657f54f bos #24400 [CEA] Option in SALOME for not storing in med files the indices (number of nodes)
Add the option to Export dialog
2021-09-14 18:33:41 +03:00
Viktor UZLOV
45269c3fb4 bos #24253 Redesign some dialogs to better fix screen resolution 2021-09-09 10:51:00 +03:00
eap
735f27e37f bos #24761 EDF 24020 - Difference of behavior between submesh and group from geom
Enable group creation on a group sharing items with another group,
which is the shape to mesh
2021-09-03 16:00:33 +03:00
eap
3dd9e6ddb3 regression with bos #24400 [CEA] Option in SALOME for not storing in med files the indices (number of nodes)
Store number in study, else IDs of elements change

+ In Mesh Info dlg, set size of IDs in the viewer from preference
2021-07-23 18:03:09 +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
rnv
53cfbcdd33 Add DLL specs. 2021-07-05 19:04:33 +03:00
vsr
60bb6273b9 Merge branch 'V9_7_BR' 2021-05-24 17:54:03 +03:00
Gérald NICOLAS
d7de79b9dd Traduction du panneau d'aide 2021-05-19 17:25:45 +03:00
Anthony Geay
cc54cd4b94 Implementation of ExportMEDCoupling. 2021-05-17 16:09:53 +02:00
eap
3f5860c39f bos #24257 [CEA] Fatal error when creating a submesh if the mesh is on a sub-shape
Adjust isSubshapeOk() for SHAPERSTUDY where GEOM_Gen::AddSubShape() not implemented
2021-05-05 13:53:16 +03:00
eap
b79f3c0765 bos #24257 [CEA] Fatal error when creating a submesh if the mesh is on a sub-shape
Adjust isSubshapeOk() for SHAPERSTUDY where GEOM_Gen::AddSubShape() not implemented
2021-05-05 13:28:17 +03:00
rnv
8f903d5ee5 bos #24228 [CEA 24217][Windows] cannot compile SMESH: additional fix. 2021-05-03 20:06:34 +03:00
rnv
61bac50f78 Fix compilation problems under windows. 2021-04-30 10:40:02 +03:00
eap
b093728299 bos #20256: [CEA 18523] Porting SMESH to int 64 bits 2021-04-20 16:04:08 +03:00
eap
03d855b75b bos #24009 Merge gni/adaptation branch (MG-Adapt) 2021-03-26 12:45:00 +03:00
vsr
a274ade365 Copyright update 2021 2021-03-23 17:44:29 +03:00
vsr
13e344b872 Revert wrongly integrated merge
This reverts commit a463e46431, reversing
changes made to 1c35693208.
2021-03-22 10:19:31 +03:00