]>
SALOME platform Git repositories - plugins/gmshplugin.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
yoann.audouin [Tue, 16 Jan 2024 14:01:02 +0000 (15:01 +0100)]
Adding missing save for hdf
YOANN AUDOUIN [Thu, 21 Dec 2023 10:45:13 +0000 (11:45 +0100)]
Adding verbosity control for gmsh
mbs [Mon, 19 Jun 2023 16:36:45 +0000 (17:36 +0100)]
updated copyright message
mbs [Fri, 16 Jun 2023 18:46:53 +0000 (19:46 +0100)]
updated copyright message
jfa [Thu, 25 May 2023 13:54:24 +0000 (14:54 +0100)]
Increment version: 9.11.0
cconopoima [Thu, 11 May 2023 15:29:17 +0000 (12:29 -0300)]
Passing value of UParameter on SetNodeOndEdge method.
akondrat [Mon, 12 Dec 2022 04:55:44 +0000 (04:55 +0000)]
[EDF] (2022-T3) Creation of 3D mesh with GMSH based on 2D mesh created with another algorithm
Nabil Ghodbane [Wed, 12 Apr 2023 11:56:49 +0000 (13:56 +0200)]
spns #34443: on Windows, if HXT algorithm is used, ensure number of threads for this 3D algorithm is set to 1.Computation will fail otherwise.
jfa [Thu, 15 Dec 2022 18:54:08 +0000 (21:54 +0300)]
Merge branch 'V9_10_BR'
jfa [Tue, 22 Nov 2022 11:19:00 +0000 (14:19 +0300)]
Increment version: 9.10.0
Konstantin LEONTEV [Tue, 4 Oct 2022 15:10:48 +0000 (18:10 +0300)]
[bos #32189][CEA] SALOME README file: updated links to salome site.
Afeef [Wed, 28 Sep 2022 08:49:15 +0000 (10:49 +0200)]
Merge branch 'mab/gmsh_4.10_squashed'
Gmsh upgrade 4.8 -> 4.10.3
- This commit adds interfaces MeshSizeFromCurvature which is used
to control mesh size on curved edges (input [int] # of elements per
2Pi).
- Adds new algorithm for quad meshing from Gmsh based on frame-fields.
- Corrects gmsh options for meshsizes.
- Updates documentation.
Afeef [Fri, 24 Jun 2022 11:27:07 +0000 (13:27 +0200)]
Gmsh upgrade 4.8 -> 4.10
- This commit adds interfaces MeshSizeFromCurvature which is used
to control mesh size on curved edges (input [int] # of elements per
2Pi).
- Adds new algorithm for quad meshing from Gmsh based on frame-fields.
- Corrects gmsh options for meshsizes.
- Updates documentation.
NATHALIE GORE [Wed, 7 Sep 2022 08:07:56 +0000 (10:07 +0200)]
switch salome_driver_test to python_driver_test
rnv [Tue, 2 Aug 2022 09:16:59 +0000 (12:16 +0300)]
#30450 [CEA][Windows][Forum] SHAPER activation after GMSHPLUGIN call
eap [Fri, 8 Jul 2022 16:08:26 +0000 (19:08 +0300)]
bos #30292 [CEA 30288] changing GMSH hypothesis creates holes
vsr [Wed, 8 Jun 2022 16:03:16 +0000 (19:03 +0300)]
bos #29483 Merge branch 'eap/29483_gmsh_sub'
eap [Thu, 5 May 2022 17:44:52 +0000 (20:44 +0300)]
bos #29483 Sub-meshes with GMSH
vsr [Tue, 31 May 2022 09:01:59 +0000 (12:01 +0300)]
Merge branch 'V9_9_BR'
vsr [Thu, 5 May 2022 14:36:51 +0000 (17:36 +0300)]
Copyright update 2022
vsr [Thu, 5 May 2022 07:36:54 +0000 (10:36 +0300)]
Increment version: 9.9.0
rnv [Fri, 8 Apr 2022 15:06:45 +0000 (18:06 +0300)]
#18709 [CEA][Windows] Adding GMSH/GMSHPLUGIN to SALOME
vsr [Wed, 2 Mar 2022 12:24:02 +0000 (15:24 +0300)]
bos #18710 Compile GMSHPLUGIN on Windows
vsr [Fri, 10 Dec 2021 09:29:32 +0000 (12:29 +0300)]
Merge branch 'V9_8_BR'
vsr [Fri, 26 Nov 2021 10:21:48 +0000 (13:21 +0300)]
Increment version: 9.8.0
vsr [Mon, 1 Nov 2021 16:39:27 +0000 (19:39 +0300)]
Fix 'make test' in WOGUI mode - some tests can be only executed in GUI session
Afeef [Fri, 24 Sep 2021 09:30:35 +0000 (11:30 +0200)]
Correction to mapping and adding HXT in 3D
Afeef [Mon, 20 Sep 2021 14:54:07 +0000 (16:54 +0200)]
Integrate GMSH NR
eap [Fri, 17 Sep 2021 11:17:22 +0000 (14:17 +0300)]
fix warning
Afeef [Fri, 10 Sep 2021 14:18:33 +0000 (16:18 +0200)]
Adds Hextrems HXT algorithm
- Activates parallel meshing via HXT
algorithm via the Gmsh interface
Afeef [Fri, 3 Sep 2021 08:57:05 +0000 (10:57 +0200)]
Enable Backward Compatability and Correct Mappings 3D meshing
- NEW 1: New algorithms for quad meshing (simple, blossom,
simplefullquad, and blossomfullquad)
- CHANGES 1: This commit allows compilation of Gmsh 4.1 &
Gmsh 4.8
Afeef [Mon, 30 Aug 2021 10:17:19 +0000 (12:17 +0200)]
Multiple fixes to Gmsh functionality and upgrade to Gmsh 4.8.4
- FIX 1 : Gmsh 3D algorithm was wrongly mapped (Bug ref. spns #24634)
the user was unable to choose properly the 3D meshing algorithm. The
correction for this is in GMSHPlugin_mesher.cxx, correct mapping is
now chosen << mapAlgo3d[_algo3d]) >>
- FIX 2 :Compound meshing issue that resulted in extra unwanted edges
from the geometry object (Bug ref. #bos 24165) is now fixed. Added a
new function SetCompoundMeshVisibility() in GMSHPlugin_Mesher.cxx
that helps elimenating these edges while transfer to SMESH. Note this
artifact is native to Gmsh.
- ADDITIONAL CHANGE 1: 3D algorthims used in Gmsh 4.8.4 have changed
(Delaunay, Frontal-Delaunay, MMG3D, R-Tree) are the ones avaliable in
4.8.4. Compared to 4.1.4 no more FrontalHex and Fontal in 3D, also we
have added Delaunay in 3D which was missing bedofe.
- ADDITIONAL CHANGE 2: Delaunay in 3D is now the default algorithm.
Afeef [Fri, 23 Jul 2021 13:37:06 +0000 (15:37 +0200)]
Fixes compound mesh failur [spns 24411]
Since gmsh version 4.3 when compund meshing is involved Gmsh
produces extra discrete surfaces apart from the original topology
Gmsh meshing procedure needs acess to each of the original topology
and the meshed topology.
Hence we bypass the additional DiscreteSurface mesh in case compound
meshing is involved. This bypass is needed during the GMSHPlugin_Mesher::FillSMesh()
Afeef [Tue, 22 Jun 2021 14:14:07 +0000 (16:14 +0200)]
Porting to Gmsh Version 4.8.4 :
"_compound" is renamed to "compound"
- "GeomType" CompoundCurve, CompoundSurface, and CompoundVolume
are determined by "!haveParametrization()".
Anthony Geay [Fri, 27 Aug 2021 11:33:06 +0000 (13:33 +0200)]
Available in GUI of SSL mode
vsr [Mon, 24 May 2021 14:23:59 +0000 (17:23 +0300)]
Merge branch 'V9_7_BR'
Anthony Geay [Tue, 18 May 2021 09:20:04 +0000 (11:20 +0200)]
export into medcoupling data structure
vsr [Tue, 27 Apr 2021 13:20:36 +0000 (16:20 +0300)]
Increment version: 9.7.0
eap [Wed, 17 Mar 2021 14:59:13 +0000 (17:59 +0300)]
bos #20256: [CEA 18523] Porting SMESH to int 64 bits
vsr [Mon, 5 Apr 2021 18:15:43 +0000 (21:15 +0300)]
Avoid installing redundant files
vsr [Tue, 23 Mar 2021 16:37:08 +0000 (19:37 +0300)]
Copyright update 2021
Anthony Geay [Wed, 3 Feb 2021 08:20:54 +0000 (09:20 +0100)]
WIP
SALOME [Wed, 26 Aug 2020 08:14:56 +0000 (11:14 +0300)]
#18963 Minimize compiler warnings
vsr [Wed, 11 Nov 2020 16:40:00 +0000 (19:40 +0300)]
Merge branch 'V9_6_BR'
vsr [Fri, 16 Oct 2020 16:06:22 +0000 (19:06 +0300)]
Increment version: 9.6.0
vsr [Fri, 10 Jul 2020 15:18:11 +0000 (18:18 +0300)]
Merge branch 'V9_5_BR'
vsr [Tue, 19 May 2020 10:29:58 +0000 (13:29 +0300)]
Increment version: 9.5.0
vsr [Mon, 20 Apr 2020 07:58:57 +0000 (10:58 +0300)]
Include SalomeMacros.cmake with NO_POLICY_SCOPE to apply policies
vsr [Thu, 16 Apr 2020 17:15:17 +0000 (20:15 +0300)]
Remove CMake warnings: set-up cmake policies globally in SalomeMacros.cmake
vsr [Wed, 15 Apr 2020 18:27:31 +0000 (21:27 +0300)]
Copyright update 2020
vsr [Fri, 28 Feb 2020 08:51:44 +0000 (11:51 +0300)]
Porting to Paraview 5.8
eap [Wed, 19 Feb 2020 16:36:40 +0000 (19:36 +0300)]
#18723. fix typo
eap [Wed, 19 Feb 2020 16:22:33 +0000 (19:22 +0300)]
#18723 [CEA 18597] GMSH Hypothesis and groups as compounds
eap [Wed, 19 Feb 2020 11:45:08 +0000 (14:45 +0300)]
#18601 [CEA 18597] GMSH missing from SMESH algorithms/ GMSH regression
vsr [Fri, 6 Dec 2019 13:04:29 +0000 (16:04 +0300)]
Merge branch 'V9_4_BR'
rnv [Wed, 6 Nov 2019 06:54:00 +0000 (09:54 +0300)]
Increment version: 9.4.0
rnv [Mon, 26 Aug 2019 16:24:53 +0000 (19:24 +0300)]
Improve documentation generation.
rnv [Fri, 31 May 2019 12:58:02 +0000 (15:58 +0300)]
Remove QT4 compatibility.
vsr [Mon, 6 May 2019 10:56:36 +0000 (13:56 +0300)]
Merge branch 'V9_3_BR'
vsr [Thu, 28 Mar 2019 06:59:51 +0000 (09:59 +0300)]
Increment version: 9.3.0
rnv [Tue, 12 Mar 2019 10:29:34 +0000 (13:29 +0300)]
[CEA 13302] Policy for c++ files ? using namespaces in c++ header files. boost_ptr / shared_ptr
rnv [Wed, 27 Feb 2019 12:28:48 +0000 (15:28 +0300)]
Porting to gmsh-4.1.4
vsr [Tue, 5 Mar 2019 07:05:09 +0000 (10:05 +0300)]
Merge branch 'V9_2_2_BR'
vsr [Mon, 25 Feb 2019 12:58:38 +0000 (15:58 +0300)]
Increment version: 9.2.2
vsr [Thu, 14 Feb 2019 13:34:41 +0000 (16:34 +0300)]
Update copyrights
vsr [Fri, 8 Feb 2019 11:27:49 +0000 (14:27 +0300)]
Increment version: 9.2.1
Paul RASCLE [Thu, 20 Dec 2018 13:42:11 +0000 (14:42 +0100)]
add access to 'packing of parallelograms' algorithm: patch from Maximilen SIAVELIS (SimulEase)
vsr [Mon, 10 Dec 2018 14:51:35 +0000 (17:51 +0300)]
Switch development flag to 1
vsr [Fri, 16 Nov 2018 08:16:07 +0000 (11:16 +0300)]
Increment version: 9.2.0
vsr [Thu, 1 Nov 2018 13:48:30 +0000 (16:48 +0300)]
Add documentation fallbacks
eap [Tue, 16 Oct 2018 10:47:56 +0000 (13:47 +0300)]
Typo and whitespace fixes by Kunda
http://www.salome-platform.org/forum/forum_9/
454200149 #
834683007
eap [Tue, 18 Sep 2018 11:58:42 +0000 (14:58 +0300)]
23586: [EDF] HYDRO: Copy mesh to new geometry
rnv [Tue, 11 Sep 2018 14:48:36 +0000 (17:48 +0300)]
Increment version: 9.1.0
eap [Thu, 26 Jul 2018 13:35:17 +0000 (16:35 +0300)]
Fix the command running the tests
Paul RASCLE [Mon, 9 Jul 2018 15:07:40 +0000 (17:07 +0200)]
add salome tests
rnv [Thu, 7 Jun 2018 12:17:10 +0000 (15:17 +0300)]
Merge V9_dev branch into master
vsr [Thu, 31 May 2018 15:41:58 +0000 (18:41 +0300)]
Merge branch 'V8_5_BR'
vsr [Fri, 20 Apr 2018 06:31:49 +0000 (09:31 +0300)]
Increment version: 8.5.0
rnv [Fri, 15 Dec 2017 09:03:23 +0000 (12:03 +0300)]
Redesign SALOME documentation
rnv [Thu, 15 Mar 2018 12:32:17 +0000 (15:32 +0300)]
0023537 : Non regression test distene/GMSH failed
rnv [Wed, 31 Jan 2018 13:27:58 +0000 (16:27 +0300)]
OpenCASCADE Cmake configuration
rnv [Fri, 29 Dec 2017 12:54:43 +0000 (15:54 +0300)]
Python 3 porting & Multi-study removing
vsr [Tue, 3 Oct 2017 09:22:15 +0000 (12:22 +0300)]
Merge V8_4_BR branch.
vsr [Wed, 27 Sep 2017 12:57:07 +0000 (15:57 +0300)]
Fix a copy-paste mistake
mnt [Wed, 20 Sep 2017 12:14:00 +0000 (15:14 +0300)]
Fix compilation errors using gcc 5 relating to explicit stream::operator bool()
Paul RASCLE [Sun, 6 Aug 2017 21:38:51 +0000 (23:38 +0200)]
adapt to GMSH 3.0.4 and SALOME 8.3.0
vsr [Wed, 26 Oct 2016 10:46:37 +0000 (13:46 +0300)]
Migrate on CMake and Qt 5
Paul RASCLE [Fri, 15 Jan 2016 08:20:37 +0000 (09:20 +0100)]
portage V7_7_0
Paul RASCLE [Wed, 18 Nov 2015 13:42:03 +0000 (14:42 +0100)]
depot initial V7_2_0