]>
SALOME platform Git repositories - modules/smesh.git/log
eap [Tue, 7 Aug 2012 09:18:15 +0000 (09:18 +0000)]
0021765 : EDF 2334 SMESH: ConvertToQuadratic with medium node on geometry generates bad elements
Enables fixing node parameters by helper
+ helper.ToFixNodeParameters( true );
eap [Tue, 7 Aug 2012 09:16:38 +0000 (09:16 +0000)]
0021765 : EDF 2334 SMESH: ConvertToQuadratic with medium node on geometry generates bad elements
+ * \brief Enables fixing node parameters on EDGEs and FACEs by
+ * GetNodeU(...,check=true), GetNodeUV(...,check=true), CheckNodeUV() and
+ * CheckNodeU() in case if a node lies on a shape set via SetSubShape().
+ * Default is False
+ */
+ void ToFixNodeParameters(bool toFix);
gdd [Wed, 1 Aug 2012 09:36:50 +0000 (09:36 +0000)]
Fix small mistake (',' instead of '+')
eap [Tue, 31 Jul 2012 15:56:39 +0000 (15:56 +0000)]
0021764 : EDF SMESH: QUAD9 elements not counted in the mesh computation summary
Complete the fix
gdd [Tue, 31 Jul 2012 15:40:13 +0000 (15:40 +0000)]
Update translation files
eap [Tue, 31 Jul 2012 15:01:08 +0000 (15:01 +0000)]
0021764 : EDF SMESH: QUAD9 elements not counted in the mesh computation summary
Add recently added types of elements
eap [Tue, 31 Jul 2012 10:51:50 +0000 (10:51 +0000)]
0021762 : EDF 2333 : Bug in composite side algorithm on partition result
fix orientation of EDGEs before calling BRepLProp::Continuity()
eap [Mon, 30 Jul 2012 07:34:54 +0000 (07:34 +0000)]
make SplitVolumesIntoTetra() dump as a method of Mesh
eap [Fri, 27 Jul 2012 13:11:14 +0000 (13:11 +0000)]
0021759 : EDF 1785 SMESH: A group of nodes created by filters is incomplete
bug: elementsIterator(SMDSAbs_Node) returns nothing
eap [Fri, 27 Jul 2012 08:26:18 +0000 (08:26 +0000)]
fix vagrind error at incrementing an iterator pointing to a deleted
map node
eap [Fri, 27 Jul 2012 07:29:41 +0000 (07:29 +0000)]
0021758 : [CEA] Internal test fails with Netgen3D
do not use SMDS_SetIterator for iteration on myCell because
SMDS_SetIterator doesn't allow modification of a container being
iterated
eap [Mon, 23 Jul 2012 08:14:11 +0000 (08:14 +0000)]
more info on GetPointState()
eap [Fri, 20 Jul 2012 16:13:19 +0000 (16:13 +0000)]
Generalize "Cancel Compute" mechanism to be able to report
"Computation canceled" instead of "Algorithm failed" as failure reason
+ if ( _computeCanceled ) return false;
eap [Fri, 20 Jul 2012 16:12:39 +0000 (16:12 +0000)]
Generalize "Cancel Compute" mechanism to be able to report
"Computation canceled" instead of "Algorithm failed" as failure reason
+ COMPERR_CANCELED = -11 //!< compute canceled
eap [Fri, 20 Jul 2012 16:12:27 +0000 (16:12 +0000)]
Generalize "Cancel Compute" mechanism to be able to report
"Computation canceled" instead of "Algorithm failed" as failure reason
+ <source>COMPERR_CANCELED</source>
+ <translation>Computation canceled</translation>
eap [Fri, 20 Jul 2012 16:12:16 +0000 (16:12 +0000)]
Generalize "Cancel Compute" mechanism to be able to report
"Computation canceled" instead of "Algorithm failed" as failure reason
+ CASE2TEXT( COMPERR_CANCELED );
eap [Fri, 20 Jul 2012 16:11:59 +0000 (16:11 +0000)]
-#ifdef WITH_SMESH_CANCEL_COMPUTE
eap [Fri, 20 Jul 2012 16:11:41 +0000 (16:11 +0000)]
remove commented obsolete code
eap [Fri, 20 Jul 2012 16:11:12 +0000 (16:11 +0000)]
Generalize "Cancel Compute" mechanism to be able to report
"Computation canceled" instead of "Algorithm failed" as failure reason
+ volatile bool _computeCanceled; //!< is set to True while computing to stop it
eap [Fri, 20 Jul 2012 16:10:45 +0000 (16:10 +0000)]
Generalize "Cancel Compute" mechanism to be able to report
"Computation canceled" instead of "Algorithm failed" as failure reason
+ COMPERR_CANCELED // compute canceled
eap [Fri, 20 Jul 2012 11:45:37 +0000 (11:45 +0000)]
0021723 : EDF SMESH: Calculation of Aspect Ratio
Verdict Geometric Quality Library is not used for triangles
inv [Fri, 20 Jul 2012 10:14:08 +0000 (10:14 +0000)]
Fix compilation on Debian
- typedef SMDS_SetIterator< const _QuadFaceGrid&, TChildren::const_iterator > TChildIterator;
+ typedef SMDS_SetIterator< const _QuadFaceGrid&,
+ TChildren::const_iterator,
+ SMDS::SimpleAccessor<const _QuadFaceGrid&,TChildren::const_iterator>,
+ SMDS::PassAllValueFilter<_QuadFaceGrid> >
+ TChildIterator;
eap [Fri, 20 Jul 2012 09:17:17 +0000 (09:17 +0000)]
0021723 : EDF SMESH: Calculation of Aspect Ratio
Formula from The Verdict Geometric Quality Library available within
VTK is used
eap [Thu, 19 Jul 2012 13:26:17 +0000 (13:26 +0000)]
0021459 : EDF 1495 SMESH: Manipulation of discrete elements with attributes
eap [Thu, 19 Jul 2012 13:26:01 +0000 (13:26 +0000)]
+#include <TopoDS_Vertex.hxx>
eap [Thu, 19 Jul 2012 13:25:51 +0000 (13:25 +0000)]
+#include <TopoDS_Face.hxx>
eap [Thu, 19 Jul 2012 13:25:39 +0000 (13:25 +0000)]
fix creation of polyhedrons
eap [Thu, 19 Jul 2012 13:23:51 +0000 (13:23 +0000)]
0021459 : EDF 1495 SMESH: Manipulation of discrete elements with attributes
+ CORBA::Long AddBall(CORBA::Long IDOfNodem, CORBA::Double diameter)
- SMESH::long_array_var myLastCreatedElems;
- SMESH::long_array_var myLastCreatedNodes;
+ ::SMESH_MeshEditor myEditor;
eap [Thu, 19 Jul 2012 13:20:15 +0000 (13:20 +0000)]
0021459 : EDF 1495 SMESH: Manipulation of discrete elements with attributes
+ GROUP_BALL,
eap [Thu, 19 Jul 2012 13:19:53 +0000 (13:19 +0000)]
0021459 : EDF 1495 SMESH: Manipulation of discrete elements with attributes
+ void AddBall(int NewBallID, int node, double diameter);
eap [Thu, 19 Jul 2012 13:19:31 +0000 (13:19 +0000)]
0021459 : EDF 1495 SMESH: Manipulation of discrete elements with attributes
+ virtual SMDS_BallElement* AddBallWithID(int n, double diameter, int ID);
+ virtual SMDS_BallElement* AddBallWithID(const SMDS_MeshNode * n, double diameter, int ID);
+ virtual SMDS_BallElement* AddBall (const SMDS_MeshNode * n, double diameter);
eap [Thu, 19 Jul 2012 13:19:03 +0000 (13:19 +0000)]
0021459 : EDF 1495 SMESH: Manipulation of discrete elements with attributes
+ SMESHDS_AddBall
eap [Thu, 19 Jul 2012 13:18:27 +0000 (13:18 +0000)]
0021459 : EDF 1495 SMESH: Manipulation of discrete elements with attributes
+ inline void AddBallsWithID(SMDS_Mesh* theMesh,
eap [Thu, 19 Jul 2012 13:18:07 +0000 (13:18 +0000)]
+ * Creates LINEAR!!!!!!!!! octahedron
eap [Thu, 19 Jul 2012 13:17:43 +0000 (13:17 +0000)]
0021459 : EDF 1495 SMESH: Manipulation of discrete elements with attributes
SMDS_MeshElement* AddElement(const std::vector<const SMDS_MeshNode*> & nodes,
const SMDSAbs_ElementType type,
const bool isPoly,
const int ID = -1,
+ const double ballDiameter=0.);
Adjust Transform() and FindElementsByPoint()
eap [Thu, 19 Jul 2012 13:14:54 +0000 (13:14 +0000)]
0021459 : EDF 1495 SMESH: Manipulation of discrete elements with attributes
+ int NbBalls() const throw(SALOME_Exception);
eap [Thu, 19 Jul 2012 13:14:28 +0000 (13:14 +0000)]
0021459 : EDF 1495 SMESH: Manipulation of discrete elements with attributes
+ void AllocateDiameters( vtkIdType maxVtkID );
+ void SetBallDiameter( vtkIdType vtkID, double diameter );
+ double GetBallDiameter( vtkIdType vtkID ) const;
eap [Thu, 19 Jul 2012 13:14:09 +0000 (13:14 +0000)]
0021459 : EDF 1495 SMESH: Manipulation of discrete elements with attributes
template<typename VALUE,
typename VALUE_SET_ITERATOR,
typename ACCESOR=SMDS::SimpleAccessor<VALUE,VALUE_SET_ITERATOR>,
+ typename VALUE_FILTER=SMDS::PassAllValueFilter<VALUE> >
class SMDS_SetIterator : public SMDS_Iterator<VALUE>
eap [Thu, 19 Jul 2012 13:13:13 +0000 (13:13 +0000)]
0021459 : EDF 1495 SMESH: Manipulation of discrete elements with attributes
+ int NbBalls() const { return myNbBalls; }
eap [Thu, 19 Jul 2012 13:12:54 +0000 (13:12 +0000)]
+ some comments
eap [Thu, 19 Jul 2012 13:12:33 +0000 (13:12 +0000)]
0021459 : EDF 1495 SMESH: Manipulation of discrete elements with attributes
+SMDSAbs_ElementType toSmdsType(SMDSAbs_EntityType entityType)
+SMDSAbs_ElementType toSmdsType(SMDSAbs_GeometryType geomType)
eap [Thu, 19 Jul 2012 13:08:37 +0000 (13:08 +0000)]
0021459 : EDF 1495 SMESH: Manipulation of discrete elements with attributes
+ virtual SMDS_ElemIteratorPtr elementGeomIterator(SMDSAbs_GeometryType type) const;
+ virtual SMDS_ElemIteratorPtr elementEntityIterator(SMDSAbs_EntityType type) const;
+ virtual SMDS_BallElement* AddBallWithID(int n, double diameter, int ID);
+ virtual SMDS_BallElement* AddBallWithID(const SMDS_MeshNode * n, double diameter, int ID);
+ virtual SMDS_BallElement* AddBall (const SMDS_MeshNode * n, double diameter);
+ const SMDS_BallElement* FindBall(int idnode) const;
+ static const SMDS_BallElement* FindBall(const SMDS_MeshNode * n);
+ virtual int NbBalls() const;
+ ObjectPool<SMDS_BallElement>* myBallPool;
eap [Thu, 19 Jul 2012 13:06:39 +0000 (13:06 +0000)]
0021459 : EDF 1495 SMESH: Manipulation of discrete elements with attributes
+ virtual SMDSAbs_GeometryType GetGeomType() const;
eap [Thu, 19 Jul 2012 12:55:55 +0000 (12:55 +0000)]
0021459 : EDF 1495 SMESH: Manipulation of discrete elements with attributes
+ SMDSAbs_Ball,
+ SMDSGeom_BALL,
+ SMDSEntity_Ball,
eap [Thu, 19 Jul 2012 12:55:29 +0000 (12:55 +0000)]
0021459 : EDF 1495 SMESH: Manipulation of discrete elements with attributes
+ SMDS_BallElement.hxx
eap [Thu, 19 Jul 2012 12:50:10 +0000 (12:50 +0000)]
0021459 : EDF 1495 SMESH: Manipulation of discrete elements with attributes
eap [Thu, 19 Jul 2012 12:49:09 +0000 (12:49 +0000)]
shorten code
eap [Thu, 19 Jul 2012 12:47:14 +0000 (12:47 +0000)]
0021459 : EDF 1495 SMESH: Manipulation of discrete elements with attributes
+ class SMESHCONTROLS_EXPORT BallDiameter: public virtual NumericalFunctor{
eap [Thu, 19 Jul 2012 12:46:41 +0000 (12:46 +0000)]
0021459 : EDF 1495 SMESH: Manipulation of discrete elements with attributes
+ <parameter name="ball_elem_color" value="100, 255, 0"/>
eap [Thu, 19 Jul 2012 12:46:30 +0000 (12:46 +0000)]
0021459 : EDF 1495 SMESH: Manipulation of discrete elements with attributes
+ mesh_ball.png
eap [Thu, 19 Jul 2012 12:45:29 +0000 (12:45 +0000)]
0021459 : EDF 1495 SMESH: Manipulation of discrete elements with attributes
+ const long Tag_BallElementsGroups = 16;
eap [Thu, 19 Jul 2012 12:45:15 +0000 (12:45 +0000)]
0021459 : EDF 1495 SMESH: Manipulation of discrete elements with attributes
+ FT_BallDiameter,
eap [Thu, 19 Jul 2012 12:44:41 +0000 (12:44 +0000)]
About "Use Existing Faces" stub algorithm
eap [Thu, 19 Jul 2012 12:43:37 +0000 (12:43 +0000)]
mistake
eap [Wed, 18 Jul 2012 12:41:15 +0000 (12:41 +0000)]
fix GetSubMeshNodesId()
eap [Fri, 13 Jul 2012 07:24:06 +0000 (07:24 +0000)]
0021723 : EDF SMESH: Calculation of Aspect Ratio
Use vtkMeshQuality::QuadAspectRatio()
eap [Wed, 11 Jul 2012 16:10:38 +0000 (16:10 +0000)]
021720: EDF SMESH: Body Fitting hypothesis dialog - Switching between the definition mode resets the previous values
eap [Wed, 11 Jul 2012 08:20:12 +0000 (08:20 +0000)]
Improve comments
eap [Wed, 11 Jul 2012 08:16:25 +0000 (08:16 +0000)]
+ some precisions, references
eap [Wed, 11 Jul 2012 07:27:46 +0000 (07:27 +0000)]
Some wodrs about "Change submesh priority"
eap [Wed, 11 Jul 2012 07:14:36 +0000 (07:14 +0000)]
Some precisions, complete list of mesh file formats
gdd [Tue, 10 Jul 2012 16:09:01 +0000 (16:09 +0000)]
Center image in doc
eap [Mon, 9 Jul 2012 08:35:37 +0000 (08:35 +0000)]
http://www.salome-platform.org/forum/forum_10/
508123838 #
632325403 : Extrude3D doesn't work
Restore error reporting in the case where existing 1D mesh
mismatches the projected 2D mesh
eap [Thu, 5 Jul 2012 09:40:33 +0000 (09:40 +0000)]
0021676 : EDF 2283 NETGENPLUGIN: Improve Netgen 1D-2D-3D to generate pyramids in case where input 2D mesh includes quadrangles
+ const TopoDS_Shape& GetShape() const { return myShape; }
eap [Wed, 4 Jul 2012 14:55:48 +0000 (14:55 +0000)]
0021692 : EDF 2314 : Hexaedron failure
Fix for the case where topologically neighboring faces composing a box
side are not neighboring within the list of sub-shapes of a box
gdd [Wed, 4 Jul 2012 12:20:52 +0000 (12:20 +0000)]
Update translation files for the Reverse Faces dialog.
eap [Mon, 2 Jul 2012 13:26:36 +0000 (13:26 +0000)]
0021381 : EDF 1984 BLSURFPLUGIN: Sub-mesh with BLSURF
struct SMESH_TNodeXYZ : public gp_XYZ
{
+ double _xyz[3];
eap [Mon, 2 Jul 2012 13:25:53 +0000 (13:25 +0000)]
0021381 : EDF 1984 BLSURFPLUGIN: Sub-mesh with BLSURF
Enable IsQuadraticSubMesh() work with compounds
eap [Mon, 2 Jul 2012 08:08:57 +0000 (08:08 +0000)]
0021542 : EDF 1699 SMESH: Reorient a group of faces
+ reorient_faces_point.png \
+ reorient_faces_face.png
eap [Fri, 29 Jun 2012 13:58:07 +0000 (13:58 +0000)]
0021542 : EDF 1699 SMESH: Reorient a group of faces
eap [Fri, 29 Jun 2012 13:56:49 +0000 (13:56 +0000)]
0021542 : EDF 1699 SMESH: Reorient a group of faces
+ reorient_faces_point.png \
+ reorient_faces_face.png
eap [Fri, 29 Jun 2012 13:56:13 +0000 (13:56 +0000)]
0021542 : EDF 1699 SMESH: Reorient a group of faces
+ def Reorient2D(self, the2DObject, theDirection, theFaceOrPoint ):
eap [Fri, 29 Jun 2012 13:55:31 +0000 (13:55 +0000)]
remove commented code
eap [Fri, 29 Jun 2012 13:54:55 +0000 (13:54 +0000)]
0021542 : EDF 1699 SMESH: Reorient a group of faces
+ SMESHGUI_ReorientFacesDlg.h \
eap [Fri, 29 Jun 2012 13:53:54 +0000 (13:53 +0000)]
0021542 : EDF 1699 SMESH: Reorient a group of faces
+ long Reorient2D(in SMESH_IDSource the2Dgroup,
+ in DirStruct theDirection,
+ in long theFace,
+ in PointStruct thePoint) raises (SALOME::SALOME_Exception);
eap [Fri, 29 Jun 2012 13:47:33 +0000 (13:47 +0000)]
0021542 : EDF 1699 SMESH: Reorient a group of faces
+ // Return height of the tree, full or from this level to topest leaf
+ int getHeight(const bool full=true) const;
eap [Fri, 29 Jun 2012 13:47:05 +0000 (13:47 +0000)]
0021542 : EDF 1699 SMESH: Reorient a group of faces
namespace SMESHUtils
{
+ template <class TVECTOR>
+ void CompactVector(TVECTOR& vec)
}
eap [Fri, 29 Jun 2012 13:46:17 +0000 (13:46 +0000)]
0021542 : EDF 1699 SMESH: Reorient a group of faces
a general treatment of sub-meshes passed as arguments not to move
their creation at script end
+ void _pyGen::PlaceSubmeshAfterItsCreation( Handle(_pyCommand) theCmdUsingSubmesh ) const;
+ static bool _pySubMesh::CanBeArgOfMethod(const _AString& theMethodName);
eap [Fri, 29 Jun 2012 13:43:18 +0000 (13:43 +0000)]
+ CORBA::Long Reorient2D(SMESH::SMESH_IDSource_ptr the2Dgroup,
+ const SMESH::DirStruct& theDirection,
+ CORBA::Long theFace,
+ const SMESH::PointStruct& thePoint) throw (SALOME::SALOME_Exception);
eap [Fri, 29 Jun 2012 13:41:37 +0000 (13:41 +0000)]
struct SMESH_ElementSearcher
{
+ virtual const SMDS_MeshElement* FindClosestTo( const gp_Pnt& point,
+ SMDSAbs_ElementType type) = 0;
}
+ int Reorient2D (TIDSortedElemSet & theFaces,
+ const gp_Dir& theDirection,
+ const SMDS_MeshElement * theFace);
+ static double GetDistance( const SMDS_MeshFace* face, const gp_Pnt& point );
+ void ElementBndBoxTree::getElementsInSphere ( const gp_XYZ& center,
+ const double radius,
+ TIDSortedElemSet& foundElems)
eap [Fri, 29 Jun 2012 13:40:11 +0000 (13:40 +0000)]
struct SMESH_ElementSearcher
{
+ virtual const SMDS_MeshElement* FindClosestTo( const gp_Pnt& point,
+ SMDSAbs_ElementType type) = 0;
}
+ int Reorient2D (TIDSortedElemSet & theFaces,
+ const gp_Dir& theDirection,
+ const SMDS_MeshElement * theFace);
+ static double GetDistance( const SMDS_MeshFace* face, const gp_Pnt& point );
vsr [Wed, 20 Jun 2012 14:54:14 +0000 (14:54 +0000)]
0021669 : EDF 2262 SMESH: "Mesh information" takes a long time on small mesh with joint elements
eap [Wed, 20 Jun 2012 12:25:16 +0000 (12:25 +0000)]
Avoid synchronization with geom groups when closing a study
+ void setCurrentStudy( SALOMEDS::Study_ptr theStudy,
+ bool theStudyIsBeingClosed=false);
eap [Fri, 8 Jun 2012 10:45:42 +0000 (10:45 +0000)]
IPAL22856 2D quadrangle mesher of reduced type works wrong
change algorithm as requested by IPAL22856 - care of symmetry
eap [Fri, 8 Jun 2012 07:27:26 +0000 (07:27 +0000)]
IPAL22856 2D quadrangle mesher of reduced type works wrong
refactoring ComputeReduced(), but algorithm still remains the same
eap [Fri, 8 Jun 2012 07:06:43 +0000 (07:06 +0000)]
- SMDS_MeshNode* AddNode(double x, double y, double z, int ID = 0);
+ SMDS_MeshNode* AddNode(double x, double y, double z, int ID = 0, double u=0., double v=0.);
gdd [Thu, 7 Jun 2012 11:26:44 +0000 (11:26 +0000)]
Fix for compilation with gcc 4.7
vsr [Tue, 5 Jun 2012 12:18:07 +0000 (12:18 +0000)]
Merge from V6_5_BR 05/06/2012
rnv [Thu, 12 Apr 2012 07:15:03 +0000 (07:15 +0000)]
Porting documentation on the Doxygen-1.8.0
eap [Wed, 11 Apr 2012 14:34:04 +0000 (14:34 +0000)]
0021540 : [CEA] Internal test fails : prisms
Fix FindMatchingNodesOnFaces() for spheres ( DeuxSpheres.py )
eap [Wed, 11 Apr 2012 13:10:03 +0000 (13:10 +0000)]
0021530 : EDF 2176 SMESH: Projection 1D-2D with compounds
Fix for the case of no vertex association
eap [Wed, 11 Apr 2012 13:08:52 +0000 (13:08 +0000)]
0021530 : EDF 2176 SMESH: Projection 1D-2D with compounds
+ static std::string GeomObjectToEntry(GEOM::GEOM_Object_ptr& theGeomObject);
eap [Wed, 11 Apr 2012 08:35:01 +0000 (08:35 +0000)]
0021529 : [CEA 551] I,j,k mesher does not mesh 2D quadragular meshes
correct isClosedChainOfSides()
eap [Wed, 11 Apr 2012 08:23:17 +0000 (08:23 +0000)]
0021530 : EDF 2176 SMESH: Projection 1D-2D with compounds
keep entries of shapes to be able to return a correct GEOM_Object in
case if it is published several times with different names
eap [Wed, 11 Apr 2012 08:20:17 +0000 (08:20 +0000)]
0021530 : EDF 2176 SMESH: Projection 1D-2D with compounds
+ static GEOM::GEOM_Object_ptr EntryOrShapeToGeomObject (const std::string& theEntry,
+ const TopoDS_Shape& theShape);
+ static void SaveToStream( const std::string& studyEntry, std::ostream & stream);
eap [Wed, 11 Apr 2012 08:19:09 +0000 (08:19 +0000)]
0021530 : EDF 2176 SMESH: Projection 1D-2D with compounds
In GetGroupSubMeshesContaining() preview a case where the main
shape is a group
eap [Tue, 10 Apr 2012 10:10:11 +0000 (10:10 +0000)]
some decorations
eap [Tue, 10 Apr 2012 10:09:32 +0000 (10:09 +0000)]
0021096 : EDF 1729 SMESH: Create a Projection 1D-2D algorithm
not create excess edges on the seam edge
eap [Tue, 10 Apr 2012 10:06:23 +0000 (10:06 +0000)]
0021096 : EDF 1729 SMESH: Create a Projection 1D-2D algorithm
fix merging nodes in case 1D-2D projection of the colsed face (care
of nodes on the seam edge)
eap [Mon, 9 Apr 2012 15:40:23 +0000 (15:40 +0000)]
0021529 : [CEA 551] I,j,k mesher does not mesh 2D quadragular meshes
+ bool isClosedChainOfSides(...)