]>
SALOME platform Git repositories - modules/smesh.git/log
eap [Wed, 12 May 2010 12:11:46 +0000 (12:11 +0000)]
regression on "imps/A3" test
* avoid SIGSEGV in case of invalid input mesh
eap [Wed, 12 May 2010 12:01:54 +0000 (12:01 +0000)]
0020872 : [CEA] Script fails
* signature of RemoveExtraEdges() changed in the frames of issue
0020052
-piece_ok = RemoveExtraEdges(piece_cpd)
+piece_ok = RemoveExtraEdges(piece_cpd, doUnionFaces=True)
eap [Wed, 12 May 2010 11:59:35 +0000 (11:59 +0000)]
0020872 : [CEA] Script fails
* improve error repport in case of non-quadrangular elements
eap [Wed, 12 May 2010 08:05:52 +0000 (08:05 +0000)]
0020871 : EDF 1411 SMESH: Distribution with analytical density crashes Salome
* avoid passing infinite value to qwt
inv [Wed, 12 May 2010 06:34:27 +0000 (06:34 +0000)]
Update SMESH documentation
dmv [Wed, 12 May 2010 05:57:22 +0000 (05:57 +0000)]
0020863 : [CEA 403] SMESH hypotheses GUI destruction
dmv [Wed, 12 May 2010 05:49:38 +0000 (05:49 +0000)]
0020868 : EDF 1251 SMESH: Pattern 3D mapping
Add documentation and sample scripts for 3D pattern mapping
dmv [Tue, 11 May 2010 14:34:45 +0000 (14:34 +0000)]
0020868 : EDF 1251 SMESH: Pattern 3D mapping
ouv [Tue, 11 May 2010 08:59:28 +0000 (08:59 +0000)]
Issue
0020860 : EDF 1404 SMESH: Save operation unavailable after a group creation or merge nodes/elements
eap [Thu, 6 May 2010 13:00:52 +0000 (13:00 +0000)]
PAL21729 TC5.1.4: Problem with saving study after "Convert to quadratic" operation
* Protect Save() from pb with submeshes with invalid id (without corresponding shape)
eap [Thu, 6 May 2010 12:59:08 +0000 (12:59 +0000)]
PAL21729 TC5.1.4: Problem with saving study after "Convert to quadratic" operation
* Fix GetMediumNode(): do not set node on subshape if the last not geiven
eap [Thu, 6 May 2010 12:08:58 +0000 (12:08 +0000)]
fix regression on "imps/A3" test
eap [Thu, 6 May 2010 08:44:54 +0000 (08:44 +0000)]
0020855 : [CEA] Problem with ijk algo
* Fix difining sharing of block sides
* Fix selection of adjacent side
vsr [Wed, 5 May 2010 15:23:42 +0000 (15:23 +0000)]
0020614 : EDF 1133 SMESH : Put new added elements and nodes to group
Additional changes: converting of groups on geometry to standalone group by demand
eap [Wed, 5 May 2010 13:58:31 +0000 (13:58 +0000)]
in Compute(), fix showing compute error in case of imported mesh
gdd [Tue, 4 May 2010 14:11:21 +0000 (14:11 +0000)]
Fix misspell
gdd [Tue, 4 May 2010 13:19:51 +0000 (13:19 +0000)]
0020627 : EDF 1165 HEXOTIC : Allow Hexotic to start from a 2D mesh
Changed doc: parameter "Nb. Hexes Min Level" before "Nb. Hexes Max Level".
gdd [Tue, 4 May 2010 13:07:14 +0000 (13:07 +0000)]
0020671 : EDF 1230 SMESH: Scale transform of mesh
Fix doc
gdd [Tue, 4 May 2010 12:15:02 +0000 (12:15 +0000)]
Fix warnings at documentation generation.
dmv [Tue, 4 May 2010 11:23:29 +0000 (11:23 +0000)]
0020631 : EDF 1195 SMESH : Merge Node : Optional display of the nodes of the mesh
eap [Tue, 4 May 2010 07:31:42 +0000 (07:31 +0000)]
0020858 : EDF SMESH : Dump of attacehd script is not running.
- TPythonDump() << "isDone = " << this << ".DoubleNodeGroups( " << &theElems << ", "
+ TPythonDump() << "isDone = " << this << ".DoubleNodeElemGroups( " << &theElems << ", "
dmv [Tue, 4 May 2010 06:54:32 +0000 (06:54 +0000)]
0018911 : EDF 661 SMESH : to be able to mesh a prismal shape as a revolution of meshed surface
eap [Fri, 30 Apr 2010 12:00:24 +0000 (12:00 +0000)]
Compute(), better presentation in case of multiple errors
eap [Fri, 30 Apr 2010 08:21:21 +0000 (08:21 +0000)]
in Compute(), protect from exceptions while searching subshape name
eap [Fri, 30 Apr 2010 08:12:00 +0000 (08:12 +0000)]
in Compute(), show compute error as well as hypotheses errors
eap [Fri, 30 Apr 2010 06:41:17 +0000 (06:41 +0000)]
0020855 : [CEA] Problem with ijk algo
* Fix uninitialized gravity center
- gp_XYZ gc;
+ gp_XYZ gc(0,0,0);
eap [Thu, 29 Apr 2010 07:08:00 +0000 (07:08 +0000)]
0020852 : [CEA] V5_1_4_BR - script fails
* correctly initialize fields used for non-uniformally parametrized edges
in the case of degenerated edges
dmv [Wed, 28 Apr 2010 12:32:02 +0000 (12:32 +0000)]
IPAL21710 TC5.1.4: Dialog doesn't show mesh info
san [Wed, 28 Apr 2010 07:50:25 +0000 (07:50 +0000)]
Issue
0020580 : Correcting documentation for user preferences
dmv [Tue, 27 Apr 2010 11:57:40 +0000 (11:57 +0000)]
IPAL21396 Quadrangle parameters Hypothesis Construction Bugs.
eap [Tue, 27 Apr 2010 09:42:53 +0000 (09:42 +0000)]
PAL21717: default values of hypothesis for sub-mesh
Use default hyp value if submesh is not meshed
eap [Tue, 27 Apr 2010 09:25:36 +0000 (09:25 +0000)]
PAL21718: Composite Side Discretisation 1D Algorithm works incorrently with attached shape.
* Avoid pb with internal edges
eap [Tue, 27 Apr 2010 09:24:04 +0000 (09:24 +0000)]
PAL21718: Composite Side Discretisation 1D Algorithm works incorrently with attached shape.
GeomAbs_Shape SMESH_Algo::Continuity(TopoDS_Edge E1,
TopoDS_Edge E2)
{
+ E1.Orientation(TopAbs_FORWARD), E2.Orientation(TopAbs_FORWARD); // avoid pb with internal edges
eap [Tue, 27 Apr 2010 06:37:28 +0000 (06:37 +0000)]
PAL21685: Fatal error after save/open study with Edit group as standalone group
* protect SObjectToObject() from exception in case of invalid IOR
eap [Tue, 27 Apr 2010 06:35:56 +0000 (06:35 +0000)]
PAL21685: Fatal error after save/open study with Edit group as standalone group
* register new CORBA object for persistence at group conversion
dmv [Mon, 26 Apr 2010 13:14:19 +0000 (13:14 +0000)]
IPAL21303 ex15_cyl2geometry: mesh computation failed
vsr [Mon, 26 Apr 2010 12:09:15 +0000 (12:09 +0000)]
0020788 : EDF 1339 SMESH : Crash after enabling "Auto Color" feature in attached MED file
Additional fix for group labels actor color
san [Fri, 23 Apr 2010 15:33:57 +0000 (15:33 +0000)]
Issue
0020580 : on-line documentation for user preferences controlling precision
eap [Fri, 23 Apr 2010 13:43:11 +0000 (13:43 +0000)]
0020849 : [CEA] Projection 2D fails
* project by transformation in case if TopoDS_TFace's are different
eap [Thu, 22 Apr 2010 13:34:55 +0000 (13:34 +0000)]
Regress of 3D_mesh_NETGEN/G6 test
* add commented debug ouput
eap [Thu, 22 Apr 2010 13:32:59 +0000 (13:32 +0000)]
Regress of 3D_mesh_NETGEN/G6 test
* avoid pb that for internal node GCPnts_AbscissaPoint::Length() return value larger than total edge length
* cash values used for work with non-uniformly paramtrized edges
adam [Thu, 22 Apr 2010 12:36:43 +0000 (12:36 +0000)]
Fix compilation on windows ...
May be it can create problems on linux when linking to native libs
but in accordance with Vadim, I integrate this modification
and we will fix problem later if necessary.
eap [Thu, 22 Apr 2010 07:12:49 +0000 (07:12 +0000)]
0020843 : EDF 1374 : SMESH Projection 2D + Extrusion 3D issue
* Modify for the case of quasi quadrilateral side face
eap [Thu, 22 Apr 2010 07:10:07 +0000 (07:10 +0000)]
0020843 : EDF 1374 : SMESH Projection 2D + Extrusion 3D issue
* Rewrite LoadNodeColumns() to be usable in case of quasi quadrilateral face
vsr [Wed, 21 Apr 2010 16:19:21 +0000 (16:19 +0000)]
Update copyright notes (for 2010)
jfa [Wed, 21 Apr 2010 12:46:40 +0000 (12:46 +0000)]
Mantis issue
0020422 : EDF 1070 GEOM: Partition anomaly - REGRESSION from 4.1.x.
dmv [Wed, 21 Apr 2010 06:32:54 +0000 (06:32 +0000)]
0020847 : EDF 1378 SMESH : Selection problem with symetry + translation
eap [Tue, 20 Apr 2010 13:14:23 +0000 (13:14 +0000)]
0020838 : EDF 1369 SMESH : Double elements generated
- Fix computeParamByFunc() for case where theReverse=true
adam [Tue, 20 Apr 2010 10:35:51 +0000 (10:35 +0000)]
windows
adam [Mon, 19 Apr 2010 15:14:27 +0000 (15:14 +0000)]
*** empty log message ***
inv [Mon, 19 Apr 2010 10:47:01 +0000 (10:47 +0000)]
Changing version to 5.1.4
dmv [Thu, 8 Apr 2010 11:04:09 +0000 (11:04 +0000)]
Improve Documentation style.
dmv [Thu, 8 Apr 2010 07:52:18 +0000 (07:52 +0000)]
IPAL21668 Call of Edit Group leads to Crash.
caremoli [Thu, 8 Apr 2010 06:36:12 +0000 (06:36 +0000)]
CCAR: wrong type id
dmv [Wed, 7 Apr 2010 14:12:04 +0000 (14:12 +0000)]
Improve documentation
san [Mon, 5 Apr 2010 11:43:42 +0000 (11:43 +0000)]
Issue
0020580 : improved validation in integer and double spin boxes, possibility to adjust input field precision through preferences
eap [Wed, 31 Mar 2010 05:56:30 +0000 (05:56 +0000)]
Rename to avoid clash with same name class from GEOM_Engine
-class ObjectStates{
+class SMESH_ObjectStates{
eap [Wed, 31 Mar 2010 05:55:11 +0000 (05:55 +0000)]
Remove useless extra dump in DEBUG mode
eap [Tue, 30 Mar 2010 12:38:16 +0000 (12:38 +0000)]
0020672 : EDF 1243 SMESH : Be able to transform mixed mesh
+ void SplitVolumesIntoTetra(in SMESH_IDSource elems, in short methodFlags)
eap [Tue, 30 Mar 2010 12:36:23 +0000 (12:36 +0000)]
0020672 : EDF 1243 SMESH : Be able to transform mixed mesh
* Add "Split into Tetrahedra" operation
eap [Tue, 30 Mar 2010 12:33:10 +0000 (12:33 +0000)]
0020672 : EDF 1243 SMESH : Be able to transform mixed mesh
+ virtual int NbCornerNodes() const;
eap [Tue, 30 Mar 2010 12:32:41 +0000 (12:32 +0000)]
0020672 : EDF 1243 SMESH : Be able to transform mixed mesh
* Implement GetFaceNodesIndices() for polyhedrons
eap [Tue, 30 Mar 2010 12:30:12 +0000 (12:30 +0000)]
Move #include "SMESH_Algo.hxx" from hxx to cxx
eap [Tue, 30 Mar 2010 12:29:24 +0000 (12:29 +0000)]
Use TXyzIterator in Preparation()
eap [Tue, 30 Mar 2010 12:27:31 +0000 (12:27 +0000)]
/*!
+ * Returns nodes of given face (counted from zero) for given volumic element.
+ */
+ long_array GetElemFaceNodes(in long elemId, in short faceIndex);
+
+ /*!
+ * Returns an element based on all given nodes.
+ */
+ long FindElementByNodes(in long_array nodes);
ouv [Mon, 29 Mar 2010 08:24:47 +0000 (08:24 +0000)]
Bug IPAL21655 - Points representation works incorrectly with white background
eap [Thu, 25 Mar 2010 14:51:26 +0000 (14:51 +0000)]
untabify
ouv [Thu, 25 Mar 2010 13:55:29 +0000 (13:55 +0000)]
Issue
0020613 : EDF 1106 : Modify Node Marker in SMESH and VISU
eap [Tue, 23 Mar 2010 14:33:16 +0000 (14:33 +0000)]
Move StdMeshers_ProjectionUtils::IsSubShape() to SMESH_MesherHelper
eap [Tue, 23 Mar 2010 14:32:26 +0000 (14:32 +0000)]
Move from StdMeshers_ProjectionUtils
+ static bool IsSubShape( const TopoDS_Shape& shape, const TopoDS_Shape& mainShape );
+
+ static bool IsSubShape( const TopoDS_Shape& shape, SMESH_Mesh* aMesh );
eap [Tue, 23 Mar 2010 08:04:58 +0000 (08:04 +0000)]
020676: EDF 1212 GEOM: Partition operation creates vertices which causes mesh computation to fail with netgen
* Cash GeomAPI_ProjectPointOnSurf's
* Make applyFunc() public under name applyIn2D()
+ * \brief Define a pointer to wrapper over a function of gp_XY class,
+ * suitable to pass as xyFunPtr to applyIn2D().
+ * For exaple gp_XY_FunPtr(Added) defines pointer gp_XY_Added to function
+ * calling gp_XY::Added(gp_XY), which is to be used like following
+ * applyIn2D(surf, uv1, uv2, gp_XY_Added)
+ */
+#define gp_XY_FunPtr(meth) \
+ static gp_XY __gpXY_##meth (const gp_XY& uv1, const gp_XY& uv2) { return uv1.meth( uv2 ); } \
+ static xyFunPtr gp_XY_##meth = & __gpXY_##meth
+ /*!
+ * \brief Perform given operation on two 2d points in parameric space of given surface.
+ * It takes into account period of the surface. Use gp_XY_FunPtr macro
+ * to easily define pointer to function of gp_XY class.
+ */
+ static gp_XY applyIn2D(const Handle(Geom_Surface)& surface,
+ const gp_XY& uv1,
+ const gp_XY& uv2,
+ xyFunPtr fun,
+ const bool resultInPeriod=true);
+
vsr [Mon, 22 Mar 2010 15:15:49 +0000 (15:15 +0000)]
Issue
0020788 : EDF 1339 SMESH : Crash after enabling "Auto Color" feature in attached MED file
vsr [Mon, 22 Mar 2010 15:08:53 +0000 (15:08 +0000)]
Issue
0020788 : EDF 1339 SMESH : Crash after enabling "Auto Color" feature in attached MED file
dmv [Mon, 22 Mar 2010 14:48:33 +0000 (14:48 +0000)]
0020799 : [CEA] Smesh script fails
vsr [Mon, 22 Mar 2010 14:30:36 +0000 (14:30 +0000)]
0020801 : EDF 1343 SMESH : Segmentation violation during compound od Mesh with 0D elements
dmv [Mon, 22 Mar 2010 12:17:15 +0000 (12:17 +0000)]
0020788 : EDF 1339 SMESH : Crash after enabling "Auto Color" feature in attached MED file
eap [Fri, 19 Mar 2010 14:56:03 +0000 (14:56 +0000)]
SMESH_IDSource can be not-published object
+ operator<<(SMESH::SMESH_IDSource_ptr theArg);
eap [Fri, 19 Mar 2010 14:21:48 +0000 (14:21 +0000)]
0020771 : EDF 1322 SMESH : Quadratic/Linear conversion with Medium Nodes on Geometry issue
* Care of period when performing operations on points in parametric space
eap [Fri, 19 Mar 2010 07:25:55 +0000 (07:25 +0000)]
0020781 : EDF 1326 SMESH : Documentation missing
more detail for "Orientation of faces"
eap [Thu, 18 Mar 2010 09:47:58 +0000 (09:47 +0000)]
0020676 : EDF 1212 GEOM: Partition operation creates vertices which causes mesh computation to fail with netgen
* fix pb of CheckNodeUV() with INTERNAL shapes
+ /*!
+ * \brief Return iterator on ancestors of the given type
+ */
+ static PShapeIteratorPtr GetAncestors(const TopoDS_Shape& shape,
+ const SMESH_Mesh& mesh,
+ TopAbs_ShapeEnum ancestorType);
eap [Thu, 18 Mar 2010 09:46:14 +0000 (09:46 +0000)]
0020676 : EDF 1212 GEOM: Partition operation creates vertices which causes mesh computation to fail with netgen
- TopoDS_Shape GetSubShape() const { return myShape; }
+ const TopoDS_Shape& GetSubShape() const { return myShape; }
+typedef SMDS_Iterator<const TopoDS_Shape*> PShapeIterator;
+typedef boost::shared_ptr< PShapeIterator > PShapeIteratorPtr;
+ /*!
+ * \brief Return iterator on ancestors of the given type
+ */
+ static PShapeIteratorPtr GetAncestors(const TopoDS_Shape& shape,
+ const SMESH_Mesh& mesh,
+ TopAbs_ShapeEnum ancestorType);
eap [Thu, 18 Mar 2010 09:42:08 +0000 (09:42 +0000)]
0020676 : EDF 1212 GEOM: Partition operation creates vertices which causes mesh computation to fail with netgen
* In GetOrderedEdges(), preview presence of the internal vertex within the face
dmv [Wed, 17 Mar 2010 07:52:51 +0000 (07:52 +0000)]
IPAL21631 Incorrect Help link.
ana [Tue, 16 Mar 2010 13:04:00 +0000 (13:04 +0000)]
Windows compatibility
ana [Mon, 15 Mar 2010 14:45:59 +0000 (14:45 +0000)]
Windows compatibility
dmv [Mon, 15 Mar 2010 13:56:52 +0000 (13:56 +0000)]
0020727 : EDF 1276 SMESH : add a Method RadialQuadrangle to the Mesh class in smeshDC.py
vsr [Mon, 15 Mar 2010 09:31:54 +0000 (09:31 +0000)]
Fix compilation problem on Debian Sarge
eap [Fri, 12 Mar 2010 08:30:20 +0000 (08:30 +0000)]
+//=======================================================================
+/*!
+ * \brief SMESH_TLink knowing its orientation
+ */
+//=======================================================================
+
+struct SMESH_OrientedLink: public SMESH_TLink
+{
+ bool _reversed;
+ SMESH_OrientedLink(const SMDS_MeshNode* n1, const SMDS_MeshNode* n2 )
+ : SMESH_TLink( n1, n2 ), _reversed( n1 != node1() ) {}
+};
eap [Fri, 12 Mar 2010 08:26:13 +0000 (08:26 +0000)]
/*!
* \brief High level util for effective file reading and other file operations
*/
skl [Fri, 12 Mar 2010 05:38:02 +0000 (05:38 +0000)]
skl [Thu, 11 Mar 2010 09:36:56 +0000 (09:36 +0000)]
eap [Wed, 10 Mar 2010 13:21:56 +0000 (13:21 +0000)]
fix FindFace() after the previous integration
eap [Wed, 10 Mar 2010 06:43:17 +0000 (06:43 +0000)]
- const SMDS_MeshFace *FindFace(std::vector<int> nodes_ids) const;
+ const SMDS_MeshFace *FindFace(const std::vector<int>& nodes_ids) const;
- static const SMDS_MeshFace* FindFace(std::vector<const SMDS_MeshNode *> nodes);
+ static const SMDS_MeshFace* FindFace(const std::vector<const SMDS_MeshNode *>& nodes);
skl [Tue, 9 Mar 2010 14:03:48 +0000 (14:03 +0000)]
eap [Tue, 9 Mar 2010 13:26:18 +0000 (13:26 +0000)]
0020682 : EDF 1222 SMESH: 3D mesh from a skin mesh and with volumic cells
* Fix regression made at redesigning
eap [Tue, 9 Mar 2010 08:17:43 +0000 (08:17 +0000)]
a little optimize FindFace (std::vector<const SMDS_MeshNode *> nodes)
eap [Fri, 5 Mar 2010 11:13:07 +0000 (11:13 +0000)]
0020714 : EDF GHS3DPLUGIN: shapeToMesh when creating 3D mesh from 2D mesh
* Fix GetPointState()
eap [Fri, 5 Mar 2010 07:42:20 +0000 (07:42 +0000)]
set Kernel_Utils::Localizer before calling algo->Compute()
eap [Thu, 4 Mar 2010 14:05:05 +0000 (14:05 +0000)]
0020714 : EDF GHS3DPLUGIN: shapeToMesh when creating 3D mesh from 2D mesh
* Add function to find out if the given point is out of closed 2D mesh.
+ virtual TopAbs_State GetPointState(const gp_Pnt& point);
eap [Thu, 4 Mar 2010 13:57:50 +0000 (13:57 +0000)]
0020714 : EDF GHS3DPLUGIN: shapeToMesh when creating 3D mesh from 2D mesh
* Fix FaceNormal()
* Add
+ static std::vector< const SMDS_MeshNode*> GetCommonNodes(const SMDS_MeshElement* e1,
+ const SMDS_MeshElement* e2);