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
eap
05318c85be
typo-fix by Kunda + minor changes
2017-11-28 14:15:48 +03:00
vsr
70c33e5f83
0023505: Sigsegv with fuse on cylinder and cone
...
- Switch to C++ exception handling mechanism
2017-11-16 15:17:10 +03:00
eap
678b908f16
Typo fixes http://www.salome-platform.org/forum/forum_10/433845793
2017-10-10 12:28:03 +03:00
eap
85f0b9ca16
Typo fixes http://www.salome-platform.org/forum/forum_10/433845793
2017-10-09 15:28:05 +03:00
eap
ce117a7861
23487: EDF 15571 - Mesh with quadratic algo 1D
...
Update medium nodes after smoothing
2017-10-04 17:05:18 +03:00
eap
f757d34e5a
23487: EDF 15571 - Mesh with quadratic algo 1D
...
Update medium nodes after smoothing
2017-10-04 15:33:47 +03:00
vsr
9d73526fbc
Clean-up deprecated OCCT-related code
2017-09-25 16:12:08 +03:00
eap
400f6d87de
Regression SALOME_TESTS/Grids/smesh/viscous_layers_01/B8
...
Fix negative volumes
2017-09-19 14:38:30 +03:00
eap
25d9ba81c5
0023478: EDF15356 - Viscous layer
...
+ fix some VL regressions about limited thinkness
2017-09-18 19:22:58 +03:00
rnv
d502984073
Merge remote-tracking branch 'origin/master' into V9_dev
2017-08-03 18:33:11 +03:00
eap
4a591503f8
23462: [CEA 2142] Import12D fails
...
Fix node classification on periodic FACEs and wrong propagation on IN node state
2017-07-26 18:33:09 +03:00
rnv
8a9d91b414
Merge branch 'master' into V9_dev
2017-07-20 12:00:49 +03:00
mnt
4fa5fdbd44
Porting to DEV version of OCCT.
2017-07-07 12:09:54 +03:00
eap
6466454bba
23444: EDF 14244 - Viscous Layer
...
fix a regression (too limited thickness) after the previous commit
2017-06-26 18:39:30 +03:00
eap
e956f25bc6
23457: EDF 11636 - Mesh with Viscous Layer fails
2017-06-21 20:11:14 +03:00
eap
ab008b333b
0023444: EDF 14244 - Viscous Layer
...
+ 54237: Invalid viscous layers (in Grids/smesh/viscous_layers_02/A3)
+ Improve viscous layers performance
- by avoiding unnecessary intersection checks
- by using std::vector instead of std::set in SMESH_ElementSearcher
+ Fix minor errors in ObjectPool which is now used in SMESH_ElementSearcher
2017-06-19 18:42:49 +03:00
rnv
264eeb2edd
Merge multi-study removal branch.
2017-06-13 13:01:10 +03:00