Commit Graph

  • fa95110a3b [bos #32517][EDF] Dynamic log messages switched on and off by SALOME_VERBOSE environment variable Konstantin LEONTEV 2022-11-15 09:04:21 +0300
  • 21ac1ad91f 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 Christophe Bourcier 2022-11-14 13:59:56 +0100
  • 9ec3f92f47 Fix libpng warning iCCP: known incorrect sRGB profile To find which png to fix: pngcrush -n -q *.png To fix each png with bad iCCP: pngcrush -ow -rem allb -reduce file.png Christophe Bourcier 2022-11-09 15:54:11 +0100
  • ffb7bc8359 Fix warning when loading SMESH plugins resources Christophe Bourcier 2022-11-09 14:38:26 +0100
  • dabee6885d Merge branch 'master' into kleontev/32517_dynamic_log_messages kleontev/32517_dynamic_log_messages Konstantin LEONTEV 2022-11-09 11:59:42 +0300
  • 2d6cf22069 Merge branch 'master' into kleontev/32517_dynamic_log_messages Konstantin LEONTEV 2022-11-09 11:58:35 +0300
  • a39871a637 Further corrections yan/parallel_mesh3 Yoann Audouin 2022-11-09 09:18:34 +0100
  • 57c1f8af17 Corrections for Windows compilation Yoann Audouin 2022-11-08 08:35:20 +0100
  • 99a1ddda17 Fix group of faces identification from dual mesh skin cbr/fix_dual_mesh Christophe Bourcier 2022-11-04 17:57:54 +0100
  • 3c51726026 Disabling boost::filesystem for windows Yoann Audouin 2022-11-04 17:22:45 +0100
  • e749ba3f4e Moving creation/deletion of temporary folder as __del__ is not called (Unregister removed from smeshBuilder) Yoann Audouin 2022-11-04 15:20:53 +0100
  • 3fb90fec5e Disabling parallel compute for windows Yoann Audouin 2022-10-26 16:17:27 +0200
  • 62ca7cff07 Adding parallel meshing (NETGEN only) Yoann Audouin 2022-10-21 15:03:25 +0200
  • f305c4406f Merge remote-tracking branch 'origin/cbr/improve_topiivol_layout' Afeef 2022-11-04 09:08:49 +0100
  • 5123821d4d Revert "Merge branch 'yan/parallel_mesh2'" cbr/improve_topiivol_layout Yoann Audouin 2022-11-02 10:54:05 +0100
  • f6a8df1d49 Revert "Corrections for compilation on other OS" Yoann Audouin 2022-11-02 10:51:17 +0100
  • 255c738799 Better layout with documentation update Thanks to Christophe Afeef 2022-11-03 11:52:23 +0100
  • 8606805252 Improve Top-ii-Vol dialog box layout And add CEA to copyright Christophe Bourcier 2022-11-02 16:49:55 +0100
  • da9f965ac4 Revert "Merge branch 'yan/parallel_mesh2'" Yoann Audouin 2022-11-02 10:54:05 +0100
  • b60e215be8 Revert "Corrections for compilation on other OS" Yoann Audouin 2022-11-02 10:51:17 +0100
  • aed4aa79d0 Replacing DISABLE_PARASMESH with WIN32 yan/disable_parasmesh_win Yoann Audouin 2022-10-26 16:20:19 +0200
  • 185dd64d97 Disabling parallel compute for windows Yoann Audouin 2022-10-26 16:17:27 +0200
  • df57f987dd Corrections for compilation on other OS Yoann Audouin 2022-10-26 10:33:28 +0200
  • 36c94a9794 [bos #32517][EDF] Dynamic logging: Fixed lack of semicolons. Konstantin LEONTEV 2022-10-21 17:39:05 +0300
  • ef8aea4ac0 Merge branch 'master' into kleontev/32517_dynamic_log_messages Konstantin LEONTEV 2022-10-21 16:48:16 +0300
  • 4403c126a0 Merge branch 'yan/parallel_mesh2' Yoann Audouin 2022-10-21 15:03:25 +0200
  • f2b0294388 Restoring comment of unregister to investigate yan/parallel_mesh2 Yoann Audouin 2022-10-18 15:23:33 +0200
  • c8f2626526 Minor corrections for debug messages Yoann Audouin 2022-10-12 11:24:26 +0200
  • 60aec28a55 Replacing std::mutex by boost::mutex as std::mutex is not on S10 Yoann Audouin 2022-10-10 10:54:28 +0200
  • e2a0dc7815 Adding comments Yoann Audouin 2022-10-04 14:33:09 +0200
  • effd6e2229 Adding code for Python parallel mesh with test + removing nbMesherThreads Yoann Audouin 2022-10-04 09:38:12 +0200
  • 710bfb39c4 Update of copyright Yoann Audouin 2022-10-03 08:03:41 +0200
  • 9ecd84933a Created MeshLocker to replace Lock/Unlock + replacing std::cerr by exceptions + replacing assign in submesh by call to algo function Yoann Audouin 2022-10-03 08:01:36 +0200
  • 43fc1c7182 Correction for test Yoann Audouin 2022-09-29 16:30:47 +0200
  • c9a5231c32 Splitting gen compute seq/para + clean up + remove int argument + solve bug (commented notifyevent) Yoann Audouin 2022-09-29 16:25:05 +0200
  • d5617f4801 Split of seq/par compute in gen Yoann Audouin 2022-09-28 14:18:32 +0200
  • 640594fef6 Minor correction Yoann Audouin 2022-09-28 08:06:19 +0200
  • a91b37ceb3 Clean up of cout replaced by MESSAGE + minor corrections Yoann Audouin 2022-09-21 16:35:15 +0200
  • ee7ca3d826 Restoring Regular 1D Yoann Audouin 2022-09-21 15:26:59 +0200
  • cc3662690d Removing hard coded meshname from Mesh import Yoann Audouin 2022-09-21 15:26:33 +0200
  • 45f8178054 Adaptation to NETGEN_Remote Yoann Audouin 2022-09-21 15:26:21 +0200
  • b58c9632e3 Removing todo Yoann Audouin 2022-09-19 11:22:01 +0200
  • 78c4fca7f3 Adding support for BRep for shape Yoann Audouin 2022-09-15 15:12:22 +0200
  • e0859e6a65 Mesh object not deleted in Python + deleting temporary folder when destructing SMESH_Mesh Yoann Audouin 2022-09-15 11:00:41 +0200
  • 3a97cee0d2 Adding tests for netgen_runner and parallel compute Yoann Audouin 2022-09-14 16:36:10 +0200
  • 3846e0a7e8 Renamming function and files Yoann Audouin 2022-09-13 16:45:33 +0200
  • 33f226d321 Adding support of number of thread for the mesher Yoann Audouin 2022-09-13 14:17:43 +0200
  • 7a915a21ea Replacing ctpl by boost::thread_pool Yoann Audouin 2022-09-12 16:17:20 +0200
  • 446efab777 Deactivating parallelism for 2D/1D + corrections for non parallel run + adding ParallelCompute function in Python Yoann Audouin 2022-09-09 09:52:50 +0200
  • 3f96b31757 Integration of run_mesher code Yoann Audouin 2022-08-31 16:06:31 +0200
  • 67ee393af6 Restoring orignal compute + cleanup Yoann Audouin 2022-08-30 13:24:07 +0200
  • 5d3c1425f8 Adding SetNbThreads in Python to set if compute will be done in parallel Yoann Audouin 2022-08-30 09:42:21 +0200
  • 0be5e44fdf Working version for 3d with run_mesher Yoann Audouin 2022-08-26 11:37:02 +0200
  • 2323e27949 Parallel version for 1d mesher number of segment Yoann Audouin 2022-07-25 10:35:21 +0200
  • 6a94434123 WIP Yoann Audouin 2022-05-11 09:10:21 +0200
  • 6532bb8a13 [bos #32517][EDF] Dynamic logging: Fixed compilation error. Konstantin LEONTEV 2022-10-17 14:27:42 +0300
  • 4dc895105a Fix compilation on windows V9_10_0a2 V9_10_0a1 Anthony Geay 2022-10-17 12:44:49 +0200
  • bba2ceaf86 [bos #32517][EDF] Dynamic logging: Removed some of _DEBUG_ entries. Konstantin LEONTEV 2022-10-15 21:56:01 +0300
  • 18a8413e3b [bos #32517][EDF] Dynamic logging: Removed _MYDEBUG_. Konstantin LEONTEV 2022-10-14 14:58:00 +0300
  • f028e1d7bf [bos #32517][EDF] Dynamic logging: Removed MYDEBUG. Konstantin LEONTEV 2022-10-14 12:44:56 +0300
  • 33d5b0fd2b Merge branch 'yan/dual_mesh_mc' Yoann Audouin 2022-10-13 16:22:23 +0200
  • c3ca179bcb Handling error in PyRun + better import of MED file yan/dual_mesh_mc Yoann Audouin 2022-10-13 14:03:31 +0200
  • b131becc08 Adding user documentation Yoann Audouin 2022-10-10 09:34:15 +0200
  • 7d1a127bbb Corrections to handle adapation to shape Yoann Audouin 2022-10-06 08:43:27 +0200
  • 08485b06fa Working version of dual_meshing (using medcoupling) functionality Yoann Audouin 2022-09-23 13:47:18 +0200
  • 246a01ab71 First working version Yoann Audouin 2022-09-23 10:40:31 +0200
  • 27bb50bd16 bos #24596 [CEA] New MeshGems license duc/V9_7_BR_new_MGLIC eap 2021-08-10 20:46:27 +0300
  • 1b69b0f98a [bos #32505] [CEA] Additional patches for Fedora 36. SPNS-29988-SMESH_V9_9_0.patch jfa 2022-10-12 10:06:32 +0300
  • 7b66fb096e dynamic_log_messages: Fixed compilation errors because of forgotten semicolons after log macros. kleontev/dynamic_log_messages Konstantin LEONTEV 2022-10-11 15:57:16 +0300
  • 39b36c88c1 Merge branch 'po/pv-master': Porting to ParaView master jfa 2022-10-10 13:10:49 +0300
  • ba7a525f8c Some fixes to compile against ParaView master. Pascal Obry 2022-09-09 15:50:21 +0200
  • d078f9f262 [bos #32189][CEA] SALOME README file: updated links to salome site. Konstantin LEONTEV 2022-10-04 18:31:52 +0300
  • 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. Afeef 2022-06-24 15:07:02 +0200
  • d209186490 Minor correction yan/parallel_smesh Yoann Audouin 2022-09-28 08:06:19 +0200
  • c4f2013667 Clean up of cout replaced by MESSAGE + minor corrections Yoann Audouin 2022-09-21 16:35:15 +0200
  • f3fc21d3b2 Restoring Regular 1D Yoann Audouin 2022-09-21 15:26:59 +0200
  • cb2ccde589 Removing hard coded meshname from Mesh import Yoann Audouin 2022-09-21 15:26:33 +0200
  • 7e9c7d9eac Adaptation to NETGEN_Remote Yoann Audouin 2022-09-21 15:26:21 +0200
  • 2a4b66bc50 Removing todo Yoann Audouin 2022-09-19 11:22:01 +0200
  • 4607a95f5d Adding support for BRep for shape Yoann Audouin 2022-09-15 15:12:22 +0200
  • 44248b7929 Mesh object not deleted in Python + deleting temporary folder when destructing SMESH_Mesh Yoann Audouin 2022-09-15 11:00:41 +0200
  • 5e12ae9ef1 Adding tests for netgen_runner and parallel compute Yoann Audouin 2022-09-14 16:36:10 +0200
  • 5cd6dc5421 Renamming function and files Yoann Audouin 2022-09-13 16:45:33 +0200
  • 49ba6be0c2 Adding support of number of thread for the mesher Yoann Audouin 2022-09-13 14:17:43 +0200
  • c3580f2d90 Replacing ctpl by boost::thread_pool Yoann Audouin 2022-09-12 16:17:20 +0200
  • 540ae8f213 Some fixes to compile against ParaView master. po/pv-master Pascal Obry 2022-09-09 15:50:21 +0200
  • a9f8e63dec Deactivating parallelism for 2D/1D + corrections for non parallel run + adding ParallelCompute function in Python Yoann Audouin 2022-09-09 09:52:50 +0200
  • 26a2a23639 Integration of run_mesher code Yoann Audouin 2022-08-31 16:06:31 +0200
  • 402520f8f1 Restoring orignal compute + cleanup Yoann Audouin 2022-08-30 13:24:07 +0200
  • 5176bafcd3 Adding SetNbThreads in Python to set if compute will be done in parallel Yoann Audouin 2022-08-30 09:42:21 +0200
  • b27f64c6ec Working version for 3d with run_mesher Yoann Audouin 2022-08-26 11:37:02 +0200
  • d19253eab4 Increment version: 9.9.1 V9_9_1_BR vsr 2022-08-24 15:06:05 +0300
  • dacd89c7df [EDF25906] : redirect output of the wget into MESSAGE macro V9_9_1b1 Anthony Geay 2022-08-16 17:42:38 +0200
  • f4764708fe Fix invalid Python dump of ExportUNV() eap 2022-08-04 13:38:27 +0300
  • 78ffe50bb9 Parallel version for 1d mesher number of segment Yoann Audouin 2022-07-25 10:35:21 +0200
  • 2a03e728f8 increase tolerance for search of equal intersection points eap 2022-07-20 12:58:52 +0300
  • dad744364c bos #30222 EDF 25368 - warning when computing eap 2022-07-13 19:40:43 +0300
  • 32d782b309 Fix for negative volumes due to merge eap 2022-07-05 18:26:19 +0300
  • 4430578f93 fix for inlet/outlet eap 2022-06-29 18:29:30 +0300
  • 163af2de57 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. mab/fix_for_gmsh_4.10 Afeef 2022-06-24 15:07:02 +0200