Viktor UZLOV
ac0ffa0a64
fix for paraview 64bit
2021-02-17 12:05:47 +03:00
Viktor UZLOV
23f07f30a3
fix after GUI. Build completed
2021-02-16 16:06:30 +03:00
Viktor UZLOV
017ea5b3ea
fix warnings. Build completed
2021-02-11 19:35:07 +03:00
Viktor UZLOV
6b9f5b0da6
fix some error. Build complete
2021-02-11 11:11:25 +03:00
eap
e0662f4678
change header
2021-02-09 14:52:53 +03:00
Viktor UZLOV
c58cc9d1ec
fix warnings conversion #1
2021-02-08 18:24:01 +03:00
Viktor UZLOV
b78dbc1817
fix errors from idl changes
2021-02-05 19:27:39 +03:00
eap
81147ab62f
Check types in SMDS and SMESHDS
2021-02-04 18:26:09 +03:00
Viktor UZLOV
237847e7bb
fix after review. Add SMESH::smIdType. Some error in SMESH_I
2021-02-04 12:39:13 +03:00
Viktor UZLOV
3176814024
rollback quantities. add SMESH::smIdType
2021-02-02 20:00:36 +03:00
Viktor UZLOV
364f6b2346
fix after review. Build completed
2021-02-01 20:42:08 +03:00
Viktor UZLOV
13ed46158e
fix conversion error. Build completed
2021-02-01 14:23:36 +03:00
Viktor UZLOV
29df5478fc
after KERNEL 64bits update. Compile failed
2021-01-28 18:21:20 +03:00
Viktor UZLOV
964d47b2a0
correct SMDS_MeshInfo, SMDS_Mesh
2021-01-27 18:34:57 +03:00
Viktor UZLOV
3ec8ebee18
correct SMDS_Mesh
2021-01-27 16:53:27 +03:00
Viktor UZLOV
3a21bf22a8
correct ElementFactory, CellOfNode
2021-01-27 11:00:38 +03:00
Viktor UZLOV
fed3f44553
correct SMESH_ElementFactory
2021-01-26 14:44:58 +03:00
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