Commit Graph

  • 49eb5ff195 [EDF31137] : Modularize smesh python plugin master DUC ANH HOANG 2024-10-29 14:58:06 +0100
  • 59ef5871d5 Added missed fix for negative volume asozinov/42097 asozinov 2024-11-05 15:26:47 +0000
  • 91e1adb687 EDF 30254 - quadratic to biquadratic : several problems asozinov 2024-08-26 16:40:48 +0100
  • 45f1eb2ab7 EDF 30254 - quadratic to biquadratic : several problems asozinov 2024-06-21 14:04:58 +0100
  • f78424325d EDF 30254 - quadratic to biquadratic : several problems asozinov 2024-06-19 15:22:24 +0100
  • a45f3b0347 [EDF31137] : Modularize smesh python plugin duc/modularize_pyplugin DUC ANH HOANG 2024-10-29 14:58:06 +0100
  • 42a135c4a7 [bos #41485] Fixed memory error, possibly related to this issue. Fixed updating of mesh and group icons in the object browser. jfa/41485 jfa 2024-05-21 17:06:26 +0100
  • 6804300a09 bos #43434 [CEA][Windows] auto in function declaration V9_14_0a1 eksu/fix43434 Esukhareva 2024-10-30 09:19:28 +0000
  • 2cfe9de73e [CEA] Export structured CGNS - Wrong transform value eksu/42468 Esukhareva 2024-09-26 12:32:45 +0100
  • a8bea6a4d9 fixed compile error mbs/43146_bad_pyramids mbs 2024-10-23 10:44:18 +0100
  • 3f9b34f547 updated number of mesh elements to test after algo change mbs 2024-10-21 21:43:41 +0100
  • 7dd6af85f5 use again latest code from master but with fix to use the point with the maximum shift as pyramid apex mbs 2024-10-21 21:42:37 +0100
  • f8ea158a33 Managing group during reload mesh asozinov/40654 asozinov 2024-10-17 15:40:19 +0100
  • 728033f121 spns #43020: add boolean mesh operations plugin Nabil Ghodbane 2024-10-09 21:33:36 +0200
  • 3d4fc4e1e2 Squash unstable NathalieGore 2024-10-16 10:22:13 +0200
  • 3968f5c7ab adding UNSTABLE and UNSTABLE_SMESH ngo/unstable NathalieGore 2024-10-16 10:18:20 +0200
  • 93fbf9fdd8 updated blocFissure_03 test with new number of generated elements mbs 2024-10-15 15:02:14 +0100
  • 1b9b6aac15 manually reverted commit d69e4fb6c7 to get good pyramides mbs 2024-10-15 09:43:07 +0100
  • a1e2cdd1ed 42056 [CEA] Viscous layer 2D fails on a disc asozinov 2024-07-08 14:04:14 +0100
  • 1ea734c62e [CEA] Wrong mesh generated by Import1D2D on a cylindrical hole and sometime crash eksu/42244 Ekaterina Sukhareva 2024-07-09 09:33:29 +0100
  • 1a9f655fb0 spns #43020: add boolean mesh operations plugin spns/43020 Nabil Ghodbane 2024-10-09 21:33:36 +0200
  • 3877eef73d Extract unstable SMESH tests NathalieGore 2024-10-08 16:16:59 +0200
  • 224dbbb87e Reload from file asozinov 2024-06-26 14:17:19 +0100
  • 08b75b51fe Reload from file asozinov 2024-05-03 16:35:14 +0100
  • c51e870373 Merge branch 'V9_13_BR' cbr/test_tuleap_branch jfa 2024-09-04 17:16:23 +0100
  • df79d42e30 [bos #42851][CEA][Windows] SMESH compilation broken. Classifier class moved from a source file to a separated header, so templates could know its size on compile time (we had an error with forward declaration). Added numeric header. kleontev/42851_SMESH_compilation_broken Konstantin Leontev 2024-09-04 10:28:43 +0100
  • ce3633a7df Merge branch 'kleontev/42217_horseshoe_with_bodyfitting_after_42002' NathalieGore 2024-09-02 16:01:02 +0200
  • 77dc3d3a8c [bos #42217][EDF 28921] Horseshoe with bodyfitting. Triangle filter switched off because of producing more new edges than we have concave polygons rendering artifacts. kleontev/42217_horseshoe_with_bodyfitting_after_42002 Konstantin Leontev 2024-08-26 16:29:37 +0100
  • 37de8d765a [bos #42217][EDF 28921] Horseshoe with bodyfitting. Commented open edges capping because of producing null nodes. Konstantin Leontev 2024-08-26 16:26:42 +0100
  • a605c12d81 [bos #42217][EDF 28921] Horseshoe with bodyfitting. Fixed wrong nodes num in open edges capping. Konstantin Leontev 2024-08-26 16:04:30 +0100
  • c4bd5657c4 [bos #42217][EDF 28921] Horseshoe with bodyfitting. Updated to fix some tests issues from previous removing of polygons implementation. Konstantin Leontev 2024-08-23 21:00:14 +0100
  • dd7f711c07 [bos #42217][EDF 28921] Horseshoe with bodyfitting. Added subdivision for overlapped polygons and removing of polygons with edges those are not connected with any other polygon in a volume. Konstantin Leontev 2024-08-21 17:48:29 +0100
  • a8ab49d0b3 [bos #42217][EDF 28921] Horseshoe with bodyfitting. Added vtkTriangleFilter to prevent concave polygons render artifacts. Konstantin Leontev 2024-08-12 12:42:04 +0100
  • dda7e97469 [bos #42217][EDF 28921] Horseshoe with bodyfitting. Added operators << for nodes and links debug output. Konstantin Leontev 2024-08-06 12:24:46 +0100
  • 312549ec64 [bos #42217][EDF 28921] Horseshoe with bodyfitting. Nodes linked to a null nodes without any possible splits now being cleared befor splits initialization. This prevents building non-planar faces in cases when the source geometry surface coincident with an intermediate grid plane. Konstantin Leontev 2024-08-05 13:44:07 +0100
  • 05136f0f59 [bos #42217][EDF 28921] Horseshoe with bodyfitting. Fixed endless loop of creating threads and crash for an edge case when num of threads greater than num of hexaedrons to compute. Konstantin Leontev 2024-08-05 12:57:49 +0100
  • e09fddf752 support Gmsh v4.0 output format (requires patch in meshio) mbs 2024-08-01 10:29:35 +0100
  • 3abc44683f Merge branch 'mbs/42618' into V9_13_BR V9_13_0rc3 V9_13_0rc2 V9_13_0 V9_13_BR mbs 2024-08-02 12:46:06 +0100
  • 0e0c07c225 support Gmsh v4.0 output format (requires patch in meshio) mbs 2024-08-01 10:29:35 +0100
  • b248263b49 [bos #42217][EDF 28921] Horseshoe with bodyfitting. Fix for prev commit: crash on parallel execution caused reallocation of vector after push_back(). kleontev/42217_horseshoe_with_bodyfitting Konstantin Leontev 2024-08-01 20:11:10 +0100
  • df6d37c649 support Gmsh v4.0 output format (requires patch in meshio) mbs/42618 mbs 2024-08-01 10:29:35 +0100
  • 36b825e934 [bos #42217][EDF 28921] Horseshoe with bodyfitting. Nodes linked to a null nodes without any possible splits now being cleared befor splits initialization. Konstantin Leontev 2024-07-30 17:36:57 +0100
  • 20cf1c5f73 bos #42618: add failed comment to .cxx and enable OFF format on script test bos/42618 Guytri KASTANE 2024-07-26 15:52:33 +0200
  • 02ad02e211 Some fixes jfa/42002_NRTJ4_failure cce/42002 jfa 2024-07-26 13:46:11 +0100
  • 84843d54ca bos #42618: unavailable meshio formats removed from GUI; Gmsh 2 format added to tested formats Guytri KASTANE 2024-07-25 17:04:56 +0200
  • 9f7018e42a [bos #42217][EDF 28921] Horseshoe with bodyfitting. Intermediate commit - parallel compute is disabled, some unrelated code commented out for debug! Hexahedron::compute() was splitted to smaller methods. Added debug output. SMDS_MeshElement::Print() now is a virtual method, otherwise only parent method was called. Konstantin Leontev 2024-07-24 18:06:11 +0100
  • 2a2216e5d2 [bos #42002] BodyFitting refactoring: NRTJ4 test fails after moving a part of code into a separate method jfa 2024-07-19 15:19:47 +0100
  • b6e0752eac Avoid anonymous namespaces and 'using' instructions in headers. Simplify tests code. Continue refactoring of Hexahedron::compute() method. jfa 2024-07-19 12:53:33 +0100
  • 4b39d980ce [bos #42217][EDF 28921] Horseshoe with bodyfitting. Konstantin Leontev 2024-07-17 10:23:05 +0100
  • 135a1513d4 Separating unit test for imported geometries and canonical shapes. Small modif on the numofthreads vector to avoid slow test run on machines with few cores. Erasing sporious files. cconopoima 2024-07-12 13:29:04 +0100
  • f7e94c2a07 Add some unit tests jfa 2024-07-11 16:46:22 +0100
  • 82f65d5e12 bos [#42217] separate polyhedrons with doubled faces. cce/42217 cconopoima 2024-07-11 15:48:17 +0100
  • 5625049832 42056 [CEA] Viscous layer 2D fails on a disc asozinov/42056 asozinov 2024-07-08 14:04:14 +0100
  • 446795b1c1 add MMG plugin V9_13_0rc1 Afeef 2024-07-05 11:24:15 +0200
  • 066445b0e6 add MMG plugin github/pr-1 Afeef 2024-07-05 11:24:15 +0200
  • 1824b937f0 [bos #42468] Change vertex limits for right and back faces to have same node ranges as gmsh export. cce/42468 cconopoima 2024-07-05 10:16:16 +0100
  • 21e8f82e00 Increment version: 9.13.0 jfa 2024-06-27 19:39:04 +0100
  • 9f7d4a55e2 [bos #42002][EDF] (2024) Bodyfitting refactoring. Implement classes Hexahedron and Grid in independent sources, write c++ unit tests for those utility classes. Replace parallel iterator of TBB by std::thread implementation to have control on the number of threads implemented. Solve random behavior. cconopoima 2024-05-26 13:04:12 +0100
  • cc09b83e05 StructuredCGNS - Write FamilyName info to be able to get the original group name from the BC node V9_13_0b1 Christophe Bourcier 2024-06-26 15:57:46 +0200
  • 1396881275 [bos #38500 #41499 #41496][EDF] Move thread header inclussion outside TBB conditional to allow compilation when TBB=OFF in SMESH. cce/BFWOTBB cconopoima 2024-06-20 09:58:10 +0100
  • a4d1fae96a [bos #38500 #41499 #41496][EDF] Make body fitting thread safe. Implement new parallel for function with std::threads to compute the elements and include needed lock_guard mutex wrapper in problematic function ::Add of B_Intersection and Hexahedron class. cce/BodyFitThreadSafe cconopoima 2024-06-18 09:55:50 +0100
  • 27c8af8c6e [bos #41122][EDF] Quadrangle radial for face which curved edges didn't discretize properly on medial axe construction leading to wrong mesh of the face. V9_13_0a2 V9_13_0a1 cce/41122 cconopoima 2024-06-04 15:42:08 +0100
  • 3c7d932660 [bos #40649][CEA] include support to export when cgns is compile with option DCGNS_ENABLE_64BIT:BOOL=ON cce/supportToInt64cgnsExport cconopoima 2024-05-28 14:24:17 +0100
  • 453bbcd621 [COTECH] Fix copyright to be CEA, EDF cbr/fix_copyright_CEA_EDF Christophe Bourcier 2024-06-03 12:59:18 +0200
  • 1c803cac61 [bos #41978][EDF] Edit table of density on wire discretization. Load properly the first Value of the entry on edit submesh. cce/41978 cconopoima 2024-05-29 13:44:02 +0100
  • e5b66ee76e Fixed installation issue on Windows mbs 2024-05-28 17:20:55 +0100
  • b9d215ee2d [bos #40649][CEA] Export Structured mesh in CGNS format for 2DQuadrangle and 3DHexahedron(i,j,k). cce/40649 Cesar CONOPOIMA 2024-03-21 09:12:46 +0000
  • 1a19565041 [bos #41867][CEA] Handle properly 3D VL when certain edges are not meshed. cce/41867 cconopoima 2024-05-14 15:00:11 +0100
  • e85c9d5b6b [bos #40653][CEA] New mesh import export formats with meshio. Added using MESHIO_VERSION env variable to detect meshio version. Exodus format removed from a file filter on Windows. kleontev/40653_mesh_import_export_formats_meshio Konstantin Leontev 2024-05-14 20:50:43 +0100
  • 35c26749e5 Merge branch 'OCCT780' mbs 2024-05-16 08:52:48 +0100
  • 0eea513c93 Porting to OCCT 7.8.0 OCCT780 jfa 2024-01-15 13:40:33 +0000
  • 651e4ea969 [bos #40650][CEA 33012] Beta Law distribution: added a new type of distribution for Wire Discretisation algorith Number of Segments. kleontev/40650_Beta_Law_distribution Konstantin Leontev 2024-03-22 09:28:22 +0000
  • 6cad3d5607 [bos #40653][CEA] New mesh import export formats with meshio. Konstantin Leontev 2024-02-07 09:48:43 +0000
  • 6fe43e9346 Update of CheckDone yoann.audouin 2024-03-21 15:25:31 +0100
  • 127761db37 Compute also dump a check on isDone through function CheckCompute YOANN AUDOUIN 2023-09-11 08:09:40 +0200
  • 42e25f073b [bos #38643][EDF] Laplacian Smoothing 2D. cce/38643 cconopoima 2023-11-16 17:33:59 +0000
  • e797720182 [box #38049][EDF] (2023-T3) Usages in SMESH yoann.audouin 2024-03-14 08:11:26 +0100
  • 2ee8fd1463 Refactor ex18_dome2 smesh test. Remove extra edges of individual semisphere instead of entire geometry. cce/jfa_Porting_OCCT_780_MasterRebased cconopoima 2024-03-05 12:47:46 +0000
  • 641ff4e312 Modifications for conformity with test base and non regressional tests. cconopoima 2024-03-04 19:35:29 +0000
  • 66c7e4a32d [bos #32739][CEA] 3D warp asozinov 2023-05-15 16:14:50 +0100
  • 2bb0b0793c Adding python example on how to reproduce content of Mesh information for element and node CR32729 yoann.audouin 2024-03-01 16:10:08 +0100
  • af0dc2754a Adding python example on how to reproduce content of Mesh information for element and node yoann.audouin 2024-03-01 16:10:08 +0100
  • 5b323f6344 [bos #32739][CEA] 3D warp CR32739 asozinov 2023-05-15 16:14:50 +0100
  • 2de9636a4f bos#40018 - Mesh hypothesis window is not modal show/hide mesh window, whenever hypothesis window gets displayed mbs/40018_mesh_window_is_not_modal mbs 2023-12-18 17:24:40 +0000
  • 89f68b9edc Fix porting error jfa 2024-02-21 16:12:31 +0000
  • 12e1afbe9a Porting to OCCT 7.8.0: modify test to workaround Netgen instability. jfa 2024-02-05 13:12:06 +0000
  • 79593057d5 Porting to OCCT 7.8.0 jfa 2024-01-15 13:40:33 +0000
  • 19933f4ad5 Fix porting error jfa/Porting_OCCT_780 jfa 2024-02-21 16:12:31 +0000
  • 92d86c3c19 Fix bos #40700 Only test volume of pyramids (min and max) to not be dependant of MG-Tetra mesh cbr/improve_test_import_1D2D_with_tetras_and_pyras Christophe Bourcier 2024-01-25 14:23:41 +0100
  • f4c4faf3d9 Correction for parallel mesh yoann.audouin 2024-02-15 16:51:18 +0100
  • 2f85c8d0c4 Handling cas were shaperstudy is not avaialable for salome on demand yoann.audouin 2024-02-14 14:37:13 +0100
  • 29136aef51 Merge commit '9a170f0e1e02756cc5ea83e717a69ce72732f0b9' AUDOUIN Yoann 2024-02-09 09:51:16 +0100
  • 0999279092 Porting to OCCT 7.8.0: modify test to workaround Netgen instability. jfa 2024-02-05 13:12:06 +0000
  • bdcf8f151a [bos #40505][CEA] Allow assign of 3D Tetra paramam on imported 2D mesh. cce/40505 cconopoima 2024-01-15 10:21:12 +0000
  • aa4fd29b86 Minor correction in documentation yoann.audouin 2024-01-24 16:19:28 +0100
  • 9a170f0e1e [bos #38052][EDF](2023-T3) Option to replace polyhedrons by hexahedrons in the body frontier based in a predefined volume relation. cce/38052Fitting cconopoima 2023-10-16 09:37:41 +0100
  • 3b570ddfbe Updated copyright comment mbs 2024-01-20 14:16:41 +0000
  • aa034dad38 Modifications to properly handle parallel compute for 2D cce/38045 yoann.audouin 2024-01-02 14:58:58 +0100
  • b0b5c3242d Handling gmsh global parameter for a gmsh ParallelMesh yoann.audouin 2024-01-02 09:53:50 +0100
  • a33b1ed60e [bos #38045][bos #38046] New SA versions of NETGEN and GMSH. cconopoima 2023-10-31 06:45:26 +0000