Commit Graph

3192 Commits

Author SHA1 Message Date
Anthony Geay
465e5be442 Memory leak hunting 2021-08-17 10:07:11 +02:00
Anthony Geay
8d185cc9e6 Fix Bug9100_DumpComputePosition.py in SSL mode 2021-08-13 16:43:29 +02:00
eap
db3a0bbde4 BoostTxtArchive minor changes 2021-08-12 17:26:25 +03:00
Anthony Geay
b3a36b5d8e Switch to SSL mode for tests : naive approach 2021-08-12 11:38:10 +02:00
eap
8c5da1b9d0 Prevent exception in MgAdapt::MgAdapt() in case if SALOME_TMP_DIR specifies
unexciting directory
2021-08-11 17:35:58 +03:00
eap
772ad1d5f4 bos #24596 [CEA] New MeshGems license 2021-08-10 20:46:27 +03:00
eap
ce0f1ae8e9 Bug: boost::archive::text_iarchive fails if archive created by newer version
of boost::archive library
2021-08-06 15:41:33 +03:00
eap
cd4aa39efa BUG: Mesh Failed dialog shows negative shape ID if nb shapes > SHORT_MAX
+ minor changes:
1) fix 2 typos
2) improve SMESH_Delaunay::ToPython()
2021-08-05 19:03:34 +03:00
eap
6b5dcfe000 Suppress memory leak when using Kernel_Utils::decode()
+ some code cleanup
2021-08-05 15:53:09 +03:00
rnv
f016bdf914 #24666 [CEA][Windows] BLSURPLUGIN compilation issue 2021-07-29 14:35:26 +03:00
eap
e9ce775931 bos #24052 [CEA 24050] Body Fitting with shared faces
+ fix merging polyhedra
2021-07-28 19:14:53 +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
2a0f82c609 bos #20643 EDF 22805 - Pb Viscous Layer
Fix an issue with periodic FACEs with layers
2021-07-22 14:18:27 +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
eap
ad1d7c52f7 bos #24357 [CEA] Export mesh with field on vertices
+ fix warnings
2021-07-08 12:02:05 +03:00
eap
882ff39283 bos #24368 EDF 23667 - Duplicates nodes
+  Suppress warnings
2021-07-07 14:58:51 +03:00
eap
d5aa4efde2 bos #24368 EDF 23667 - Duplicates nodes
+  Suppress warnings
2021-07-06 16:17:33 +03:00
rnv
53cfbcdd33 Add DLL specs. 2021-07-05 19:04:33 +03:00
Anthony Geay
e34095b65b Fix memory corruption introduced into ef9db08c81 2021-06-23 08:38:56 +02: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
f3da1d7f0c Container servant hold information about SSL mode or not 2021-06-09 17:34:21 +02:00
eap
6e356afaff Update by request of Nathalie GORE 2021-06-01 13:26:19 +03:00
rnv
b47d85eb4a Compilation on Windows. 2021-05-27 00:17:44 +03:00
rnv
0a447a3701 Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/smesh 2021-05-26 16:32:53 +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
cdd78104f5 Add a non regression test of ExportMEDCoupling method 2021-05-17 16:09:53 +02:00
Anthony Geay
cc54cd4b94 Implementation of ExportMEDCoupling. 2021-05-17 16:09:53 +02:00
rnv
67af9b15e9 bos #24228 [CEA 24217][Windows] cannot compile SMESH: additional fix. 2021-05-14 13:59:04 +03:00
rnv
9dae8fcc9e Fix compilation problems under windows. 2021-05-14 13:58:02 +03: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
26446f72ec bos #20256 [CEA 18523] Porting SMESH to int 64 bits
Fix import huge mesh from MED
2021-04-29 16:48:38 +03:00
eap
a8e83192f6 bos #20256 [CEA 18523] Porting SMESH to int 64 bits
Fix export huge mesh to MED
2021-04-29 16:48:26 +03:00
eap
78e2e09d5c bos #20256 [CEA 18523] Porting SMESH to int 64 bits
Fix import huge mesh from MED
2021-04-29 13:51:32 +03:00
eap
4ba3c7cda8 bos #20256 [CEA 18523] Porting SMESH to int 64 bits
Fix export huge mesh to MED
2021-04-29 13:22:23 +03:00
vsr
f20db3c5b3 Merge branch 'gni/evolution' into V9_7_BR 2021-04-28 15:23:37 +03:00
Gérald NICOLAS
705ff2e64c Passage des cas-tests en moins de 1mn chacun 2021-04-27 16:17:18 +02:00
vsr
dafba4c57c Increment version: 9.7.0 2021-04-27 16:20:32 +03:00
Gérald NICOLAS
e2f6c81304 Tri dans le repérage des arêtes de peau 2021-04-27 08:43:49 +02:00
GERALD NICOLAS
89b205395d Préparation à la scission des cas-tests 2021-04-26 18:31:41 +02:00
GERALD NICOLAS
55864e5a23 Préparation à l'ajout de cas-tests 2021-04-26 18:31:20 +02:00
GERALD NICOLAS
db83efeef8 Merge branch 'V9_7_BR' into gni/evolution 2021-04-26 16:23:22 +02:00
GERALD NICOLAS
ed4300495a Passage en attribut du maillage résultat 2021-04-26 16:02:24 +02:00
GERALD NICOLAS
17c79a5fcf lacncements des 1ers cas-tests 2021-04-26 11:12:52 +02:00
GERALD NICOLAS
069b583dab mise en place des tests 2021-04-26 10:51:38 +02:00
GERALD NICOLAS
95de5fabdc Déplacement 2021-04-26 10:35:00 +02:00