Commit Graph

  • 6c676b54d8 Updated copyright comment V9_14_BR mbs 2025-01-10 11:28:54 +0000
  • 6f397a6da4 [bos #44003] fixed W10 compilation mbs/44003_compilation_broken Martin Bernhard 2025-01-09 16:14:24 +0000
  • d38882629c bos #44003: link against SALOMELocalTrace spns/44003_compilation_broken Nabil Ghodbane 2025-01-09 15:46:45 +0100
  • 0f87671448 updated the expected number of nodes/elements in each "blocFissure" test script mbs/43146_bad_pyramids_reverted mbs 2025-01-07 18:35:00 +0000
  • d2b106347d fixed compile error mbs/43146_bad_pyramids mbs 2024-10-23 10:44:18 +0100
  • fd31c878e9 updated number of mesh elements to test after algo change mbs 2024-10-21 21:43:41 +0100
  • 89ce13b860 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
  • 34a6e0e20f updated blocFissure_03 test with new number of generated elements mbs 2024-10-15 15:02:14 +0100
  • b6b837fc3e manually reverted commit d69e4fb6c7 to get good pyramides mbs 2024-10-15 09:43:07 +0100
  • 5381e340da Revert "bos #29266 EDF 24971 - SALOME crashes" mbs 2025-01-07 10:31:52 +0000
  • 4e3a6d188b Revert "Revert "[EDF31321]: Add bootsrap in smesh's dependence"" master DUC ANH HOANG 2025-01-06 14:14:56 +0100
  • 2f54405502 Merge branch 'asozinov/42002_free_nodes_regression' into V9_14_BR mbs 2024-12-20 17:43:40 +0000
  • 6e3eeaa6b3 Regression with free nodes after 42002 refactoring asozinov/42002_free_nodes_regression asozinov 2024-11-12 13:48:58 +0000
  • 156112ef20 Revert "[EDF31321]: Add bootsrap in smesh's dependence" DUC ANH HOANG 2024-12-20 10:35:56 +0100
  • 82ab2838b5 EDF 30254 - quadratic to biquadratic : several problems asozinov 2024-06-19 15:22:24 +0100
  • d3b58de064 EDF 30254 - quadratic to biquadratic : several problems asozinov/42097 asozinov 2024-06-19 15:22:24 +0100
  • de95b32809 Merge branch 'duc/odys_suit_integration' DUC ANH HOANG 2024-12-19 14:42:12 +0100
  • 99982624e6 A warning message has been added for bos #43693 EDF 31394 - Create 2D Seg eksu/43693 Esukhareva 2024-12-17 10:13:51 +0000
  • 9e961b5451 Merge branch 'kleontev/43370_Swich_Composite_Side_Wire_Discretization_2' into V9_14_BR mbs 2024-12-16 15:45:41 +0000
  • 9dd9f7684c [bos #43370] Swich Composite Side to Wire Discretization. Fixed when a propagation chain weren't rebuilt after changing an algorithm on father mesh. Added tests. Added a note about calling base class clear() for a child of SMDS_ElementHolder. Removed redundant output. kleontev/43370_Swich_Composite_Side_Wire_Discretization_2 Konstantin Leontev 2024-11-08 13:53:59 +0000
  • bfb26640cb Merge branch 'mbs/43494_regular1d_issue' into V9_14_BR mbs 2024-12-16 14:27:48 +0000
  • 63567f57a1 [bos #43494] fixed Arithmetic1D discretization and added new error compensation function mbs/43494_regular1d_issue mbs 2024-11-13 15:50:59 +0000
  • 2cc3177230 Merge branch 'eksu/43483' into V9_14_BR mbs 2024-12-16 11:31:36 +0000
  • 81a40317e1 bos #43483 [CEA 42969] Viscous Layers generation issue eksu/43483 Esukhareva 2024-11-19 18:10:56 +0000
  • d67308f4f8 bos #43483 [CEA 42969] Viscous Layers generation issue Esukhareva 2024-11-19 18:10:56 +0000
  • f55dbc13fb [EDF31321]: Add bootsrap in smesh's dependence duc/odys_suit_integration DUC ANH HOANG 2024-12-05 15:01:53 +0100
  • 1841c623c3 Fix export structured CGNS when there is a group on several volumes that leads to duplicate name in 1to1 connectivity cbr/fix_export_cgns_error_name_not_unique Christophe Bourcier 2024-12-13 18:33:46 +0100
  • 43dbe162b5 Increment version: 9.14.0 jfa 2024-12-13 13:14:22 +0000
  • 75973dbe64 updated URL in README V9_14_0b1 mbs 2024-12-13 10:58:21 +0000
  • 8db3567826 BOS #40654 Reload from file asozinov/40654_squashed asozinov 2024-05-03 16:35:14 +0100
  • e88352f46f First implementation of iterator mch/iterator Mathis Chevallier 2024-12-11 15:01:07 +0100
  • fa8979eb56 split wasm_to_py from wasm_to_js kw_wasm_python_api Jules BOURDAIS 2024-12-06 13:29:23 +0100
  • 355891c37b update with SALOMEException in salome-bootstrap duc/Suit_only DUC ANH HOANG 2024-12-09 11:28:07 +0100
  • cbff81fbaa [EDF31321]: Add bootsrap in smesh's dependence DUC ANH HOANG 2024-12-05 15:01:53 +0100
  • 833235848b tmp: do not wrap smesh Jules BOURDAIS 2024-12-03 13:24:39 +0100
  • eecb991e2f tmp: get rid of pthread link Jules BOURDAIS 2024-12-03 13:07:49 +0100
  • bedb532f34 fix link time issues Jules BOURDAIS 2024-12-03 01:50:09 +0100
  • 34f7733106 [bos #43370] Swich Composite Side to Wire Discretization. Change to check only compatible hypoteses, added caching for processed ones. kleontev/43370_Swich_Composite_Side_Wire_Discretization Konstantin Leontev 2024-11-26 22:24:05 +0000
  • ea86803a14 [bos #43370] Swich Composite Side to Wire Discretization. Fixed when a propagation chain weren't rebuilt after changing an algorithm on father mesh. Konstantin Leontev 2024-11-26 17:30:52 +0000
  • f33241e70b [bos #43370] Swich Composite Side to Wire Discretization. Fixed calling base class clear() for childs of SMDS_ElementHolder. Added debug output, removed redundant output, added GroupOnGeom cleaning placeholder. Konstantin Leontev 2024-11-08 13:53:59 +0000
  • ed432ffceb bos #42143 [CEA] Structured CGNS: wrong groups exported from savec hdf 42143_warningBox Esukhareva 2024-11-22 14:51:32 +0000
  • a053c039d5 try SWIG wrappers approach to bypass CORBA infrastructure Jules BOURDAIS 2024-11-19 09:58:32 +0100
  • 9ae5c9d8d8 try to use omniORBpy infrastructure Jules BOURDAIS 2024-10-18 18:34:54 +0200
  • e60bcaf4a9 minor correction: to avoid the critical message of PluginsManager when SMESH_PYPLUGIN_DIR are not declared V9_14_0a2 DUC ANH HOANG 2024-11-12 11:24:56 +0100
  • 49eb5ff195 [EDF31137] : Modularize smesh python plugin DUC ANH HOANG 2024-10-29 14:58:06 +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
  • 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
  • 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
  • 622292a27e clean up JS emscripten bindings Louis Gombert 2024-08-30 08:34:47 +0000
  • dd63353c2b cleanup Louis Gombert 2024-08-28 12:10:12 +0000
  • 955a1a5422 cleanup Louis Gombert 2024-08-28 12:04:38 +0000
  • 310f0d5f89 Reactivate Python Louis Gombert 2024-08-27 13:55:59 +0000
  • 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
  • ec25237027 Fix Python compilation Louis Gombert 2024-08-26 14:42:33 +0000
  • 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
  • 8d229bbd1f WASM binding v1 Louis Gombert 2024-08-22 12:21:27 +0000
  • 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
  • 2bebe506c3 Debugging, changes to run C++ with Emscripten Louis Gombert 2024-08-21 14:16:22 +0000
  • 4628396bfe Remove memorylimit exe Louis Gombert 2024-08-20 13:03:22 +0000
  • 82e0e50732 Fix boost link issues Louis Gombert 2024-08-19 14:22:54 +0000
  • 71d64ca6f8 Remove usage of boost archive Louis Gombert 2024-08-19 10:19:19 +0000
  • ec1ac16769 Replace boost thread by pthreads Louis Gombert 2024-08-19 09:38:15 +0000
  • 91ef78b877 Remove dependance to sysinfo Louis Gombert 2024-08-19 07:58:58 +0000
  • a3243d0e6b Don't link to Qt5 and CGNS anymore Louis Gombert 2024-08-14 11:30:35 +0000
  • 00fc408f99 Fix for OCCT 7.6 WASM Louis Gombert 2024-08-13 11:43:53 +0000
  • 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
  • f3402508da Minimal compilation fixes: Remove Python, Qt and boost async refs Louis Gombert 2024-08-12 08:33:53 +0000
  • 1ead829f59 First compilation fixes Louis Gombert 2024-08-09 11:26:53 +0000
  • c8bd08f7fb Compile libmesh5 as C++ Louis Gombert 2024-08-08 21:36:59 +0000
  • 7a70a55209 Update with new UG faces API for VTK master Louis Gombert 2024-08-08 21:27:52 +0000
  • 08f42ae643 Fix emscripten search paths Louis Gombert 2024-08-08 11:09:37 +0000
  • 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