Commit Graph

82 Commits

Author SHA1 Message Date
vsr
5e7fae6a20 0021858: EDF 2171 SMESH : Add an information about the groups an element or node belongs to 2012-12-20 14:44:56 +00:00
vsr
2cb5a0ee33 Imp: dump mesh information to file 2012-12-19 14:33:24 +00:00
vsr
beab223e19 Imp: allow customization of nodes / cells numbering text properties via preferences 2012-12-17 15:48:01 +00:00
vsr
13ff1c4641 Merge from V6_6_BR (V6_6_0rc2) 11/12/2012 2012-12-11 13:23:39 +00:00
eap
51782d7575 0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
+    <hypothesis type     ="ViscousLayers2D"
+                label-id ="Viscous Layers 2D"
+                icon-id  ="mesh_algo_quad.png"
+                auxiliary="true"
+                dim      ="2"/>

     <algorithm type      ="MEFISTO_2D"
+               opt-hypos ="ViscousLayers2D"

     <algorithm type     ="Quadrangle_2D"
+               opt-hypos="ViscousLayers2D"
2012-10-15 12:57:50 +00:00
vsr
5296aeeaa6 0021711: [CEA 579] Simplify Properties dialog accordingly to dimension of mesh 2012-10-03 13:25:32 +00:00
rnv
c23203b921 Implementation of the "21459: EDF 1495 SMESH: Manipulation of discrete elements with attributes" issue: visualization of the 0D and balls elements. 2012-09-28 10:59:30 +00:00
vsr
023c706135 0021882: [CEA 673] Add preference for default color for mesh groups 2012-09-27 08:22:16 +00:00
eap
c9a4fdb5fc 0021825: Error in the example of "Projection Algorithms" in the user's guide
fix order of SetVertexAssociation() calls
2012-08-31 12:01:15 +00:00
eap
a3401eaf9a Unify usage of capital letters 2012-08-31 08:20:12 +00:00
eap
e3fea174fd 0021459: EDF 1495 SMESH: Manipulation of discrete elements with attributes
+    <parameter name="ball_elem_color"              value="100, 255,   0"/>
2012-07-19 12:46:41 +00:00
eap
0956ab60fa 0021459: EDF 1495 SMESH: Manipulation of discrete elements with attributes
+	mesh_ball.png
2012-07-19 12:46:30 +00:00
eap
d34c6e3bd4 0021542: EDF 1699 SMESH: Reorient a group of faces
+	reorient_faces_point.png \
+	reorient_faces_face.png
2012-07-02 08:08:57 +00:00
eap
3360cf7521 0021542: EDF 1699 SMESH: Reorient a group of faces
+	reorient_faces_point.png \
+	reorient_faces_face.png
2012-06-29 13:56:49 +00:00
vsr
d4a710ce52 Merge from V6_5_BR 05/06/2012 2012-06-05 12:18:07 +00:00
eap
b4fbb4655f 0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
remove resources of plugins
2012-03-11 14:25:37 +00:00
eap
5ea4843e44 0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
Describe methods wrapping algorithms and hypotheses into python
2012-03-07 15:15:56 +00:00
eap
481ff62932 0021208: Performance issue when loading SMESH with an hdf file containing a big mesh
+    <parameter name="forget_mesh_on_hyp_modif"     value="false"/>
2012-02-24 10:56:40 +00:00
rnv
ed191931f2 Implementation of the "21046: EDF 1610 GUI: To be able to change the width of the lines" issue. 2012-02-14 12:08:05 +00:00
eap
d3c66835d0 0021375: EDF 1671 SMESH: Dump study of current state
+    <parameter name="historical_python_dump"       value="true" />
2012-02-09 13:08:33 +00:00
eap
80543409ed 0021338: EDF 1926 SMESH: New controls and filters
+    <parameter name="equal_nodes_tolerance"        value="1e-7"/>
2012-01-27 10:40:34 +00:00
eap
a26c2ead1f 0021338: EDF 1926 SMESH: New controls and filters
+	mesh_equal_edge.png \
+	mesh_equal_face.png \
+	mesh_equal_node.png \
+	mesh_equal_volume.png \
2012-01-23 16:10:06 +00:00
eap
88d5f149b9 0021347: [CEA 497] Visualisation into SMESH and VISU of hexagonal prism cells (MED_OCTA12)
0021380: EDF 1937 SMESH: Take into account QUAD9 and HEXA27
2011-12-16 09:07:56 +00:00
ana
44a302322a Additional fix for the bug 0020944: EDF 1464 SMESH: detection of over-constrained elements of a mesh. 2011-12-15 14:35:34 +00:00
eap
7dc21166b6 0021336: EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
+    <hypothesis type="CartesianParameters3D"
+                label-id="Body Fitting Parameters"
+                icon-id="mesh_hypo_length.png"
+                dim="3"/>
+

