eap
650885c135
#17237 : Body fitting on sub-mesh, #16523 : Treatment of internal faces
2020-02-14 18:47:13 +03:00
eap
70eb9c09d0
#16522 [CEA 7599] Viscous layers hypothesis: extract layers as a group
2020-02-14 18:11:56 +03:00
eap
bda71f4197
Prevent crash at too small comment ratio of geometric progression hypothesis
2020-02-13 13:37:31 +03:00
eap
eb32ac37f3
#17351 [CEA] Mesh with Polyhedron
2020-02-05 16:15:42 +03:00
eap
93781217ab
#16479 [CEA 12950] ViscousLayers hypothesis and periodic condition
2020-02-05 16:05:45 +03:00
rnv
70d591791d
Fix compilation errors (OCCT-7.4.0)
2019-12-17 22:19:27 +03:00
eap
6d7121da90
#17871 [CEA 17868] Import 1D 2D threshold value (test_import1d2d_mesh_top.py)
...
Workaround for OCCT bug #31112 : replace BRepClass_FaceClassifier by BRepTopAdaptor_FClass2d
2019-10-30 17:24:46 +03:00
eap
47514a428f
#17871 [CEA 17868] Import 1D 2D threshold value
2019-10-18 21:21:27 +03:00
rnv
46f1ca0181
Porting to latest TBB on Windows.
2019-08-30 18:48:46 +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
db6f1785f5
54416: Extrusion 3D algo is not applicable to a prismatic shape
...
Fix for the case of non-manifold internal faces
+
1) Fix SMESH_Actor for coloring using custom 1D functor
2) Improve some doc images
2019-08-23 16:16:29 +03:00
eap
6b45e19484
IPAL54417: Hexahedron(ijk) crashes salome
2019-08-14 13:42:11 +03:00
eap
f65b9b8b24
IPAL54425: Quadrangle mapping fails on a quadrangle face with a seam
...
Issue reported in https://www.salome-platform.org/forum/forum_10/984373499
+
1) Fix a bug in Python dump
2) Expose corners in Quadrangle Param gui
2019-08-05 20:02:26 +03:00
eap
0146a69d82
IPAL54585: Extrusion 3D algo fails with "OCC exception. Standard_NoSuchObject: NCollection_DataMap::Find" error
...
Issue (2) with Geometric Progression reported in
https://www.salome-platform.org/forum/forum_10/976643804#300891023
Fixed in StdMeshers_Prism_3D.cxx
+ Minor changes:
1) SMESHGUI_PreVisualObj::myMesh in now SMESHDS_Mesh*
2) TPythonDump::DumpArray is now public method
3) In StdMeshers_FixedPoints1D, make args of Set*() methods const
4) Install SMESHGUI_PreVisualObj.h
5) Make StdMeshers_QuadrangleParams::SetCorners() available via CORBA
2019-08-02 18:14:14 +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
b718a7cc45
IPAL54585: Extrusion 3D algo fails with "OCC exception. Standard_NoSuchObject: NCollection_DataMap::Find" error
2019-07-01 13:44:54 +03:00
eap
eacfc191eb
#16914 EDF 19401 - Wrong quadratic mesh (bis)
...
Bug: SetEventListener() not called when a sub-algo assigned
2019-05-07 13:30:06 +03:00
eap
ce56cca517
#16843 EDF 19340 - wrong quadratic mesh
2019-04-18 21:34:39 +03:00
eap
0743fa8f5f
IPAL54529: [CKD]: Hexahedron(ijk) fails on a composite block if Viscous Layers assigned
2019-04-18 20:33:45 +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
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
401b2a2e54
23620: EDF 10301 - Completing Extrusion along a path
...
Add scale factors to Extrusion along line
Add angles to Extrusion along path
2019-01-24 18:28:24 +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
890ce9fde2
54499: SALOME crash at mesh evaluation
2019-01-09 14:37:31 +03:00
eap
fb97845ce9
23630: EDF 18157 - Problem of meshing
...
+ replace deprecated std::auto_ptr
2018-11-19 17:14:59 +03:00
eap
0e7304f3cc
54462: Hexa(ijk) fails on a composite block with a degenerated edge (note 0509712)
2018-11-13 19:28:05 +03:00
eap
285f56790c
54462: Hexa(ijk) fails on a composite block with a degenerated edge
2018-11-12 16:42:33 +03:00
eap
f4dd52ae3d
Typo and whitespace fixes by Kunda
...
http://www.salome-platform.org/forum/forum_9/454200149#834683007
2018-10-15 15:27:16 +03:00
eap
6df8817c1a
23586: [EDF] HYDRO: Copy mesh to new geometry
2018-09-17 22:24:36 +03:00
eap
5552aec787
Regression: mesh objects are not deleted => memory leaks
2018-08-31 15:35:57 +03:00
eap
2f529dcd26
54355: 'Compute' button is absent for 'Number of the double nodes' value in 'Mesh Information' dialog in 'Quality Info' tab.
...
+ fix regression of QuadFromMedialAxis
+ fix invalid icon of sub-mesh on wire (SMESH_subMesh_i.cxx)
2018-08-22 20:46:26 +03:00
eap
ba0f425284
23566: EDF 17146 - Problem with viscous layer
2018-07-17 16:21:24 +03:00
eap
f816f204d3
Typo-fix by Kunda
...
http://www.salome-platform.org/forum/forum_9/625363577
2018-06-25 14:38:55 +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
24dd5df5f0
23562: EDF 17098 - problem with Extrusion 3D
...
+ fix computing "Min elem size" in Mesh Info dlg
2018-05-22 19:12:11 +03:00
eap
4c16067d42
23418: [OCC] Mesh: Minimization of memory usage of SMESH
2018-04-05 15:08:14 +03:00
rnv
97889f80ac
Migration to OpenCASCADE CMake configuration
2018-03-05 18:56:23 +03:00
eap
8b6d98aa4a
Fix regressions caused by fix of 23521
2018-02-28 22:15:23 +03:00
eap
30628bd54b
typo-fix by Kunda
...
http://www.salome-platform.org/forum/forum_9/975195177
2018-02-27 14:23:35 +03:00
eap
f7712f9c03
23521: EDF 16246 - problems with quadrangles in use case
2018-02-26 19:06:46 +03:00
eap
3a821b48ba
GPUSPHGUI: add Offset transformation
2018-02-09 22:41:01 +03:00
rnv
7a3ecab720
Merge 'master' branch into 'V9_dev' branch.
2018-01-18 19:31:08 +03:00
eap
80637e48ef
typo-fix by Kunda
...
http://www.salome-platform.org/forum/forum_10/195000978
2018-01-09 13:48:40 +03:00
rnv
10191484fe
Merge changes from 'master' branch.
2017-12-29 16:20:32 +03:00
eap
04f9972521
Typo-fix by Kunda
...
http://www.salome-platform.org/forum/forum_9/22126441
2017-12-28 14:28:17 +03:00
rnv
90e0893c89
Merge V8_4_BR branch.
2017-12-13 12:18:31 +03:00
eap
de56eb6c9f
typo-fix by Kunda
...
http://www.salome-platform.org/forum/forum_9/621049380
2017-12-05 14:47:35 +03:00