Commit Graph

  • 5ffe84898a EDF 30254 - quadratic to biquadratic : several problems asozinov/42097 asozinov 2024-08-26 16:40:48 +0100
  • c51e870373 Merge branch 'V9_13_BR' master 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
  • e451350be3 [CEA] Wrong mesh generated by Import1D2D on a cylindrical hole and sometime crash eksu/42244 Ekaterina Sukhareva 2024-07-09 09:33:29 +0100
  • 82a30347d8 EDF 30254 - quadratic to biquadratic : several problems asozinov 2024-06-21 14:04:58 +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
  • 498ebef364 EDF 30254 - quadratic to biquadratic : several problems asozinov 2024-06-19 15:22:24 +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
  • 53aee8c784 Correctly update mesh and group icons in the object browser jfa/41485 jfa 2024-07-01 15:17:35 +0100
  • 4998116b98 [bos #41485] Fixed memory error, possibly related to this issue jfa 2024-05-21 17:06:26 +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
  • ee0bee16d1 Reload from file asozinov/40654 asozinov 2024-06-26 14:17:19 +0100
  • 0f7ae1cbd7 Reload from file asozinov 2024-05-03 16:35:14 +0100
  • 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
  • 50d7a465b6 Porting to OCCT 7.8.0 jfa 2024-01-15 13:40:33 +0000
  • d2955ae6fb Merge branch 'V9_12_BR' jfa 2024-01-13 00:44:31 +0000
  • 551c946e0e New method was not working when mesh was removed yan/compute_dump yoann.audouin 2024-01-04 14:10:43 +0100
  • cea2aeff10 Adding option to simplify polyhedrons yan/dual_simplify_poly YOANN AUDOUIN 2023-12-20 08:26:11 +0100
  • de5c0c59ec Usages in SMESH 38049_SmeshLog Ekaterina Sukhareva 2023-12-14 13:50:10 +0000
  • d006955bea Better error handling for parallel mesh YOANN AUDOUIN 2023-12-13 11:15:08 +0100
  • 0d03310b89 [bos #40035][EDF] Handle Salome Exception in interface to retun meaninfull error message when the shrink geometry does not match the topology of the original geometry. V9_12_0rc1 V9_12_0 cce/40035 V9_12_BR cconopoima 2023-12-06 11:53:31 +0000
  • 9340c7602a Merge commit 'd2cb3e2d6f20bc6b7d1cca13a6b6339a6f582cdb' into V9_12_BR BERNHARD Martin OpenCascade 2023-12-06 16:34:31 +0100
  • d2cb3e2d6f [bos #39969][CEA] Mesh name change wehn submesh is edited. cce/39969 cesarconopoima 2023-12-04 11:53:16 +0000
  • a1fec70458 Dump of compute now also checking isDone YOANN AUDOUIN 2023-09-11 08:09:40 +0200
  • 6095578f76 Increment version: 9.12.0 jfa 2023-11-20 18:27:46 +0000
  • 1dab7a05bb [bos #38521][EDF] Split Polyhedron with more than one volume. V9_12_0b1 cce/38521 cconopoima 2023-11-08 15:36:01 +0000
  • b363bece45 bos #37027 [EDF] Define more general geomTol value to detect mesh edges in geom edges in 1D meshing import. cce/37027 cconopoima 2023-08-24 15:59:13 +0100
  • 274fd4f2db Merge commit '6600bcec782fc8b6c72871fe6e08bd19a34a4e2b' AUDOUIN Yoann 2023-10-30 08:17:28 +0100
  • 1eed742fd3 [bos #38088] [CEA] Create documentation for Offset transformation in SMESH. cce/38088 cconopoima 2023-10-16 13:17:36 +0100
  • d3c3260cd9 [bos #35147] [EDF] (2023-T1) Decompose Viscous Layer API. cce/35147VL cconopoima 2023-07-25 16:15:25 -0300