+    <algorithm type="Cartesian_3D"
+               label-id="Body Fitting"
+               icon-id="mesh_algo_hexa.png"
+               hypos="CartesianParameters3D"
+               support-submeshes="false"
+               dim="3"/>
2011-10-28 12:30:20 +00:00
eap
669d7d6d0f 0021096: EDF 1729 SMESH: Create a Projection 1D-2D algorithm 2011-10-13 05:35:11 +00:00
vsr
5d42bfdbec 0021275: EDF 1681 SMESH: Find the number of nodes of any group
0021359: [CEA] Mesh information
2011-10-04 13:14:47 +00:00
rnv
48a0df2a9e Implementation of the issue 20984: EDF 1566 SMESH: Better visibility of the elements in a shrinked representation. 2011-09-28 08:43:35 +00:00
rnv
6722eec5f5 Implementation of the issue 21285: EDF 1877 SMESH: Color of groups is only visible on one side. 2011-09-26 10:41:06 +00:00
rnv
8671ae97d9 Additional integration for the "20494: EDF 1123 KERNEL/GUI : Improvment of 'About' dialog box." issue: generated SalomeApp.xml added in the nodist_salomeres_SCRIPTS list. 2011-09-20 15:26:11 +00:00
rnv
d5627df2d4 Additional modifications for the "20494: EDF 1123 KERNEL/GUI : Improvment of 'About' dialog box." issue. 2011-09-16 06:22:33 +00:00
rnv
9d3b3bf258 Implementation of the "20494: EDF 1123 KERNEL/GUI : Improvment of 'About' dialog box" issue. 2011-09-13 09:03:12 +00:00
vsr
e062bbd055 0021343: EDF 1930 SMESH: Huge memory occupation when assigning an hypothesis to a big model 2011-08-09 08:39:43 +00:00
eap
2ef67f753e restore "QuadranglePreference" hyp as it can be used by NETGEN 2D
together with "Max. Elemet Area" for example
2011-07-05 12:04:49 +00:00
eap
c58c3faf74 Remove "Quadrangle preference" and "Triangle preference" obsolete hypotheses 2011-06-28 12:58:21 +00:00
eap
ca0e6f7ceb 0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
icon for SMESH_GroupOnFilter
2011-06-24 06:53:07 +00:00
vsr
2c607013a2 Merge from V6_3_BR 06/06/2011 2011-06-06 08:15:39 +00:00
eap
570cb9161c 0021197: EDF 1772 SMESH: Automatic meshing hypothesis
+    <hypotheses-set name="Automatic Triangulation"
+                    hypos="MaxLength"
+                    algos="Regular_1D, MEFISTO_2D"/>
+
+    <hypotheses-set name="Automatic Quadrangulation"
+                    hypos="NumberOfSegments"
+                    algos="Regular_1D, Quadrangle_2D"/>
2011-03-11 13:13:58 +00:00
rnv
18e0bef9d9 Implementation of the Point 2 of the 20948: EDF 1468 SMESH: Histogram of the quality controls. 2011-01-20 15:41:36 +00:00
eap
d0791e4e6b 0020832: EDF 1359 SMESH : Automatic meshing of boundary layers
+    <hypothesis type="ViscousLayers"
2011-01-18 10:59:55 +00:00
inv
2de294b09a Merge from V6_2_BR 23/12/2010 2010-12-24 08:18:34 +00:00
vsr
d8f644ca3d Merge from V5_1_main branch 24/11/2010 2010-11-25 12:44:43 +00:00
vsr
3a40107689 Merge from V5_1_main 10/06/2010 2010-06-10 09:43:07 +00:00
vsr
9357f5c870 Merge from V5_1_main 14/05/2010 2010-05-14 15:32:37 +00:00
vsr
8cadb884f9 Improve help system 2010-02-17 14:55:58 +00:00
adv
e38333271e Improve Help menu management 2010-02-08 08:35:54 +00:00
eap
f11f516780 0020139: EDF 944 SMESH : Get 2D/3D element with X, Y, Z coordinates
+	mesh_find_elem_by_point.png \
2009-11-11 15:08:09 +00:00
ptv
35c05cab65 0020105: EDF 862 SMESH : Creation of the skin elements (2D) of a 3D Mesh 2009-09-10 06:59:27 +00:00
skl
3add66f219 Integration improvements 0020310 and 0020431. 2009-08-27 07:26:22 +00:00
skl
418ecd5e73 Implementation of Quadrangle (Mapping) for faces built on 3 edges (0018911 from Mantis). 2009-07-24 05:08:32 +00:00