]>
SALOME platform Git repositories - modules/smesh.git/log
boulant [Wed, 2 Nov 2011 12:24:54 +0000 (12:24 +0000)]
IMP: merging guihelper.py in smeshstudytools.py
eap [Tue, 1 Nov 2011 14:53:17 +0000 (14:53 +0000)]
0021014 : EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
1) set SMESH.GeometryType instead of a numerical Threshold in GetCriterion()
2) set a human readable filter name in GroupOnFilter()
eap [Tue, 1 Nov 2011 14:07:50 +0000 (14:07 +0000)]
0021408 : EDf 2006 SMESH: USe of DoubleNodesOnGroupBoundaries on 2D leads to crash
In DoubleNodesOnGroupBoundaries(), throw in case of not volume group
eap [Tue, 1 Nov 2011 14:06:32 +0000 (14:06 +0000)]
0021408 : EDf 2006 SMESH: USe of DoubleNodesOnGroupBoundaries on 2D leads to crash
boolean DoubleNodesOnGroupBoundaries( in ListOfGroups theDomains,
in boolean createJointElems )
+ raises (SALOME::SALOME_Exception);
eap [Tue, 1 Nov 2011 12:16:50 +0000 (12:16 +0000)]
0021406 : EDF 1975 NETGENPLUGIN: Submesh hypothesis not taken into account
Pass theShapeToMesh to IsMoreLocalThanPredicate
eap [Tue, 1 Nov 2011 12:15:58 +0000 (12:15 +0000)]
0021406 : EDF 1975 NETGENPLUGIN: Submesh hypothesis not taken into account
In compute, apply GLOBAL algo that !NeedDescretBoundary() and
SupportSubmeshes() after LOCAL algos of such kind
inv [Mon, 31 Oct 2011 08:43:41 +0000 (08:43 +0000)]
Changing version to 6.4.0
eap [Fri, 28 Oct 2011 13:44:03 +0000 (13:44 +0000)]
0021336 : EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
fix SetParametersByDefaults()
eap [Fri, 28 Oct 2011 12:57:18 +0000 (12:57 +0000)]
0021336 : EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
eap [Fri, 28 Oct 2011 12:55:48 +0000 (12:55 +0000)]
0021336 : EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
+ static std::string CheckExpressionFunction( const std::string& expr,
+ const int convMode)
+ throw (SALOME_Exception);
eap [Fri, 28 Oct 2011 12:55:08 +0000 (12:55 +0000)]
use new method SMESH_subMesh::GetAlgo()
eap [Fri, 28 Oct 2011 12:53:31 +0000 (12:53 +0000)]
0021336 : EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
+ StdMeshers_CartesianParameters3D.hxx \
+ StdMeshers_Cartesian_3D.hxx
eap [Fri, 28 Oct 2011 12:52:43 +0000 (12:52 +0000)]
0021336 : EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
1) 1st version of "body fitting parameters" - to be improved
2)
+ def BodyFitted(self, geom=0):
+ return Mesh_Cartesian_3D(self, geom)
eap [Fri, 28 Oct 2011 12:51:17 +0000 (12:51 +0000)]
+ operator<<(const SMESH::string_array& theArg);
eap [Fri, 28 Oct 2011 12:50:34 +0000 (12:50 +0000)]
untabify
eap [Fri, 28 Oct 2011 12:49:19 +0000 (12:49 +0000)]
+ bool IsUsedHypothesis(const SMESHDS_Hypothesis * H) const;
eap [Fri, 28 Oct 2011 12:48:56 +0000 (12:48 +0000)]
0021336 : EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
1) catch SMESH_ComputeError thrown by algo->Compute()
2)
+ SMESH_Algo* GetAlgo() const;
eap [Fri, 28 Oct 2011 12:47:11 +0000 (12:47 +0000)]
speed up NotifySubMeshesHypothesisModification()
+ if ( !GetMeshDS()->IsUsedHypothesis( hyp ))
+ return;
eap [Fri, 28 Oct 2011 12:46:32 +0000 (12:46 +0000)]
improve comment
eap [Fri, 28 Oct 2011 12:30:20 +0000 (12:30 +0000)]
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"/>
eap [Fri, 28 Oct 2011 12:29:43 +0000 (12:29 +0000)]
0021336 : EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
+ interface StdMeshers_CartesianParameters3D : SMESH::SMESH_Hypothesis
+ interface StdMeshers_Cartesian_3D : SMESH::SMESH_3D_Algo
vsr [Thu, 27 Oct 2011 15:33:35 +0000 (15:33 +0000)]
Merge from V6_3_BR branch (Windows porting) 27/10/2011
boulant [Thu, 27 Oct 2011 13:45:47 +0000 (13:45 +0000)]
IMP: add a guihelper.py module in SMESH_PY (package salome.smesh) for managing the selection of mesh objects in the object browser.
vsr [Wed, 26 Oct 2011 11:51:35 +0000 (11:51 +0000)]
0021410 : EDF 2007 SMESH: Problem with the formula of aspect ratio 3D
eap [Mon, 24 Oct 2011 13:13:13 +0000 (13:13 +0000)]
0021014 : EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
SetMesh() to the filter and not to the predicate
eap [Mon, 24 Oct 2011 13:12:22 +0000 (13:12 +0000)]
in PublishGroup(), for the standalone groups, set full ot empty icon
depending on availability of elements of type of the group in the mesh
eap [Mon, 24 Oct 2011 13:10:19 +0000 (13:10 +0000)]
0021014 : EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
fix filter processing
eap [Mon, 24 Oct 2011 13:09:27 +0000 (13:09 +0000)]
0021014 : EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
class _pyGen {
+ Handle(_pyObject) FindObject( const _pyID& theObjID ) const;
eap [Mon, 24 Oct 2011 11:57:06 +0000 (11:57 +0000)]
0021014 : EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
class _pyGen {
+ Handle(_pyObject) FindObject( const _pyID& theObjID ) const;
eap [Mon, 24 Oct 2011 11:56:13 +0000 (11:56 +0000)]
0021014 : EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
Pass the mesh of filter to predicate at setting a mesh and a
predicate to avoid dump of predicate commands when a group is
created from GUI
prascle [Sun, 23 Oct 2011 11:10:05 +0000 (11:10 +0000)]
PR: compilation on KUbuntu 11.10
eap [Mon, 17 Oct 2011 09:59:32 +0000 (09:59 +0000)]
0021096 : EDF 1729 SMESH: Create a Projection 1D-2D algorithm
In CleanDependants(), do not call ComputeStateEngine(CLEAN) of a
dependant subMesh if it IsEmpty() in order to prevent infinite CLEAN
via event lesteners
vsr [Fri, 14 Oct 2011 15:09:47 +0000 (15:09 +0000)]
0019957 : EDF 785 SMESH: Convert Quadratic and Group on GEOM
Avoid endless recursing in FindCoincidentNodes() function (causing crash)
eap [Thu, 13 Oct 2011 13:08:51 +0000 (13:08 +0000)]
Fix a bug reported to SALOME Forum http://www.salome-platform.org/forum/forum_10/
372035859
- if ( helper.IsSubShape( *e, F ) && BRep_Tool::Curve( *e, loc,f,l))
+ if ( helper.IsSubShape( *e, F ) && !BRep_Tool::Curve( *e, loc,f,l).IsNull() )
eap [Thu, 13 Oct 2011 06:35:00 +0000 (06:35 +0000)]
0021106 : EDF 1691 SMESH: MEsh.Group(SubShape) fails on Shells
Forbid 3D mesh on the SHELL
eap [Thu, 13 Oct 2011 06:08:37 +0000 (06:08 +0000)]
remove excess includes
eap [Thu, 13 Oct 2011 05:35:12 +0000 (05:35 +0000)]
0021096 : EDF 1729 SMESH: Create a Projection 1D-2D algorithm
fix for projection of a group
eap [Thu, 13 Oct 2011 05:35:11 +0000 (05:35 +0000)]
0021096 : EDF 1729 SMESH: Create a Projection 1D-2D algorithm
eap [Thu, 13 Oct 2011 05:34:25 +0000 (05:34 +0000)]
use helper.GetCommonAncestor()
eap [Thu, 13 Oct 2011 05:31:21 +0000 (05:31 +0000)]
0021096 : EDF 1729 SMESH: Create a Projection 1D-2D algorithm
/*!
+ * \brief Return nodes in the order they encounter while walking along the side.
+ * For a closed side, the 1st point repeats at end
+ */
+ std::vector<const SMDS_MeshNode*> GetOrderedNodes() const;
eap [Thu, 13 Oct 2011 05:28:51 +0000 (05:28 +0000)]
0021096 : EDF 1729 SMESH: Create a Projection 1D-2D algorithm
+ def Projection1D2D(self, geom=0):
+ return Mesh_Projection2D(self, geom, "Projection_1D2D")
eap [Thu, 13 Oct 2011 05:28:23 +0000 (05:28 +0000)]
fix a comment
eap [Thu, 13 Oct 2011 05:27:59 +0000 (05:27 +0000)]
0021096 : EDF 1729 SMESH: Create a Projection 1D-2D algorithm
+ static TopoDS_Shape GetCommonAncestor(const TopoDS_Shape& shape1,
+ const TopoDS_Shape& shape2,
+ const SMESH_Mesh& mesh,
+ TopAbs_ShapeEnum ancestorType);
+ std::pair<int, TopAbs_ShapeEnum> GetMediumPos(const SMDS_MeshNode* n1,
+ const SMDS_MeshNode* n2);
eap [Wed, 12 Oct 2011 18:06:28 +0000 (18:06 +0000)]
0021014 : EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
set a more human readable name to the filter
eap [Fri, 7 Oct 2011 11:36:22 +0000 (11:36 +0000)]
0020918 : EDF 1447 SMESH: Mesh common borders (stepbystep.py)
use tolerance computed basing on min linear size of elements to import
eap [Fri, 7 Oct 2011 11:35:39 +0000 (11:35 +0000)]
0020918 : EDF 1447 SMESH: Mesh common borders (stepbystep.py)
in _Listener::ProcessEvent(), clear n2n and e2e maps at CLEAN event
eap [Thu, 6 Oct 2011 16:02:40 +0000 (16:02 +0000)]
fix Mesh_UseExistingElements.SourceEdges()
eap [Thu, 6 Oct 2011 16:01:08 +0000 (16:01 +0000)]
0021371 : EDF SMESH: The propagation of elements courbure is sometimes wrong in quadratic conversion with nodes on geometry
In FixQuadraticElements(), enhance detection of straight links
eap [Thu, 6 Oct 2011 15:59:05 +0000 (15:59 +0000)]
0021371 : EDF SMESH: The propagation of elements courbure is sometimes wrong in quadratic conversion with nodes on geometry
+ double MinLinearSize2() const;
+ // Return minimal square distance between connected corner nodes
eap [Thu, 6 Oct 2011 12:10:14 +0000 (12:10 +0000)]
untabify
eap [Thu, 6 Oct 2011 09:46:34 +0000 (09:46 +0000)]
0021370 : EDF SMESH: Hexahedron + Composite Side Disretization generate a bad mesh
Redesign to work with composite cube edges
0021369 : EDF SMESH: Meshing of a cube in hexas fails
fix defining orientation of a side in case of reversed wire
eap [Thu, 6 Oct 2011 09:43:59 +0000 (09:43 +0000)]
untabify
eap [Thu, 6 Oct 2011 09:43:30 +0000 (09:43 +0000)]
0021370 : EDF SMESH: Hexahedron + Composite Side Disretization generate a bad mesh
+ const std::vector<TopoDS_Edge>& Edges() const { return myEdge; }
eap [Thu, 6 Oct 2011 09:42:51 +0000 (09:42 +0000)]
0021370 : EDF SMESH: Hexahedron + Composite Side Disretization generate a bad mesh
Redesign LoadNodeColumns() to work with a composite base side
eap [Thu, 6 Oct 2011 09:39:29 +0000 (09:39 +0000)]
fix comment
vsr [Wed, 5 Oct 2011 10:22:15 +0000 (10:22 +0000)]
0021275 : EDF 1681 SMESH: Find the number of nodes of any group
Additional changes: update doc images
vsr [Wed, 5 Oct 2011 08:40:53 +0000 (08:40 +0000)]
0021359 : [CEA] Mesh information
Additional minor changes: update doc snapshots
vsr [Wed, 5 Oct 2011 08:39:05 +0000 (08:39 +0000)]
0021359 : [CEA] Mesh information
Additional minor changes: fix bad layout; fix wrong statement
gdd [Wed, 5 Oct 2011 08:37:54 +0000 (08:37 +0000)]
Additional information:
Number of underlying nodes => Underlying nodes
gdd [Wed, 5 Oct 2011 08:28:05 +0000 (08:28 +0000)]
Additional information:
Number of nodes => Number of underlying nodes
eap [Wed, 5 Oct 2011 08:15:51 +0000 (08:15 +0000)]
0020716 : EDF 1229 SMESH : Improvement of reversed edges dialog box
+def FirstVertexOnCurve(edge):
+ def ReversedEdgeIndices(self, reverseList):
gdd [Wed, 5 Oct 2011 06:16:34 +0000 (06:16 +0000)]
Update French resource file
vsr [Tue, 4 Oct 2011 14:19:30 +0000 (14:19 +0000)]
0021275 : EDF 1681 SMESH: Find the number of nodes of any group
0021359 : [CEA] Mesh information
vsr [Tue, 4 Oct 2011 14:07:49 +0000 (14:07 +0000)]
0021275 : EDF 1681 SMESH: Find the number of nodes of any group
0021359 : [CEA] Mesh information
eap [Tue, 4 Oct 2011 14:01:58 +0000 (14:01 +0000)]
0021275 : EDF 1681 SMESH: Find the number of nodes of any group
remove 100000 limit
vsr [Tue, 4 Oct 2011 13:24:48 +0000 (13:24 +0000)]
0021275 : EDF 1681 SMESH: Find the number of nodes of any group
0021359 : [CEA] Mesh information
vsr [Tue, 4 Oct 2011 13:14:47 +0000 (13:14 +0000)]
0021275 : EDF 1681 SMESH: Find the number of nodes of any group
0021359 : [CEA] Mesh information
eap [Tue, 4 Oct 2011 09:02:21 +0000 (09:02 +0000)]
in GetCriterion(), check enumeration type of Treshold and CritType
eap [Tue, 4 Oct 2011 08:53:35 +0000 (08:53 +0000)]
0021275 : EDF 1681 SMESH: Find the number of nodes of any group
fix GetTic()
eap [Tue, 4 Oct 2011 07:19:13 +0000 (07:19 +0000)]
untabify
eap [Tue, 4 Oct 2011 07:17:28 +0000 (07:17 +0000)]
0021275 : EDF 1681 SMESH: Find the number of nodes of any group
+ virtual int GetTic() const;
eap [Tue, 4 Oct 2011 07:17:02 +0000 (07:17 +0000)]
0021275 : EDF 1681 SMESH: Find the number of nodes of any group
+ long GetNumberOfNodes();
+ long_array GetNodeIDs();
+ boolean IsNodeInfoAvailable();
rnv [Mon, 3 Oct 2011 07:52:38 +0000 (07:52 +0000)]
Additional fix for the "20984: EDF 1566 SMESH: Better visibility of the elements in a shrinked representation" issue.
gdd [Fri, 30 Sep 2011 15:38:21 +0000 (15:38 +0000)]
Small cosmetic changes in BLSURF documentation
rnv [Wed, 28 Sep 2011 11:36:47 +0000 (11:36 +0000)]
Implementation of the issue 20984: EDF 1566 SMESH: Better visibility of the elements in a shrinked representation.
rnv [Wed, 28 Sep 2011 08:43:35 +0000 (08:43 +0000)]
Implementation of the issue 20984: EDF 1566 SMESH: Better visibility of the elements in a shrinked representation.
rnv [Mon, 26 Sep 2011 10:41:06 +0000 (10:41 +0000)]
Implementation of the issue 21285: EDF 1877 SMESH: Color of groups is only visible on one side.
rnv [Thu, 22 Sep 2011 11:56:53 +0000 (11:56 +0000)]
Implementation of the issue 21276: EDF 1857 SMESH: Order of algorithms in the combobox
rnv [Thu, 22 Sep 2011 07:07:55 +0000 (07:07 +0000)]
Fix for the issue "21356: EDF 1705 SMESH: Extrusion along a path using a mesh w/o geometry".
rnv [Tue, 20 Sep 2011 15:26:11 +0000 (15:26 +0000)]
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.
eap [Tue, 20 Sep 2011 08:08:23 +0000 (08:08 +0000)]
0021363 : EDF 1957 SMESH: Use of viscous layers with BLSURF
fix up incorrect uv of nodes on the FACE
rnv [Fri, 16 Sep 2011 06:22:33 +0000 (06:22 +0000)]
Additional modifications for the "20494: EDF 1123 KERNEL/GUI : Improvment of 'About' dialog box." issue.
eap [Wed, 14 Sep 2011 08:49:33 +0000 (08:49 +0000)]
0021358 : [CEA 500] SMESH HEXAHEDRA from 2D quad skin detect a error
Fix detection of corner nodes for blocks of size 1x1x1
gdd [Wed, 14 Sep 2011 08:42:44 +0000 (08:42 +0000)]
Convert text to Qt::tr
rnv [Tue, 13 Sep 2011 09:03:12 +0000 (09:03 +0000)]
Implementation of the "20494: EDF 1123 KERNEL/GUI : Improvment of 'About' dialog box" issue.
gdd [Tue, 6 Sep 2011 14:40:22 +0000 (14:40 +0000)]
Update Hexotic doc and remove some MESSAGE
gdd [Mon, 5 Sep 2011 14:54:07 +0000 (14:54 +0000)]
- Hexotic is no longer experimental => remove warnings
- Input quadrangles are now handled for mesh with geometry associated (they are cut into triangles as it is done w/o geometry associated).
eap [Mon, 5 Sep 2011 07:16:47 +0000 (07:16 +0000)]
Fix error message for the case of adjacent faces with triangular elements
gdd [Fri, 2 Sep 2011 14:04:37 +0000 (14:04 +0000)]
Comment MESSAGE
gdd [Fri, 2 Sep 2011 12:05:36 +0000 (12:05 +0000)]
Doc of GHS3DPLUGIN (tui)
gdd [Fri, 2 Sep 2011 11:58:22 +0000 (11:58 +0000)]
Update wrapping for BLSURFPLUGIN and GHS3DPLUGIN hypothesis
gdd [Fri, 2 Sep 2011 11:57:46 +0000 (11:57 +0000)]
Remove message
gdd [Fri, 2 Sep 2011 11:57:20 +0000 (11:57 +0000)]
Update BLSURFPLUGIN and GHS3DPLUGIN documentations
gdd [Thu, 1 Sep 2011 13:40:01 +0000 (13:40 +0000)]
Fix and update translation files
eap [Thu, 1 Sep 2011 11:34:43 +0000 (11:34 +0000)]
Fix the bug reported at the SALOME forum http://salome-platform.org/forum/forum_10/
510395693
map scale distribution of parameter to edge length
eap [Tue, 30 Aug 2011 10:59:48 +0000 (10:59 +0000)]
Fix a bug reported at the SALOME forum http://www.salome-platform.org/forum/forum_10/
156409406
- bool ok;
+ bool ok = true;
gdd [Mon, 29 Aug 2011 12:57:50 +0000 (12:57 +0000)]
PreCAD: minor change in function doc
eap [Thu, 25 Aug 2011 09:25:27 +0000 (09:25 +0000)]
0021348 : EDF 1944 SMESH: Problem to assign a3D algorithm on a mixt 2D/3D shape
fix defining shape dimension
eap [Wed, 24 Aug 2011 17:03:36 +0000 (17:03 +0000)]
bug of NbElements() which misses nb of SEG2 elements
gdd [Wed, 24 Aug 2011 08:16:19 +0000 (08:16 +0000)]
PreCAD: add wrapping to SetPreCADOptionValue(optin,value)