cconopoima
ccecac5e15
[bos #38045 ] [EDF] (2023-T3) Stand alone version for Netgen meshers.
...
Separating mesh face and proxy mesh for quand adaptors and VL in 3D.
Intermedial commit
First version of 1D SA.
2D SA version and definition of simpleHypo.
Define the NETGENPlugin_NETGEN_1D2D3D_SA class to implement 1D,1D2D,1D2D3D SA version of the mesh. Using NETGENPlugin_NETGEN_2D_SA class to define the 2D SA version.
Cleaning code.
Toward 2D SA version.
Function to feed 1D elements from imported mesh into netgen.
2D SA version for netgen.
Finish support for parallel computing of 2D mesh with netgen. Add the NETGEN_2D_Remote. UsIn NETGEN_2D_SA class use bounding box of faces to allow fast discarting edge nodes far from the faces been meshed.
2024-01-18 10:30:12 +00:00
mbs
ab749f8f58
updated copyright message
2023-06-19 17:55:24 +01:00
mbs
2d646f5c7d
updated copyright message
2023-06-16 20:00:59 +01:00
Yoann Audouin
5bf2f4cc8d
Adding new algo for parallel meshing
2022-11-16 09:14:35 +01:00
Yoann Audouin
638fecd6a5
Revert "Merge branch 'yan/parallel_mesh2'"
...
This reverts commit 92cbce71d361328b23d943ad87d52db9f5282c72, reversing
changes made to 8142dcc96afb3eec72c4932f4778c0ef0c79d8f9.
2022-11-02 10:56:58 +01:00
Yoann Audouin
9f2b637978
Cleanup of NETGEN_2D_Only
2022-09-28 08:18:14 +02:00
Yoann Audouin
08f1ef4cc3
cout replaced by MESSAGE + clean up
2022-09-28 08:17:53 +02:00
Yoann Audouin
a99d4c8ed2
Removing hard coded meshname from Mesh import
2022-09-28 08:17:53 +02:00
Yoann Audouin
eb6fde7687
Adding support for BRep for shape
2022-09-28 08:17:53 +02:00
Yoann Audouin
c59a01e4ce
Renaming functions and files + minor corrections in runner_main to detect what to do
2022-09-28 08:17:51 +02:00
Yoann Audouin
0722b0a29e
partial work for netgen2d in run_mesher + corrections for netgen3d nodeVec + restoring sequential netgen2D_only
2022-09-28 08:17:27 +02:00
Yoann Audouin
e0e2b32c55
Working version for run_mesher for netgen 3d
2022-09-28 08:17:27 +02:00
Yoann Audouin
acbb35b4c3
Using provider for occgeom and nglib
2022-09-28 08:17:27 +02:00
vsr
2644070e7c
Copyright update 2022
2022-05-05 17:25:00 +03:00
eap
a8606239fd
bos #18711 [CEA 18704] COTECH action 117.4: NETGEN 6 Integration in SALOME
...
cleanup + PATCH
2021-09-06 15:52:51 +03:00
eap
01572b6331
bos #20256 : [CEA 18523] Porting SMESH to int 64 bits
2021-04-19 17:33:29 +03:00
vsr
a3145d1ba3
Copyright update 2021
2021-03-24 20:52:31 +03:00
eap
0f6a0216f7
#18711 [CEA 18704] COTECH action 117.4: NETGEN 6 Integration in SALOME
2020-12-10 13:14:25 +03:00
vsr
f9693c55bc
Copyright update 2020
2020-04-16 10:34:13 +03:00
vsr
be26e71878
Update copyrights
2019-02-14 18:09:52 +03:00
eap
ce10bee1cd
23627: [IMACS] ASERIS: project point to the mesh and create a slot
...
Expose all NETGEN parameters via the plugin
2019-01-17 16:03:36 +03:00
rnv
d0f1a65f28
Merge V9_dev branch into master
2018-06-14 14:52:21 +03:00
eap
49d8574391
typo-fix by Kunda
...
http://www.salome-platform.org/forum/forum_9/975195177
2018-02-27 14:30:42 +03:00
rnv
ac5dc648d8
Merge changes from 'master' branch.
2017-12-29 16:22:02 +03:00
eap
a7d2d23910
GPUSPHGUI: create a 2D remesher algo and add Chordal Error parameter
2017-10-17 17:38:39 +03:00
rnv
1b359b696a
Merge multi-study removal branch.
2017-06-08 18:41:14 +03:00
eap
6a883c4b4a
IPAL54027: Projection algo is very long on a face with many edges
...
args of StdMeshers_FaceSide::GetFaceWires() changed
2017-03-09 11:08:50 +03:00
eap
dbfaad0241
Remove useless MESSAGEs
2017-01-12 21:18:58 +03:00
rnv
a977b1282b
Fix preprocessor instructions for GCC
2016-11-25 18:58:00 +03:00
ana
21d85e8d2a
Windows compatibility.
2016-11-25 17:24:58 +03:00
imn
9cc5a6ab79
0023299: [CEA] Finalize multi-study removal
...
- delete study id parameter
2016-10-14 17:01:39 +03:00
eap
e1a0d0a23f
Add possibility to define Local Size via a file
2016-10-07 17:49:45 +03:00
eap
a5c8f82089
Enable Local Size for NETGEN 3D and NETGEN 2D
2016-08-30 15:38:14 +03:00
eap
a60d97e956
Fix compilation after changes in SMESH headers
...
+ Eliminate warnings
2016-06-29 16:10:15 +03:00
vsr
043ee5d5fe
Copyright update: 2016
2016-03-21 18:12:56 +03:00
eap
a6ff10e23f
Fix compilation errors using gcc-5.X relating to explicit stream::operator bool()
...
+ Fix compilation warnings
2016-01-14 14:49:35 +03:00
eap
129557feea
IPAL52861: Netgen 2D fails on a sphere
...
IPAL22848: Netgen 1D-2D-3D fails on a cone with default Simple parameters
IPAL20479: computation of the mesh (on cone + box) via "NETGEN 1D_2D_3D" is failed.
Fixes:
1) Avoid setting a local size to zero on a degenerated edge
2) Avoid creating coincident NETGEN points (though with different UV) on a seam edge
2015-09-04 13:59:33 +03:00
eap
e7d8354cb4
23068: [CEA 1505] Be able to keep meshing in 2D after having merged the nodes in 1D
2015-07-09 12:46:41 +03:00
akl
99cf7a6a3c
Copyrights update 2015.
2015-02-16 16:17:41 +04:00
eap
48e88528c4
Regressions
...
2D_mesh_NETGEN_03/D2
bugs_05/F2
bugs_16/S8
2014-10-02 13:28:55 +04:00
eap
d4270a3332
22690: [CEA 1276] Regression on the test script ecorce.py
2014-09-15 14:47:00 +04:00
eap
c0eaa8e783
IPAL52497: NETGEN 2D is 1.5 times slower in v7.4.0 than in v7.2.0
2014-09-12 19:26:17 +04:00
eap
86f0b5ec0b
22483: EDF 2772 SMESH: Define several 3D viscous layer hypotheses on the same Geometry
2014-08-27 15:18:30 +04:00
eap
0a380c9757
22483: EDF 2772 SMESH: Define several 3D viscous layer hypotheses on the same Geometry
2014-08-22 15:38:59 +04:00
vsr
56779ee521
Revert "Synchronize adm files"
...
This reverts commit bc0818fc4c602b9fc07da44394126e47d3611163.
2014-08-07 14:10:17 +04:00
Maintenance team (INV)
bc0818fc4c
Synchronize adm files
2014-08-06 23:18:26 +04:00
eap
88496597ee
No more SetSurfaceCurvature() but SetUseSurfaceCurvature()
...
And fix SIGSEGV if SetUseSurfaceCurvature(False) + Optimize(True)
2014-05-08 11:50:54 +04:00
eap
67c76bbea8
Meshing in Salome 7.3.0 (partly) worse than in Salome 7.2.0
...
http://www.salome-platform.org/forum/forum_12/177188362
Speed-up a bit and fix a bug that _hypParameters in not nullified in CheckHypothesis()
2014-04-23 15:31:14 +04:00
akl
fd0f83d500
Update copyrights 2014.
2014-02-19 16:50:20 +04:00
vsr
3302782c77
Merge from BR_imps_2013 14/01/2014
2014-01-15 10:08:00 +00:00