Louis Gombert
dd63353c2b
cleanup
2024-08-28 12:10:12 +00:00
Louis Gombert
955a1a5422
cleanup
2024-08-28 12:04:38 +00:00
Louis Gombert
2bebe506c3
Debugging, changes to run C++ with Emscripten
2024-08-21 14:16:22 +00:00
Louis Gombert
4628396bfe
Remove memorylimit exe
2024-08-20 13:03:22 +00:00
Louis Gombert
91ef78b877
Remove dependance to sysinfo
2024-08-19 07:58:58 +00:00
Louis Gombert
1ead829f59
First compilation fixes
2024-08-09 11:26:53 +00:00
Louis Gombert
7a70a55209
Update with new UG faces API for VTK master
2024-08-08 21:27:52 +00:00
cconopoima
e3d582dca7
bos #34269 [CEA] Function to check same face orientation for polyhedrals used on the computation of their volume.
2023-10-03 13:45:48 +02:00
asozinov
dbda21f07d
Fix compilation problem on Windows
2023-08-10 11:51:52 +01:00
cconopoima
9ac965c0e3
bos #32738 [CEA] Scaled Jacobian quality mesh measure for volumetric elements.
...
Erase non tracke files
Adding some comments on SMESH_Controls. Fixing compilation warning on SMDS_VolumeTool and add missing lines in interface files.
Add implemented tests to tests.set
Correction on SMESH_msg_fr and copyright msg of python test.
2023-08-08 13:35:47 +02:00
mbs
120207d740
updated copyright message
2023-06-19 22:11:37 +01:00
mbs
7e714e8fc0
updated copyright message
2023-06-16 20:28:19 +01:00
eap
c9294ee688
bos #17015 [CEA 17008] Body fitting with Viscous Layers for CFD meshing
...
fix for inlet/outlet
Fix for negative volumes due to merge
increase tolerance for search of equal intersection points
Remove old tol2 declaration
2023-05-10 08:32:07 +02:00
Konstantin LEONTEV
fa95110a3b
[bos #32517 ][EDF] Dynamic log messages switched on and off by SALOME_VERBOSE environment variable
2022-11-15 09:04:21 +03:00
vsr
499f29d249
Copyright update 2022
2022-05-05 16:51:14 +03:00
eap
ff53fa3701
bos #26454 [EDF] (2021) SMESH: interactive mesh modification
2022-02-09 18:15:05 +03:00
Massimiliano Leoni
38876f7373
Fix docstring
2022-01-26 14:57:45 +03:00
eap
48c30a5c91
bos #26452 [EDF] (2021) SMESH: orientation of faces
2021-11-19 18:29:24 +03:00
eap
88ff35ddd4
bos #24400 [CEA] Option in SALOME for not storing in med files the indices (number of nodes)
...
+ minor changes:
1) unify member field names: avoid _my*, replace by either _* or my*
2) BUG: mesh persistent ID is not unique
3) arguments alignement
4) Add SMESHDS_Hypothesis::SaveString() and LoadString()
5) In mesh construction dlg disable "Mesh Type" if it contains ANY only
6) Add SMESH::printErrorInDebugMode argument of SMESH_CATCH
7) Use static_assert to check completeness of arrays corresponding to enum
8) Add renumber arg to ExportUNV() and ExportDAT()
9) Fix some warnings
2021-07-22 14:10:49 +03:00
eap
d5aa4efde2
bos #24368 EDF 23667 - Duplicates nodes
...
+ Suppress warnings
2021-07-06 16:17:33 +03:00
eap
a11ec0f515
[bos #24169 ] [CEA 24168] Error in AffectedElemGroupsInRegion
2021-04-23 14:10:04 +03:00
eap
d96d5ee20c
bos #20256 [CEA 18523] Porting SMESH to int 64 bits
...
fix regression in CGNS caused by bad rebase to master
2021-04-22 14:07:55 +03:00
eap
b093728299
bos #20256 : [CEA 18523] Porting SMESH to int 64 bits
2021-04-20 16:04:08 +03:00
vsr
a274ade365
Copyright update 2021
2021-03-23 17:44:29 +03:00
Anthony Geay
b8cc25cce5
2 servant implementations of SMESH::SMESH_GEN. One with Study and ModuleCatalog retrived from NS (like the beginning), another one with Study and ModulCatalog embedded
2021-02-01 20:13:06 +01: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