Yoann Audouin
c8f2626526
Minor corrections for debug messages
2022-10-18 15:02:19 +02:00
Yoann Audouin
60aec28a55
Replacing std::mutex by boost::mutex as std::mutex is not on S10
2022-10-18 15:02:19 +02:00
Yoann Audouin
e2a0dc7815
Adding comments
2022-10-18 15:02:19 +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
710bfb39c4
Update of copyright
2022-10-18 15:02:19 +02:00
Yoann Audouin
9ecd84933a
Created MeshLocker to replace Lock/Unlock + replacing std::cerr by exceptions + replacing assign in submesh by call to algo function
2022-10-18 15:02:19 +02:00
Yoann Audouin
43fc1c7182
Correction for test
2022-10-18 15:02:19 +02:00
Yoann Audouin
c9a5231c32
Splitting gen compute seq/para + clean up + remove int argument + solve bug (commented notifyevent)
2022-10-18 15:02:19 +02:00
Yoann Audouin
d5617f4801
Split of seq/par compute in gen
2022-10-18 15:02:19 +02:00
Yoann Audouin
640594fef6
Minor correction
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
ee7ca3d826
Restoring Regular 1D
2022-10-18 15:02:19 +02:00
Yoann Audouin
cc3662690d
Removing hard coded meshname from Mesh import
2022-10-18 15:02:19 +02:00
Yoann Audouin
45f8178054
Adaptation to NETGEN_Remote
2022-10-18 15:02:19 +02:00
Yoann Audouin
b58c9632e3
Removing todo
2022-10-18 15:02:19 +02:00
Yoann Audouin
78c4fca7f3
Adding support for BRep for shape
2022-10-18 15:02:19 +02:00
Yoann Audouin
e0859e6a65
Mesh object not deleted in Python + deleting temporary folder when destructing SMESH_Mesh
2022-10-18 15:02:19 +02:00
Yoann Audouin
3a97cee0d2
Adding tests for netgen_runner and parallel compute
2022-10-18 15:02:17 +02:00
Yoann Audouin
3846e0a7e8
Renamming function and files
2022-10-18 15:01:44 +02:00
Yoann Audouin
33f226d321
Adding support of number of thread for the mesher
2022-10-18 15:01:44 +02:00
Yoann Audouin
7a915a21ea
Replacing ctpl by boost::thread_pool
2022-10-18 15:01:44 +02:00
Yoann Audouin
446efab777
Deactivating parallelism for 2D/1D + corrections for non parallel run + adding ParallelCompute function in Python
2022-10-18 15:01:44 +02:00
Yoann Audouin
3f96b31757
Integration of run_mesher code
2022-10-18 15:01:44 +02:00
Yoann Audouin
67ee393af6
Restoring orignal compute + cleanup
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
Yoann Audouin
0be5e44fdf
Working version for 3d with run_mesher
2022-10-18 15:01:44 +02:00
Yoann Audouin
2323e27949
Parallel version for 1d mesher number of segment
2022-10-18 15:01:44 +02:00
Yoann Audouin
6a94434123
WIP
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
33d5b0fd2b
Merge branch 'yan/dual_mesh_mc'
2022-10-13 16:22:23 +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
jfa
1b69b0f98a
[bos #32505 ] [CEA] Additional patches for Fedora 36. SPNS-29988-SMESH_V9_9_0.patch
2022-10-12 10:06:32 +03:00
jfa
39b36c88c1
Merge branch 'po/pv-master': Porting to ParaView master
2022-10-10 13:10:49 +03:00
Pascal Obry
ba7a525f8c
Some fixes to compile against ParaView master.
2022-10-10 13:10:16 +03:00
Konstantin LEONTEV
d078f9f262
[bos #32189 ][CEA] SALOME README file: updated links to salome site.
2022-10-04 18:31:52 +03: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
Anthony Geay
dacd89c7df
[EDF25906] : redirect output of the wget into MESSAGE macro
2022-08-16 17:42:38 +02:00
eap
f4764708fe
Fix invalid Python dump of ExportUNV()
2022-08-04 13:38:27 +03:00
eap
dad744364c
bos #30222 EDF 25368 - warning when computing
2022-07-13 19:40:43 +03:00
jfa
bdf698e60b
Avoid infinite loop, found with test NRT_GRIDS_GEOM_BUG15_R7
2022-06-23 15:08:30 +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
vsr
9d7121c884
bos #29628 Remove MEFISTO 2D algorithm
2022-06-08 13:36:08 +03:00
vsr
4cf07a1411
bos #29171 Refactor testing procedure
2022-06-07 12:06:48 +03:00
vsr
d9f4b53e48
Merge branch 'V9_9_BR'
2022-05-31 11:16:16 +03:00
eap
4df9beadff
fix 2D_mesh_QuadranglePreference_01/B8
2022-05-20 18:00:10 +03:00
eap
b7fecac60b
Fix regression of viscous_layers_2D_00/A2
2022-05-20 17:59:59 +03:00