eap
2f4749af53
#18963 Minimize compiler warnings
...
fix the rest warnings
2020-12-09 22:12:51 +03:00
SALOME
cb55604f37
#18963 Minimize compiler warnings
2020-12-08 16:46:17 +03:00
eap
4039f267f1
bos #20282 EDF 22320 - general compute fails
...
1) Compute sub-meshes with prescribed order before the rest ones
2) Save sub-mesh order not as ids but as entries, because ids of groups
within SMESHDS_Mesh can change at study loading if some group is no
longer used as a base of sub-mesh of group on geometry
2020-12-02 11:51:19 +03:00
eap
4b5a9b85ae
Unify function headers
2020-05-14 17:26:57 +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
afef8ccaa7
Restore usage of GenericObject wraper ( _wrap )
2020-02-21 21:19:12 +03:00
vsr
6472eab132
Merge branch 'occ/shaper2smesh'
2020-02-21 17:00:22 +03:00
eap
788e2d8114
Fix Break Link called from TUI
2020-02-14 14:16:51 +03:00
vsv
800fdf5fdc
Do not remove Mesh on geometry change according to request #3134
2020-02-12 16:35:57 +03:00
eap
ab494e654a
New mesh icon if geometry changes
2020-01-28 17:14:39 +03:00
eap
4cb88409b2
Fix dump for #17845 [EDF] Modifications of Automatic meshing
2020-01-24 19:09:38 +03:00
eap
5dcb2f2b46
#17845 [EDF] Modifications of Automatic meshing
2020-01-24 19:09:38 +03:00
eap
93ac2e8964
fix update of sub-meshes on group in checkGeomModif()
...
+ make SMESH_Mesh_i::_mainShapeTick persistent, which is needed for the case:
- open a saved study with shaper data
- edit an object in the shaper
- switch to smesh ==> shape modification not detected
2020-01-20 18:57:12 +03:00
eap
81dd629345
Fix sub-mesh creation by selection of mesh element + remove dead actors after BreakLink
2020-01-17 20:43:01 +03:00
mpv
2b3c553f4f
Implementation of Groups support by the SHAPER-STUDY module
2019-12-30 17:13:29 +03:00
mpv
b6155253f8
Fixes for SMESH working with SHAPERSTUDY
2019-12-17 14:37:02 +03:00
vsv
c7e6dcf72a
Modification of SMESH_Gen interface
2019-12-09 16:09:31 +03:00
vsr
5166ed186f
#17959 [CEA 17951] MG-HEXA segments MIN/MAX parameters not saved: 9.3.0 and in 9.4.0 + max_memory
2019-11-08 16:35:08 +03:00
eap
db1df018eb
BUG: mesh.Append( nodeGroup ) adds nodes twice
2019-11-05 22:00:23 +03:00
eap
d52c607e29
#17799 EDF 20211 - Problem with exporting to GEOM
...
Find existing sub-shapes by name and by ids
2019-10-30 14:53:36 +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
a87bde2a08
IPAL54529: Hexahedron(ijk) fails on a block with composite sides if Viscous Layers assigned
...
+ In Create Mesh dialog define enabled tabs by SMESH_Algo::IsApplicable( shape )
+ Extract SMESH_Indexer from StdMeshers_HexaFromSkin_3D.cxx
2019-07-12 15:15:38 +03:00
eap
bb1e4b11d8
#17096 [CEA 16891] SMesh::CopyMeshWithGeom : discrepeancies in copied groups volumes.
2019-07-11 18:42:52 +03:00
eap
b8a546c91f
#16866 : [CEA 13186] smesh Exception during hypothesis creation
...
Show more information on error occurred.
2019-05-15 16:40:17 +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
90538c5190
54522: Compound Mesh: bad groups with meshToAppendTo provided
...
Fix SMESH_Gen_i::ConcatenateCommon()
+ #16469 : MakeSlot - add split faces to groups of initial faces
2019-03-27 14:51:54 +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
rnv
bf5b170186
Fix for "23678: [CEA 13186] messages in the python window" issue.
2019-01-30 19:50:05 +03:00
eap
09bc0414c9
23627: [IMACS] ASERIS: project point to the mesh and create a slot
...
1) Enable appending to an existing mesh via smesh.Concatenate() (compound mesh)
2) Enable filtering a mesh part: Filter::GetElementsIdFromParts( ListOfIDSources )
3) Add ElementType arg to SMESH_Mesh::GetNodeInverseElements()
4) Add Mesh.Get1DBranches( edgeIDs )
5) Define a default Z med tolerance
6) Update ElementsOnSurface upon SetTolerance()
7) Change group management to have group ID persistent
8) Extract SMESH_PolyLine.cxx from SMESH_MeshEditor.cxx
9) Enable Min Distance measure for node-element and node-object
10) Fix SMESH_MeshAlgos::GetDistance( XYZ, face )
11) Extract SMESH_MeshAlgos::Intersector from SMESH_Offset.cxx
12) Enable optimization in SMESH_MeshAlgos::Triangulate
13) Add mestods Mesh.GetEngine() and Mesh.GetGeomEngine()
2019-01-17 15:53:49 +03:00
eap
6eba85f740
23608: [EDF] HYDRO: crash when compute copied mesh
...
23609: [EDF] HYDRO: wrong warning appears
23607: [EDF] HYDRO: Copy mesh with geometry - problems of Copy elements
2018-10-19 15:09:48 +03:00
eap
a001da2228
23607: [EDF] HYDRO: Copy mesh with geometry - problems of Copy elements
2018-10-17 18:25:35 +03:00
eap
e9c5d169fa
23605: [EDF] HYDRO: parent mesh for Copy mesh with new geometry
...
23606: [EDF] HYDRO: Help for option Copy mesh with new geometry is absent
2018-10-17 17:35:08 +03:00
eap
6c8b26afa5
23586: [EDF] HYDRO: Copy mesh to new geometry
...
Add a sample script
+ remove line numbers from codes in docs
2018-10-12 17:25:16 +03:00
eap
807d754b0e
23586: [EDF] HYDRO: Copy mesh to new geometry
...
fix highlighting at mesh computing
2018-09-18 17:38:32 +03:00
eap
6df8817c1a
23586: [EDF] HYDRO: Copy mesh to new geometry
2018-09-17 22:24:36 +03:00
rnv
c5f8cda9bf
SALOME 9.1.0 Windows version
2018-09-07 15:00:24 +03:00
eap
aa574473cf
Fix some tests regressions
...
+ time optimization of ex12_grid17partition.py
2018-08-21 15:06:54 +03:00
eap
35012b0a3d
Fix mixed Python dump of a new and a closed study
2018-08-01 18:41:11 +03:00
Paul RASCLE
3785fda32c
Merge remote-tracking branch 'origin/master'
2018-07-19 09:14:10 +02:00
eap
fe4d201b78
IPAL54414: MED file info is not persistent
2018-07-18 18:15:22 +03:00
Paul RASCLE
e330934ca6
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/smesh
2018-07-18 15:51:52 +02:00
Paul RASCLE
c58add1af5
debug exporting MED files, adding meshes, different MED versions...
2018-07-18 15:51:37 +02:00
eap
ba0f425284
23566: EDF 17146 - Problem with viscous layer
2018-07-17 16:21:24 +03:00
eap
1b80c8bc60
Restore change of mesh icon depending on its status
...
now icons are updated on the engine side
+ Remove deprecated smesh.py
2018-07-10 17:41:10 +03:00
eap
24412178e1
Typo-fix by Kunda + fix user doc generation
2018-06-19 19:58:29 +03:00
rnv
b7a7d49664
Merge V9_dev branch into master
2018-06-14 14:56:19 +03:00
eap
4c16067d42
23418: [OCC] Mesh: Minimization of memory usage of SMESH
2018-04-05 15:08:14 +03:00
Paul RASCLE
77b01c6a80
Merge remote-tracking branch 'origin/master'
2018-03-12 14:10:52 +01:00