Yoann Audouin
da9f965ac4
Revert "Merge branch 'yan/parallel_mesh2'"
...
This reverts commit 4403c126a0d688d98888156656f1df387a1b1dee, reversing
changes made to 4dc895105ab7686df2e2987d35d46a4e379ea707.
2022-11-02 10:54:05 +01:00
Yoann Audouin
f2b0294388
Restoring comment of unregister to investigate
2022-10-18 15:23:33 +02:00
Yoann Audouin
effd6e2229
Adding code for Python parallel mesh with test + removing nbMesherThreads
2022-10-18 15:02:19 +02:00
Yoann Audouin
c9a5231c32
Splitting gen compute seq/para + clean up + remove int argument + solve bug (commented notifyevent)
2022-10-18 15:02:19 +02:00
Yoann Audouin
e0859e6a65
Mesh object not deleted in Python + deleting temporary folder when destructing SMESH_Mesh
2022-10-18 15:02:19 +02:00
Yoann Audouin
33f226d321
Adding support of number of thread for the mesher
2022-10-18 15:01:44 +02:00
Yoann Audouin
446efab777
Deactivating parallelism for 2D/1D + corrections for non parallel run + adding ParallelCompute function in Python
2022-10-18 15:01:44 +02:00
Yoann Audouin
5d3c1425f8
Adding SetNbThreads in Python to set if compute will be done in parallel
2022-10-18 15:01:44 +02:00
Yoann Audouin
7d1a127bbb
Corrections to handle adapation to shape
2022-10-13 14:33:36 +02:00
Yoann Audouin
08485b06fa
Working version of dual_meshing (using medcoupling) functionality
2022-10-13 14:33:33 +02:00
Yoann Audouin
246a01ab71
First working version
...
Missing update of object browser + parameters + generic adaptation to shape
2022-10-13 14:04:13 +02:00
vsr
9d7121c884
bos #29628 Remove MEFISTO 2D algorithm
2022-06-08 13:36:08 +03:00
vsr
499f29d249
Copyright update 2022
2022-05-05 16:51:14 +03:00
eap
ff53fa3701
bos #26454 [EDF] (2021) SMESH: interactive mesh modification
2022-02-09 18:15:05 +03:00
eap
48c30a5c91
bos #26452 [EDF] (2021) SMESH: orientation of faces
2021-11-19 18:29:24 +03:00
eap
063116fae2
bos #26432 [CEA 26431] import/export SAUV removal
2021-11-05 14:09:11 +03:00
eap
88ff35ddd4
bos #24400 [CEA] Option in SALOME for not storing in med files the indices (number of nodes)
...
+ minor changes:
1) unify member field names: avoid _my*, replace by either _* or my*
2) BUG: mesh persistent ID is not unique
3) arguments alignement
4) Add SMESHDS_Hypothesis::SaveString() and LoadString()
5) In mesh construction dlg disable "Mesh Type" if it contains ANY only
6) Add SMESH::printErrorInDebugMode argument of SMESH_CATCH
7) Use static_assert to check completeness of arrays corresponding to enum
8) Add renumber arg to ExportUNV() and ExportDAT()
9) Fix some warnings
2021-07-22 14:10:49 +03:00
Anthony Geay
ef9db08c81
MEDCoupling Memory output from SMESH engine now deal with fields too.
2021-06-23 07:59:19 +02:00
Anthony Geay
cc54cd4b94
Implementation of ExportMEDCoupling.
2021-05-17 16:09:53 +02:00
eap
2283860a0a
bos #20649 [CEA 19946] SMESH tests regression
...
partially roll back 0f2942 because of hung up at calling
any method of shaperBuilder in TUI mode
2021-04-22 16:42:18 +03:00
vsr
a274ade365
Copyright update 2021
2021-03-23 17:44:29 +03:00
Anthony Geay
b8cc25cce5
2 servant implementations of SMESH::SMESH_GEN. One with Study and ModuleCatalog retrived from NS (like the beginning), another one with Study and ModulCatalog embedded
2021-02-01 20:13:06 +01:00
eap
86007b0b5d
bos #20543 EDF 22638 - hyperpatch with CADSurf
...
A nice solution for pb of dealing with SHAPERSTUDY objects has been found
2021-01-27 13:10:14 +03:00
eap
76e8d44a4d
IPAL0054702: TC-9.6.0: 1D Algo "Use Existing 1D elements" is ignored
...
Update docs
2020-10-22 17:21:19 +03:00
eap
d245f797f1
#19926 [CEA 19782] renumbering meshes
2020-10-15 16:57:54 +03:00
eap
981e2bca16
bos #19961 EDF 21858 - ExportMED
2020-10-12 17:15:51 +03:00
mpv
b9ebe1deb0
A quick-fix for the #19221 smeshBuilder Mesh.Group(group) does not work on SHAPERSTUDY groups
2020-06-03 17:10:45 +03:00
eap
928a9967c9
IPAL0054674: Wrong mesh icon after mesh modification
...
+ minor doc imp
2020-05-18 21:31:22 +03:00
vsr
0fc0831670
Copyright update 2020
2020-04-15 18:19:44 +03:00
eap
f380991026
fix SHAPERSTUDY bugs
2020-04-08 11:19:56 +03:00
eap
24a8566eb1
#17336 [CEA 17333] Mesh offset generates a segmentation violation
2020-03-18 15:36:19 +03:00
vsr
6472eab132
Merge branch 'occ/shaper2smesh'
2020-02-21 17:00:22 +03:00
eap
78e005bc86
Enable creation of group of edges lying on wires using Mesh.Group()
2020-02-19 17:15:03 +03:00
rnv
e374376aa6
bos #18641 [CEA 18636][Windows] SMESH_MeshersList environment variable separator
2020-01-29 15:02:42 +03:00
eap
5dcb2f2b46
#17845 [EDF] Modifications of Automatic meshing
2020-01-24 19:09:38 +03:00
eap
fe414fe4e7
adjust for shaperBuilder
2020-01-23 21:56:19 +03:00
vsv
c7e6dcf72a
Modification of SMESH_Gen interface
2019-12-09 16:09:31 +03:00
eap
2c751a0edd
#17636 [CEA 17369] Extrusion by normal: along average normal option issue
2019-09-06 19:02:21 +03:00
eap
54d95073e1
IPAL54157: Empty bounding box of a non-empty mesh
2019-09-04 20:50:22 +03:00
eap
a4f06a3d9d
IPAL54452: Compact mesh after merge operations
...
Don't use elem IDs at UNV and DAT export to avoid gaps in numeration
2019-08-29 16:19:25 +03:00
eap
fad0945128
Typo fixes by Kunda
...
https://salome-platform.org/forum/forum_9/495080934
2019-08-27 14:48:19 +03:00
eap
66f913b253
#17319 : EDF 20003 - suppress Meshes in TUI
2019-08-27 14:13:23 +03:00
eap
ce56cca517
#16843 EDF 19340 - wrong quadratic mesh
2019-04-18 21:34:39 +03:00
eap
734c82522e
Fix typo by Kunda
...
https://www.salome-platform.org/forum/forum_9/253019360
2019-04-08 13:38:22 +03:00
eap
55d3f10182
IPAL54527: SIGSEGV after group removal
...
Fix SMESHDS_GroupOnFilter.cxx
+ partial fix for SALOME_TESTS/Grids/smesh/imps_09/K0 (SMESH_Slot.cxx)
2019-04-04 20:02:34 +03:00
eap
98ec6be586
Fix MinDistance for node-group (SALOME_TESTS/Grids/smesh/imps_09/K0)
...
+ Minor doc improvement
2019-03-06 16:59:54 +03:00
eap
d2248790d7
#16648 [CEA] RadialQuadrangle algorithm hypothesis change requires a Clear Mesh Data beforehand
...
+
1) Optimize FreeEdges::IsFreeEdge()
2) Fix SMESH_MeshEditor::FindFreeBorder() for the case of multi-continuation
3) Improve Mesh.GetLength() to accept groups and list of IDs
2019-03-05 19:35:52 +03:00
eap
6ca4db2d7c
Fix SALOME_TESTS/Grids/smesh/imps_09/K0
...
Fix Triangulator for the case of self-intersecting but valid polygon
+ some fixes for #16469
1) ElementsOnShape: fix too high octree of classifiers in case of large tolerance
2) SMESH_MeshEditor::SewFreeBorder() SIGSEGV on over-constrained elements
3) Project(): adjust radius to avoid checking too many elements
4) Protect SMESH_Gen_i::Compute() from CORBA error in case of a removed mesh
5) smeshBuilder.Mesh.FindCoincidentNodesOnPart() - fix for a case of ID list
2019-02-22 21:17:20 +03:00
vsr
6d32f944a0
Update copyrights
2019-02-14 15:33:05 +03:00
eap
cc85955178
23636: EDF 18217 - Problem when suppressing CAD
...
+
1) optimize standalone group filling
2) fix regressions caused by adding FT_Length3D
2019-02-04 14:32:58 +03:00