eap
4a8f4b4c1c
memory leaks
2021-08-19 16:23:54 +03:00
rnv
096a139769
Debug under Windows + some minor corrections.
2021-08-19 15:24:41 +03:00
Anthony Geay
df12e1cdc5
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/smesh
2021-08-19 08:17:18 +02:00
Anthony Geay
3d7a8eccb8
Fix error introduced in 465e5be442
2021-08-19 08:17:07 +02:00
eap
83429c29b7
bos #20643 EDF 22805 - Pb Viscous Layer
...
It's the 2nd step of fixing
2021-08-18 20:36:17 +03:00
eap
9d45de7fb7
bos #20643 EDF 22805 - Pb Viscous Layer
...
It's the 1st step of fixing
2021-08-17 15:17:22 +03:00
Anthony Geay
01fd8ef506
Memory leak hunting
2021-08-17 10:25:20 +02:00
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
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
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
Gérald NICOLAS
e2f6c81304
Tri dans le repérage des arêtes de peau
2021-04-27 08:43:49 +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
GERALD NICOLAS
e55b4566a4
passage en classe
2021-04-26 10:34:06 +02:00
eap
04f422caeb
fix Error in "image" directive: no content permitted.
2021-04-24 13:18:13 +03:00
eap
a11ec0f515
[bos #24169 ] [CEA 24168] Error in AffectedElemGroupsInRegion
2021-04-23 14:10:04 +03:00
eap
2283860a0a
bos #20649 [CEA 19946] SMESH tests regression
...
partially roll back 0f2942 because of hung up at calling
any method of shaperBuilder in TUI mode
2021-04-22 16:42:18 +03:00
eap
d96d5ee20c
bos #20256 [CEA 18523] Porting SMESH to int 64 bits
...
fix regression in CGNS caused by bad rebase to master
2021-04-22 14:07:55 +03:00
eap
b093728299
bos #20256 : [CEA 18523] Porting SMESH to int 64 bits
2021-04-20 16:04:08 +03:00
eap
aae0e72c35
bos #24194 : EDF - SplitHexahedraIntoPrisms
2021-04-19 17:06:39 +03:00
Gérald NICOLAS
efd8080634
Ajout d'un test de non régression pour blocFissure
2021-04-19 11:46:49 +02:00
GERALD NICOLAS
953204ba55
pilotage de sfaces de peua
2021-04-16 19:17:25 +02:00
GERALD NICOLAS
ea7070c2c8
Unification des noms des maillages
2021-04-16 16:45:34 +02:00
GERALD NICOLAS
0d11241615
Prise en compte de la courbure de la face à mailler
2021-04-16 10:51:45 +02:00
GERALD NICOLAS
8eb3c73cbd
informations de log
2021-04-16 10:34:46 +02:00
GERALD NICOLAS
13469a2390
pb du addToStudy() failed
2021-04-15 20:30:17 +02:00
GERALD NICOLAS
2cf6435f14
simplification
2021-04-15 16:05:00 +02:00
GERALD NICOLAS
eb7885b577
Découpage de claculePointsAxiauxPipe
2021-04-15 15:40:06 +02:00
GERALD NICOLAS
19f671efb9
arguments inutiles
2021-04-15 15:22:19 +02:00
GERALD NICOLAS
6cdcd4fb15
Ménage dans les imports
2021-04-15 14:47:43 +02:00
GERALD NICOLAS
430da9254a
Nommage
2021-04-15 14:21:22 +02:00
GERALD NICOLAS
857a95f855
suppression de l'argument geometriesSaines
2021-04-15 14:20:42 +02:00
GERALD NICOLAS
01aad7a504
Référence
2021-04-15 14:20:03 +02:00
GERALD NICOLAS
cc07eb11e5
Merge branch 'master' into gni/evolution
2021-04-15 13:41:34 +02:00
GERALD NICOLAS
33b5421551
correction des valeurs
2021-04-15 13:40:42 +02:00
GERALD NICOLAS
ff873c8b10
Affichage du diagnostic
2021-04-15 13:40:29 +02:00
GERALD NICOLAS
8f0082e9d0
SUppression de step dans construitFissureGenerale
2021-04-15 13:39:45 +02:00
rnv
f6dcd574a0
Bos #23995 [CEA 24030] ParaView 5.9: fix volumes selection
2021-04-13 13:29:20 +03:00
GERALD NICOLAS
a4dc6572e5
addtostudy systématique
2021-04-08 16:16:13 +02:00
GERALD NICOLAS
a3c14d1977
Noms des algorithmes
2021-04-08 15:17:28 +02:00
GERALD NICOLAS
f4829e7aed
Corrections cas-tests 14 et 27
2021-04-08 10:53:24 +02:00
GERALD NICOLAS
f6e61276ef
mise à jour
2021-04-08 09:17:24 +02:00
GERALD NICOLAS
4063103961
Nettoyage du fichier de log
2021-04-08 08:59:18 +02:00
GERALD NICOLAS
5a81ccdc33
Cas_test vis OK
2021-04-08 08:45:27 +02:00
Gérald NICOLAS
35f01d3bc6
Correction du cas-test faceGauche2
...
Merge branch 'gni/evolution'
2021-04-07 16:12:37 +02:00
Gérald NICOLAS
25cb0387a3
correction faceGauche2
2021-04-07 16:11:37 +02:00
Gérald NICOLAS
345b6319e0
contrôle du python
2021-04-07 14:27:18 +02:00
Gérald NICOLAS
6a42b4e2db
Fichier de log
2021-04-07 14:03:25 +02:00
Gérald NICOLAS
54dfa7efaa
cas-tests 25 et 26 OK
2021-04-07 13:56:25 +02:00
Gérald NICOLAS
4dd17ccea5
Données de la fissure coude
2021-04-07 12:04:22 +02:00
Gérald NICOLAS
d124c5d354
Publications
2021-04-07 11:11:05 +02:00
GERALD NICOLAS
0070da1d05
La vis
2021-04-06 18:37:11 +02:00
GERALD NICOLAS
04f08dc89a
création de la fissure
2021-04-06 18:37:05 +02:00
GERALD NICOLAS
ced0a62d6f
argyuments
2021-04-06 18:06:40 +02:00
GERALD NICOLAS
93f22a734d
Nommage - suite
2021-04-06 17:59:21 +02:00
GERALD NICOLAS
c018079f7f
Noms d'objets
2021-04-06 17:50:03 +02:00
GERALD NICOLAS
caba16c69d
préfixe par défaut
2021-04-06 17:43:34 +02:00
GERALD NICOLAS
c90594b658
Cas-tests tube et vis
2021-04-06 16:36:28 +02:00
GERALD NICOLAS
a9a3db3095
Nom du maillage initial
2021-04-06 12:58:58 +02:00
GERALD NICOLAS
be1f12a8f5
Affichage
2021-04-06 11:58:50 +02:00
GERALD NICOLAS
e27e2a377c
Affichage filtré des objets créés
2021-04-06 11:42:59 +02:00
GERALD NICOLAS
d439ade3e9
Infortmations
2021-04-06 11:18:10 +02:00
GERALD NICOLAS
898796393d
Préfixe autre qu'un entier
2021-04-06 11:08:32 +02:00
vsr
ebba1c2a8e
Avoid installing redundant files
2021-04-06 11:51:12 +03:00
GERALD NICOLAS
1a2209c281
Nommage des maillags intermédiaires
2021-04-02 18:33:09 +02:00
GERALD NICOLAS
3f3ca40e45
Simplification
2021-04-02 17:59:18 +02:00
GERALD NICOLAS
403a6925d3
Nommage des éléments de smesh
2021-04-02 17:05:20 +02:00
GERALD NICOLAS
b07ad0d79c
Nommage des objets pour une fissure longue
2021-04-02 15:18:46 +02:00
GERALD NICOLAS
56374a61bb
erreur de décodage du dcitionnaire
2021-04-02 15:18:20 +02:00
GERALD NICOLAS
93738e779d
Règles python - Fin
2021-04-02 13:48:18 +02:00
GERALD NICOLAS
60f10166b8
ménage
2021-04-02 13:45:24 +02:00
GERALD NICOLAS
b4a070b88f
Mise à niveau python
2021-04-02 13:17:18 +02:00
GERALD NICOLAS
3f80bd1060
Merge branch 'master' into gni/evolution
2021-04-02 09:10:20 +02:00
GERALD NICOLAS
f44efbc020
Amélioration du ptyhon
2021-04-01 16:19:17 +02:00
Viktor Uzlov
3feb7ac701
bos #24085 fix TSplitMethod method for Windows (to avoid crash)
2021-03-31 19:04:06 +03:00
GERALD NICOLAS
71de383cb6
controle_python
2021-03-31 09:18:32 +02:00
GERALD NICOLAS
be0d884bdf
Numéro du cas
2021-03-31 09:07:01 +02:00
GERALD NICOLAS
045cedf24f
Ajout d'un préfix aux noms des objets SMESH - début
2021-03-29 18:13:22 +02:00
eap
7e2390f8c3
Porting to CGNS-4x
2021-03-29 17:10:19 +03:00
GERALD NICOLAS
4c4e84f165
cas-test encore HS
2021-03-29 10:03:53 +02:00
GERALD NICOLAS
33b6f87003
Merge branch 'master' into gni/evolution
2021-03-29 09:42:06 +02:00
GERALD NICOLAS
6ff40a3d47
commentaire
2021-03-29 08:47:53 +02:00
eap
03d855b75b
bos #24009 Merge gni/adaptation branch (MG-Adapt)
2021-03-26 12:45:00 +03:00
GERALD NICOLAS
b24a2d1b76
Merge branch 'master' into gni/evolution
2021-03-25 09:08:23 +01:00
eap
24825596b3
[bos #23982 ] EDF 22984 - aspect ratio of hexa
...
switch to HOMARD method (see HOMARD/src/tool/Utilitaire/utqhex.F)
2021-03-23 18:57:35 +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
eap
a463e46431
#23999 EDF 22760 - integration of dev in SMESH (from branch 'gni/adaptation')
2021-03-20 16:01:14 +03:00
GERALD NICOLAS
42c23b637c
Découpage de construitFissureGenerale
2021-03-17 18:46:40 +01:00
GERALD NICOLAS
a685bd8705
cosmétique
2021-03-17 16:20:13 +01:00
GERALD NICOLAS
3ab2bf76e7
Oubli d'arguments
2021-03-17 16:04:04 +01:00
GERALD NICOLAS
c68bd3b39a
cosmétique
2021-03-17 16:03:52 +01:00
GERALD NICOLAS
f79e964b75
Ménage dans les python des cas-tests
2021-03-17 14:13:23 +01:00
GERALD NICOLAS
c905727828
Merge branch 'gni/evolution' of https://codev-tuleap.cea.fr/plugins/git/salome/smesh into gni/evolution
2021-03-17 08:22:29 +01:00
Gérald NICOLAS
1f61ca9786
Préparation pour MG-CADSurf
2021-03-16 16:52:38 +01:00
GERALD NICOLAS
81adb7985f
Merge branch 'master' into gni/evolution
2021-03-11 12:21:11 +01:00
rnv
aaf57db6ff
Build under Windows.
2021-03-04 15:31:20 +03:00
GERALD NICOLAS
1d867beb6d
Nom du résultat
2021-03-03 18:47:59 +01:00
GERALD NICOLAS
6af512d41a
Nouveau message d'erreur pour le tube
2021-03-03 17:46:41 +01:00
GERALD NICOLAS
6bccb8f04c
Ménage
2021-03-03 17:41:55 +01:00
GERALD NICOLAS
2e62464296
Raccourcissement de la distance d'influence
2021-03-03 17:41:30 +01:00
GERALD NICOLAS
b922e849a4
cosmétique
2021-03-03 16:39:15 +01:00
GERALD NICOLAS
54d6af9301
Merge branch 'master' into gni/evolution
2021-03-01 17:59:29 +01:00
Anthony Geay
9851a42aa9
Modif for salome gui without neither NS nor other servers.
2021-02-26 07:17:41 +01:00
GERALD NICOLAS
29bbad6217
impressions déboggage
2021-02-19 17:56:38 +01:00
GERALD NICOLAS
cbacd94676
mise à jour
2021-02-19 15:28:36 +01:00
GERALD NICOLAS
18dc4f94b8
Message à bon escient
2021-02-19 13:41:54 +01:00
GERALD NICOLAS
9e8470b6e7
Mise à jour des références
2021-02-19 13:41:31 +01:00
GERALD NICOLAS
71e110654c
Merge branch 'master' into gni/evolution
2021-02-19 09:36:55 +01:00
Anthony Geay
ded5e634c9
Forward medcoupling exception thrown in case of problem of conversion
2021-02-17 22:22:22 +01:00
GERALD NICOLAS
4092d89107
Etiquettes sur les pushbutton
2021-02-17 17:57:14 +01:00