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
29c693b1c3
#18708 EDF 20746 - Strange behaviors after loading YACS
...
Pb was in clashing class names (chrono.hxx) in SMESH and YACS
2020-07-08 12:46:18 +03:00
eap
1deb1c3b7e
#19232 [CEA] overal Mesh quality crash on imported MED
...
Bug reason: the med file includes polygons based on none of nodes.
Solution: forbid creating such polygons
2020-06-09 13:58:21 +03:00
vsr
0fc0831670
Copyright update 2020
2020-04-15 18:19:44 +03:00
eap
896ab9bad6
small optimization
2020-03-18 19:02:52 +03:00
Pascal Obry
c9c3fe8924
Porting to ParaView 5.8
2020-03-11 14:37:59 +03:00
eap
3e0873e7ff
Fix regression of #17828 : Polyhedron Mesh volume calculation
2020-02-18 14:39:31 +03:00
eap
48d9b5a07c
Fix negative volume of valid but small polyhedron
...
https://salome-platform.org/forum/forum_10/547695356
2020-02-17 21:34:19 +03:00
Anthony Geay
847109ca10
Fix compilation problem when vtkIdType is 64bits integer
2020-02-17 13:02:16 +01:00
eap
2fb74f97f6
#18665 [CEA 17339] Polyhedron volume calculation
2020-02-06 13:33:19 +03:00
eap
b88c2f1bf7
#17828 [CEA 17805] Polyhedron Mesh volume calculation and volume orientation criterion
...
Fix volume calculation of invalid polyhedra
2019-10-16 15:24:43 +03:00
eap
e67f8c2cab
#17828 [CEA 17805] Polyhedron Mesh volume calculation and volume orientation criterion
...
Implement ChangePolyhedronNodes()
+ Enable Orientation of Faces in wireframe mode
2019-10-15 16:04:58 +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
c76543a1ab
IPAL54614: Getting nodes of polyhedron works wrong
...
Source https://salome-platform.org/forum/forum_10/633516704
2019-08-26 13:53:48 +03:00
eap
6b45e19484
IPAL54417: Hexahedron(ijk) crashes salome
2019-08-14 13:42:11 +03:00
eap
8a0ae20732
Fix CRASH after mesh.RemoveGroupWithContents( group_of_other_mesh )
2019-04-08 13:40:11 +03:00
eap
63d5619b14
#16609 : EDF - mesh computation : strange behavior
...
Fix pattern mapping to a face with hole
+
1) Optimize ElementsOnShape::Classifier::Init()
2) Optimize SMDS_VtkCellIterator (replace vtkIdList by std::vector)
3) Prevent SIGSEGV upon Compute() after base mesh removal
2019-03-15 21:29:39 +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
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
fb97845ce9
23630: EDF 18157 - Problem of meshing
...
+ replace deprecated std::auto_ptr
2018-11-19 17:14:59 +03:00
rnv
c5f8cda9bf
SALOME 9.1.0 Windows version
2018-09-07 15:00:24 +03:00
eap
3781c2c7d6
Regression of SALOME_TESTS/Grids/smesh/3D_mesh_Extrusion_01/B8
...
Optimize iteration on sub-mesh elements
+ minor doc fix
2018-08-08 16:55:53 +03:00
Paul RASCLE
c21442db90
debug biquad_penta
2018-07-06 16:50:24 +02:00
eap
24412178e1
Typo-fix by Kunda + fix user doc generation
2018-06-19 19:58:29 +03:00
eap
08fca6f5de
IPAL54384: TC8.5.0: SMESH: Regression delete groups with contents - exception
2018-04-23 18:58:06 +03:00
eap
eb177ba645
023544: SMESH's performance issues (note 22293)
2018-04-16 15:04:33 +03:00
eap
5e2c97c386
Fix regressions of tests
...
mostly connected to 23418: [CEA] Mesh: Minimization of memory usage of SMESH
2018-04-12 14:36:22 +03:00
eap
7f47e06b6c
0023544: SMESH's performance issues
2018-04-11 14:54:19 +03:00
eap
a5ebdbe87e
0023544: SMESH's performance issues
2018-04-11 14:19:02 +03:00
eap
19fe2e412f
23544: SMESH's performance issues
2018-04-10 19:14:21 +03:00
vsr
4e4625e956
Fix compilation pb on gcc 6 (add missing std includes)
2018-04-09 13:59:10 +03:00
eap
4c16067d42
23418: [OCC] Mesh: Minimization of memory usage of SMESH
2018-04-05 15:08:14 +03:00
eap
3a821b48ba
GPUSPHGUI: add Offset transformation
2018-02-09 22:41:01 +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
eap
05a257d4f4
Add "Deflection 2D" quality control
...
for GPUSPHGUI project
2017-10-12 19:52:03 +03:00
eap
85f0b9ca16
Typo fixes http://www.salome-platform.org/forum/forum_10/433845793
2017-10-09 15:28:05 +03:00
Paul RASCLE
09ff68516f
fix biquadratic quadratic pentahedron(18 nodes prism)
2017-09-15 11:06:44 +02:00
Paul RASCLE
2077baef82
introduce biquadratic quadratic pentahedron (18 nodes)
2017-09-08 17:10:31 +02:00
eap
7647033197
54250: Wrong group contents after SplitQuad()
...
+ fix a bug that in Split Quadrangles dialog it's impossible to add a
quadrangle from a group
2017-06-23 15:08:46 +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
eap
69aa7507f2
23427: [CEA 2073] No hypothesis "Viscous Layers" with Netgen 1D-2D-3D
...
Add GetElementsByNodes() that return elements including all given nodes.
2017-04-12 16:55:16 +03:00
eap
88d37b48bd
23258: [CEA 1804] Do not merge the middle nodes of quadratic elements
...
Fix Python dump and compilation on Debian-7
2017-03-15 13:22:02 +03:00
eap
9dd045b97c
23258: [CEA 1804] Do not merge the middle nodes of quadratic elements
...
Add AvoidMakingHoles argument in MergeNodes()
+ Save mesh name in STL file
+ Fix binary STL export after change of sizeof(Standard_Boolean)
+ Add Import menu to mesh component popup
2017-03-14 15:43:27 +03:00
eap
e74c29b786
Patch modules/smesh.git for Doxygen typos/grammar + misc. typos
...
http://www.salome-platform.org/forum/forum_10/652417125
2017-03-02 19:51:35 +03:00
eap
c80762b0a1
23414: EDF 14228 - Viscous Layer crashes SALOME
...
This is the case where a FACE is shrunk in two SOLIDs but VL is on different EDGEs
2017-02-28 19:42:01 +03:00
eap
913aaa14de
Fix crash of SALOME_TESTS/Grids/smesh/bugs_13/N9
...
(SMDS_VolumeTool.cxx)
Add "Show IDs" check box to Mesh Information dlg
Avoid warning in Choose Entity dialog when no entities are selected,
disable [OK] button instead
2017-02-10 21:20:38 +03:00
vsr
21af9b3a2c
Patch for MacOS (from SALOME forum)
2017-01-20 15:50:46 +03:00
eap
41b3e44333
Remove useless MESSAGEs
2017-01-13 13:39:13 +03:00