eap
7d57cfe306
Fix typos by Kunda
...
https://www.salome-platform.org/forum/forum_9/875695368/263950625
2021-01-11 12:42:05 +03:00
eap
76e8d44a4d
IPAL0054702: TC-9.6.0: 1D Algo "Use Existing 1D elements" is ignored
...
Update docs
2020-10-22 17:21:19 +03:00
jfa
4a2c77515c
bos #20087 : [CEA 20080] spacing value constraint not taken into account in Body fitting hypothesis construction.
2020-10-16 13:41:08 +03:00
eap
d245f797f1
#19926 [CEA 19782] renumbering meshes
2020-10-15 16:57:54 +03:00
Gérald NICOLAS
b5294e25f9
Accès à la documentation de référence de MeshGems
2020-09-15 18:00:26 +02:00
eap
928a9967c9
IPAL0054674: Wrong mesh icon after mesh modification
...
+ minor doc imp
2020-05-18 21:31:22 +03:00
vsr
0fc0831670
Copyright update 2020
2020-04-15 18:19:44 +03:00
vsr
d85d605175
Add tests for connection with SHAPERSTUDY
2020-04-13 19:22:14 +03:00
vsr
d792abb5a2
bos #18858 Use sphinx_rtd_theme as theme for SALOME documentation built with Sphinx
2020-03-13 14:40:37 +03:00
Pascal Obry
c9c3fe8924
Porting to ParaView 5.8
2020-03-11 14:37:59 +03:00
eap
cc7e17c1ba
Fix doc on Update menu
2020-02-26 12:03:13 +03:00
eap
650885c135
#17237 : Body fitting on sub-mesh, #16523 : Treatment of internal faces
2020-02-14 18:47:13 +03:00
eap
70eb9c09d0
#16522 [CEA 7599] Viscous layers hypothesis: extract layers as a group
2020-02-14 18:11:56 +03:00
eap
eb32ac37f3
#17351 [CEA] Mesh with Polyhedron
2020-02-05 16:15:42 +03:00
eap
5dcb2f2b46
#17845 [EDF] Modifications of Automatic meshing
2020-01-24 19:09:38 +03:00
rnv
b30d944ea3
Fix for issue '[EDF]: Broken links in the Developer's user guide in GEOM and SMESH'
2019-11-13 14:59:42 +03:00
eap
b76ac16dbb
#17864 [CEA 17856] Issue with Import 1D-2D
2019-10-16 17:39:43 +03:00
eap
3f36e2f8be
Precise doc on sub-mesh priority
2019-09-03 18:26:35 +03:00
rnv
03e125078a
Improve documentation generation.
2019-08-29 16:53:26 +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
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
Paul RASCLE
fb2fc07236
split test smeshplugins to keep apart mg_tetra_parallele which is not working
2019-08-01 14:55:49 +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
eacfc191eb
#16914 EDF 19401 - Wrong quadratic mesh (bis)
...
Bug: SetEventListener() not called when a sub-algo assigned
2019-05-07 13:30:06 +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
98ec6be586
Fix MinDistance for node-group (SALOME_TESTS/Grids/smesh/imps_09/K0)
...
+ Minor doc improvement
2019-03-06 16:59:54 +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
Christophe Bourcier
69119810f6
Small fixes in sphinx documentation of python plugins:
...
- remove depedency to babel (only used to generated a date format)
- add missing theme
- remove warnings
2019-01-24 09:57:53 +01:00
eap
64680c27c1
23617: EDF 14133 - Complete Merge Nodes / Merge Elements operations
...
+
1) fix bug that SMESH_MeshEditor::DoubleElements() can't duplicate all
elements if they are of different dimension
2) Add QString GetName( Handle(SALOME_InteractiveObject)& ) that gets
missing name from SObject.
2019-01-18 21:31:22 +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
60beecbdbd
23615: EDF 17317 - Fit All when display one mesh
2018-11-30 13:54:14 +03:00
eap
48b83422af
IMP 23612: EDF 14143 - Compute angle from 3 points
2018-11-29 17:31:43 +03:00
eap
7b4c10fd0e
23619: EDF 18055 - Detection of sharp edges
2018-11-27 17:21:06 +03:00
eap
fc9c05a33c
23611: EDF 11012 - Force Z coords to 0
2018-11-22 19:29:38 +03:00
eap
441a2df90c
PAL0023627: [IMACS] ASERIS: project point to the mesh
...
Algorithm of poly-line construction modified to enable specifying
arbitrary points serving as end points of the poly-line segment.
2018-11-09 13:28:18 +03:00
vsr
0ec5c9efb1
Run all SMESH tests at once: all tests pass in 2min instead of 1h20min
2018-10-31 14:48:24 +03:00
vsr
85e5c78452
Prettify documentation: force width of the document area to occupy all available space
2018-10-26 08:37:03 +03:00
vsr
57146c9805
0023623: [CEA 2284] : Mesh migration documentation link doesn't exist
2018-10-25 15:08:37 +03:00
eap
e9c5d169fa
23605: [EDF] HYDRO: parent mesh for Copy mesh with new geometry
...
23606: [EDF] HYDRO: Help for option Copy mesh with new geometry is absent
2018-10-17 17:35:08 +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
6c8b26afa5
23586: [EDF] HYDRO: Copy mesh to new geometry
...
Add a sample script
+ remove line numbers from codes in docs
2018-10-12 17:25:16 +03:00
rnv
15fdc1b6fc
'/usr/bin/env python' -> '/usr/bin/env python3'
2018-09-19 18:32:46 +03:00
eap
6df8817c1a
23586: [EDF] HYDRO: Copy mesh to new geometry
2018-09-17 22:24:36 +03:00
vsr
37d2abfafb
0023591: [EDF] Add test to check meshing plug-ins to SMESH module
...
- additional fix: add new test case to check with 'salome test'
2018-09-17 15:11:07 +03:00
vsr
646d8ac2aa
0023591: [EDF] Add test to check meshing plug-ins to SMESH module
2018-09-14 12:08:44 +03:00