eap
47514a428f
#17871 [CEA 17868] Import 1D 2D threshold value
2019-10-18 21:21:27 +03:00
eap
b76ac16dbb
#17864 [CEA 17856] Issue with Import 1D-2D
2019-10-16 17:39:43 +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
2cc662ea28
#17828 [CEA 17805] Polyhedron Mesh volume calculation and volume orientation criterion
...
1) Fix BadOrientedVolume criterion to detect invalid polyhedrons
2) Fix SMESH_MeshEditor::Reorient() to correct orientation of polyhedron facets
2019-10-15 21:25:46 +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
d66fe4a500
Fix smesh/imps_09/K0
...
Fix for zero-width slot
2019-10-11 19:13:54 +03:00
rnv
2a1407f46f
Roll-back to med-4.0.0
2019-10-08 11:46:24 +03:00
Paul RASCLE
c7ec4c445e
fix MED version supported, comments to explain what must be updated when MED version changes
2019-10-03 17:06:11 +02:00
eap
e29ec7a70a
#17783 [CEA] Dumping Mesh information
2019-10-02 17:58:53 +03:00
eap
e64a06483c
#17775 [CEA] SALOME 9.4.0a1: export a mesh with fields using Python API- SMESH::ExportMED crash
...
Add the version of MED_FILE with which SALOME is built into a list
returned by MED::GetMEDVersionsAppendCompatible()
2019-10-02 17:33:03 +03:00
Anthony Geay
831c6999e8
Support 4.0 and 4.1
2019-10-01 15:53:49 +02:00
Anthony Geay
08fb2c2e08
Porting to MED4.1
2019-09-30 10:50:32 +02:00
vsr
b14a10d622
#17695 - SMESH build/ TopoDS_Shape compilation issue
2019-09-17 17:30:08 +03:00
eap
2c751a0edd
#17636 [CEA 17369] Extrusion by normal: along average normal option issue
2019-09-06 19:02:21 +03:00
eap
c64a5dc488
Fix Edit Mesh regression
...
Pb: no 2D algo selected when editing Mesh_3 of SALOME_TESTS/Grids/smesh/imps_09/K7
2019-09-05 20:45:46 +03:00
eap
54d95073e1
IPAL54157: Empty bounding box of a non-empty mesh
2019-09-04 20:50:22 +03:00
eap
3f36e2f8be
Precise doc on sub-mesh priority
2019-09-03 18:26:35 +03:00
eap
2954414714
#17336 [CEA 17333] Mesh offset generates a segmentation violation
2019-09-03 15:47:17 +03:00
eap
9de03403fe
#17328 : EDF 20043 - Submeshes
2019-09-03 14:29:31 +03:00
rnv
46f1ca0181
Porting to latest TBB on Windows.
2019-08-30 18:48:46 +03:00
rnv
03e125078a
Improve documentation generation.
2019-08-29 16:53:26 +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
fad0945128
Typo fixes by Kunda
...
https://salome-platform.org/forum/forum_9/495080934
2019-08-27 14:48:19 +03:00
eap
66f913b253
#17319 : EDF 20003 - suppress Meshes in TUI
2019-08-27 14:13:23 +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
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
rnv
f422debfb5
Removing duplicate file
2019-08-19 12:56:22 +03:00
rnv
226f238460
Build documentation under Windows: revert previous wrong commit, apply new approach.
2019-08-16 20:04:50 +03:00
rnv
4786233c98
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/smesh
2019-08-16 18:45:56 +03:00
rnv
5086ff6710
Build documentation under Windows.
2019-08-16 18:41:58 +03:00
eap
6b45e19484
IPAL54417: Hexahedron(ijk) crashes salome
2019-08-14 13:42:11 +03:00
vsr
d61b06f0eb
Move test_smeshplugins.py to 'bad' section as it depends on external plugins
2019-08-08 15:03:52 +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
Paul RASCLE
fb2fc07236
split test smeshplugins to keep apart mg_tetra_parallele which is not working
2019-08-01 14:55:49 +02:00
Paul RASCLE
0baa22d65a
disable debug trace on CGNS
2019-07-23 13:27:07 +02:00
Paul RASCLE
9eb8f2ba00
change text on Zcracks menu
2019-07-23 13:21:14 +02: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
bb1e4b11d8
#17096 [CEA 16891] SMesh::CopyMeshWithGeom : discrepeancies in copied groups volumes.
2019-07-11 18:42:52 +03:00
eap
1732ea91c4
#17085 [CEA 17030] Warning sub-mesh with Extrusion 3D
2019-07-01 21:45:44 +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
3f88168d83
#17013 [CEA 17006] Meshing a compsolid with one internal vertex per face
2019-07-01 13:35:28 +03:00
Christophe Bourcier
9b65ce0c47
Publishing the result of SurfOpt and Cleaner if the output file exists even if the computation has ended in error
2019-06-03 17:37:42 +02:00
Christophe Bourcier
d8e62d4397
Increasing number of decimals for SurfOpt min size to be able to put a small size (default is 2 decimals)
2019-06-03 16:21:41 +02:00
rnv
de3e0ec062
Remove QT4 compatibility.
2019-05-31 16:49:15 +03:00
rnv
7b4bb082fa
Fix for "16960 EDF 19475 - Control Free nodes" issue
2019-05-17 11:49:10 +03:00
eap
b8a546c91f
#16866 : [CEA 13186] smesh Exception during hypothesis creation
...
Show more information on error occurred.
2019-05-15 16:40:17 +03:00
rnv
17fe9ed25b
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/smesh
2019-05-15 11:48:13 +03:00
rnv
94ab6b047c
Fix for "16925 [CEA 16749] MeshCut Python exception with Windows" issue.
2019-05-15 11:47:21 +03:00
eap
f0f37f1fc7
#16914 : EDF 19401 - Wrong quadratic mesh (bis)
...
- don't force3DOutOfBoundary() for quadrangles and hexahedrons
- don't force3DOutOfBoundary() for bad-shaped tetras
2019-05-14 17:11:13 +03:00