Commit Graph

243 Commits

Author SHA1 Message Date
Yoann Audouin
2d7a644a14 Removing Windows constraints 2022-11-08 08:48:00 +01:00
Yoann Audouin
237f486336 Replaced boost filesystem by std on windows 2022-11-04 16:47:04 +01:00
Yoann Audouin
ccde3874e2 Adding parallel meshing 2022-11-04 15:05:58 +01:00
Yoann Audouin
638fecd6a5 Revert "Merge branch 'yan/parallel_mesh2'"
This reverts commit 92cbce71d3, reversing
changes made to 8142dcc96a.
2022-11-02 10:56:58 +01:00
Yoann Audouin
58f15d2720 Revert "Corrections for parallel smesh"
This reverts commit 1aecb09c15.
2022-11-02 10:56:44 +01:00
Yoann Audouin
1aecb09c15 Corrections for parallel smesh
Was crashing one of the testbase NRT_GRIDS_SMESH_BUGS_08_I1.
Issue was that input info must be sorted to ensure the same number of
volumes in one process.
Also ensure that netgen::mparam parameters are all initialised.
2022-10-24 16:26:57 +02:00
Yoann Audouin
9bfa36efab Removing 30s limit on QProcess 2022-10-12 10:28:39 +02:00
Yoann Audouin
75f2fd83a4 Adding comments + removing SMESH_Gen argument 2022-10-04 14:32:49 +02:00
Yoann Audouin
fbfd90a1f8 Adding number of thread to netgen hypo + windows corrections 2022-10-03 18:11:35 +02:00
Yoann Audouin
3d82214289 Adding control of netgen log file 2022-10-03 16:15:33 +02:00
Yoann Audouin
61e4da3b0d Adding nnthreads as parameter for netgen 2022-10-03 15:46:12 +02:00
Yoann Audouin
54a50107a5 Cleanup use of netgen_params + restoring use of netgen error functions 2022-10-03 10:14:02 +02:00
Yoann Audouin
15a5ceeea7 Update of copyright 2022-10-03 08:04:00 +02:00
Yoann Audouin
1a79294029 Using MeshLocker + implementing call to assign for remote plugin 2022-10-03 08:02:37 +02: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
f6eaf8534d Creating Remote and SA NETGEN_3D plugins 2022-09-28 08:17:53 +02:00
Yoann Audouin
d9a37018c5 Refactoring of runner 2022-09-28 08:17:53 +02:00
Yoann Audouin
1b4859d135 Refactor in runner 2022-09-28 08:17:53 +02:00
Yoann Audouin
3c4eb540f8 Refactoring of normal Compute 2022-09-28 08:17:53 +02:00
Yoann Audouin
0de7ea3ca0 Now filling param _hypParameters and _stdMaxvolume 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
57061f40af Switchin to QProcess instead of sytem for remote compute 2022-09-28 08:17:53 +02:00
Yoann Audouin
2e8bc3b2b0 Better handle of deletion of temporary folder + missing delete of temporary SMESH_Mesh 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
2e0b7c8b58 Using RAII to remove file.close 2022-09-28 08:17:27 +02:00
Yoann Audouin
a71af09b16 Adding support of number of thread for the mesher 2022-09-28 08:17:27 +02:00
Yoann Audouin
9c3bd8e9d1 Renaming netgen2d/3d internal calls 2022-09-28 08:17:27 +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
19b9bae48f Generic path for executable 2022-09-28 08:17:27 +02:00
Yoann Audouin
b7289f8536 Integration of run_mesher code 2022-09-28 08:17:27 +02:00
Yoann Audouin
5fae44dd86 restoring original compute + Cleanup 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
eap
6fd7220e46 Remove MEFISTO
Set NETGEN_2D as default algorithm
2022-06-08 11:50:53 +03:00
vsr
2644070e7c Copyright update 2022 2022-05-05 17:25:00 +03:00
eap
ff44995f59 bos #26656 [CEA] NETGEN/NETGENPLUGIN abnormal calculation duration
Enable switching off the parallel meshing
2021-12-01 14:18:12 +03:00
eap
3bdb54961f bos #18711: NETGEN 6 Integration in SALOME
mparams.nthreads = std:🧵:hardware_concurrency();
2021-11-29 14:20:44 +03:00
eap
b2aeed317a compilation error 2021-11-27 15:39:50 +03:00
eap
2238faf39e bos #26523 EDF 24234 - Viscous Layer
fix wrong treatment of a shrunk FACE with two adjacent FACEs with layers
2021-11-27 14:06:46 +03:00
eap
be713631b9 bos #26452 [EDF] (2021) SMESH: orientation of faces
follow MESH_MeshEditor change
2021-11-17 18:47:59 +03:00
eap
8ca0ca1fb6 bos #26515 [CEA 24622] Failing SMESH tests
Expose NETGEN version via NETGENPlugin.NETGEN_VERSION_MAJOR constant
  accessible as smeshBuilder.NETGEN_VERSION_MAJOR
2021-10-26 18:27:40 +03:00
rnv
d16cff04dd Build NETGENPLUGIN under Windows platform with Netgen-6 2021-10-11 14:56:50 +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
Anthony Geay
ec7309a62b export into medcoupling data structure 2021-05-18 10:52:37 +02: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
Anthony Geay
5dfe064257 WIP 2021-02-03 09:23:21 +01:00
eap
5aa8a56502 bos #20597 EDF 22725 - Problem with NETGEN2D 2021-01-18 18:29:15 +03:00