Commit Graph

601 Commits

Author SHA1 Message Date
mbs
7e714e8fc0 updated copyright message 2023-06-16 20:28:19 +01:00
Nabil Ghodbane
2271025156 fix remaining compilation issues on Windows - to be reviewed 2023-03-28 16:28:16 +02:00
Yoann Audouin
b5ad174931 Missing files 2023-03-23 11:17:44 +01:00
Yoann Audouin
d328a1d7b8 Cleanup of parallel meshing + documentation 2023-03-22 17:24:14 +01:00
Christophe Bourcier
aedb674c28 Improve projection of dual mesh nodes:
- first project nodes on edges, then project on faces
- keep the relation from the sub-shapes to the mesh by groups
Also:
- Code cleaning in dual mesh
- Remove tmp folder of dual mesh
- Fix for Windows (thanks to Nabil)
2022-11-21 14:47:06 +01:00
Yoann Audouin
7292711034 Adding parallel meshing (NETGEN only, Linux Only)
See example test/SMESH_ParallelCompute.py for an example
2022-11-15 16:47:21 +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
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
b60e215be8 Revert "Corrections for compilation on other OS"
This reverts commit df57f987dd.
2022-11-02 10:51:17 +01:00
Yoann Audouin
df57f987dd Corrections for compilation on other OS 2022-10-26 10:33:28 +02:00
Yoann Audouin
effd6e2229 Adding code for Python parallel mesh with test + removing nbMesherThreads 2022-10-18 15:02:19 +02:00
Yoann Audouin
a91b37ceb3 Clean up of cout replaced by MESSAGE + minor corrections 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
Anthony Geay
4dc895105a Fix compilation on windows 2022-10-17 12:44:49 +02:00
Yoann Audouin
c3ca179bcb Handling error in PyRun + better import of MED file 2022-10-13 14:33:43 +02: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
eap
f4764708fe Fix invalid Python dump of ExportUNV() 2022-08-04 13:38:27 +03:00
eap
678de41423 bos #30314 EDF 25565 - Strange behavior on a specific case
Avoid SIGSEGV when returning NULL instead of an empty list
2022-06-17 19:02:28 +03:00
eap
b7fecac60b Fix regression of viscous_layers_2D_00/A2 2022-05-20 17:59:59 +03:00
eap
f1a810b957 bos #29941 [CEA 29940] concatenate doesn't create node groups if mesh is empty 2022-05-12 13:21:20 +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
rnv
feaddec0f3 #29456 [EDF] (2022-T1) Finalization of SSL implementation 2022-04-14 19:01:10 +03:00
eap
ff53fa3701 bos #26454 [EDF] (2021) SMESH: interactive mesh modification 2022-02-09 18:15:05 +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
Anthony Geay
a9cddd8ce9 [tuleap26948] : fix of Dump study does not work after study reopening 2022-01-24 11:50:00 +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
f4ffdc72f1 Prevent failure of opening Mesh dialog if unable to load some mesher plugin 2022-01-13 17:10:02 +03:00
eap
e8af688e3b bos #26523 EDF 24234 - Viscous Layer
fix computing a sole sub-mesh
2021-11-27 14:33:18 +03:00
eap
48c30a5c91 bos #26452 [EDF] (2021) SMESH: orientation of faces 2021-11-19 18:29:24 +03:00
eap
063116fae2 bos #26432 [CEA 26431] import/export SAUV removal 2021-11-05 14:09:11 +03:00
vsr
c9deeb6535 Merge branch 'occ/new_mg_licnese' 2021-09-24 11:54:11 +03:00
eap
c65cc4a053 bos #20643 EDF 22805 - Pb Viscous Layer
3d step:
* inflate along noShrink shapes
* not periodic FACEs if shrink EDGEs are of different length

+ memory leak in SMESH_Gen_i
+ avoid error in Hex(ijk) with VL
2021-08-23 17:59:57 +03:00
Anthony Geay
3d7a8eccb8 Fix error introduced in 465e5be442 2021-08-19 08:17:07 +02: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
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
6b5dcfe000 Suppress memory leak when using Kernel_Utils::decode()
+ some code cleanup
2021-08-05 15:53:09 +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
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