]>
SALOME platform Git repositories - modules/smesh.git/log
eap [Fri, 14 Feb 2014 12:03:53 +0000 (16:03 +0400)]
0022362 : EDF SMESH: Quadrangle (mapping) algorithm: enforced vortices
Create GUI
eap [Fri, 14 Feb 2014 12:03:10 +0000 (16:03 +0400)]
0022364 ,
0022363 : EDF SMESH: Create Mesh dialog box improvement
eap [Fri, 14 Feb 2014 11:53:14 +0000 (15:53 +0400)]
0022362 : EDF SMESH: Quadrangle (mapping) algorithm: enforced vortices
Create GUI
ctn [Wed, 5 Feb 2014 12:03:58 +0000 (12:03 +0000)]
0022481 : EDF 2559 SMESH: Is GetGroups list sorted?
=> update of the doc
gdd [Wed, 5 Feb 2014 11:03:39 +0000 (11:03 +0000)]
Update French translation file
eap [Wed, 5 Feb 2014 09:14:42 +0000 (09:14 +0000)]
22359: Body Fitting algorithm: grid orientation
Make axes w/o geometry larger than the trihedron
eap [Wed, 5 Feb 2014 09:13:00 +0000 (09:13 +0000)]
22359: Body Fitting algorithm: grid orientation
Fix a crash in the release mode
+ // Creation of this class disables vtkMatplotlibMathTextUtilities
+ struct MPLMathText_Disabler : protected vtkMatplotlibMathTextUtilities
eap [Wed, 5 Feb 2014 08:20:55 +0000 (08:20 +0000)]
22359: Body Fitting algorithm: grid orientation
Fix the destructor
eap [Wed, 5 Feb 2014 08:08:10 +0000 (08:08 +0000)]
22465: [CEA] sometimes isinstance(m, Mesh) returns False for Mesh objects // PPGP pb
class MeshMeta(type):
def __instancecheck__(cls, inst):
"""Implement isinstance(inst, cls)."""
return any(cls.__subclasscheck__(c)
for c in {type(inst), inst.__class__})
def __subclasscheck__(cls, sub):
"""Implement issubclass(sub, cls)."""
return type.__subclasscheck__(cls, sub) or (cls.__name__ == sub.__name__ and cls.__module__ == sub.__module__)
...
class Mesh:
__metaclass__ = MeshMeta
...
eap [Tue, 4 Feb 2014 15:51:49 +0000 (15:51 +0000)]
22358: EDF SMESH: Body Fitting algorithm: origin point of grid defined by spacing
eap [Tue, 4 Feb 2014 13:27:03 +0000 (13:27 +0000)]
22359: Body Fitting algorithm: grid orientation
eap [Tue, 4 Feb 2014 13:06:41 +0000 (13:06 +0000)]
22359: Body Fitting algorithm: grid orientation
+ ${GEOM_INCLUDE_DIRS}
+ ${GEOM_GEOMUtils}
eap [Tue, 4 Feb 2014 13:06:14 +0000 (13:06 +0000)]
22359: Body Fitting algorithm: grid orientation
Add labels to arrows
eap [Tue, 4 Feb 2014 13:05:33 +0000 (13:05 +0000)]
22359: Body Fitting algorithm: grid orientation
Move global methods needed for NCollection_DataMap< TopoDS_Shape, * >
to class SMESHDS_Hasher in order not to clash with the same global definitions
- typedef NCollection_DataMap< TopoDS_Shape, THypList > ShapeToHypothesis;
+ typedef NCollection_DataMap< TopoDS_Shape, THypList, SMESHDS_Hasher > ShapeToHypothesis;
eap [Tue, 4 Feb 2014 13:02:26 +0000 (13:02 +0000)]
22359: Body Fitting algorithm: grid orientation
22358: Body Fitting algorithm: origin point of grid defined by spacing
eap [Fri, 31 Jan 2014 13:43:11 +0000 (13:43 +0000)]
22473: EDF 2825 SMESH: Memory allocation problem with ViscousLayer2D
1) enable recursive calls from StdMeshers_ViscousLayers2D::Compute( aMesh, F );
2) fix computeQuadDominant() for a case of triangles on 2 sides
3) do not use triaVertex for a quadrangle FACE
eap [Fri, 31 Jan 2014 13:40:41 +0000 (13:40 +0000)]
22473: EDF 2825 SMESH: Memory allocation problem with ViscousLayer2D
Use _noShrinkVert
rnv [Fri, 24 Jan 2014 11:16:50 +0000 (11:16 +0000)]
Additional fix for the "
0022460 : [CEA 1042] Copy Mesh: impossible mesh selection in the object browser if selection in 3D view is disabled" issue.
rnv [Fri, 24 Jan 2014 08:37:57 +0000 (08:37 +0000)]
Fix for the "
0022460 : [CEA 1042] Copy Mesh: impossible mesh selection in the object browser if selection in 3D view is disabled"
eap [Thu, 23 Jan 2014 12:46:37 +0000 (12:46 +0000)]
22362: EDF SMESH: Quadrangle (mapping) algorithm: enforced vertices
fix for a case of http://www.salome-platform.org/forum/forum_10/
863809970 #
478269857
eap [Tue, 21 Jan 2014 16:37:16 +0000 (16:37 +0000)]
22316: EDF 2719 SMESH: Split hexas into prisms
Make Python API be equal to IDL API
rnv [Tue, 21 Jan 2014 12:37:34 +0000 (12:37 +0000)]
Fix the first item of the
0022387 : EDF GUI: New behaviour of store position of windows is not always suitable" issue:
1) Bad initial position of windows in some modules with the option "store position of windows" unchecked.
eap [Tue, 21 Jan 2014 09:24:53 +0000 (09:24 +0000)]
22316: EDF 2719 SMESH: Split hexas into prisms
disable dialog if a mesh includes no hexahedra
eap [Mon, 20 Jan 2014 17:42:20 +0000 (17:42 +0000)]
22244: [CEA] Method to compute the normal to a mesh face
- double_array GetFaceNormal(in long faceId);
+ double_array GetFaceNormal(in long faceId, in boolean normalized);
eap [Mon, 20 Jan 2014 16:39:00 +0000 (16:39 +0000)]
22362: EDF SMESH: Quadrangle (mapping) algorithm: enforced vertices
fix recursive case of computeQuadPref()
eap [Mon, 20 Jan 2014 10:45:36 +0000 (10:45 +0000)]
fix indentation
eap [Mon, 20 Jan 2014 10:35:19 +0000 (10:35 +0000)]
22316: EDF 2719 SMESH: Split hexas into prisms
+ double GetDistance( const SMDS_MeshElement* elem, const gp_Pnt& point );
+ double GetDistance( const SMDS_MeshEdge* edge, const gp_Pnt& point );
+ double GetDistance( const SMDS_MeshVolume* volume, const gp_Pnt& point );
eap [Mon, 20 Jan 2014 10:34:46 +0000 (10:34 +0000)]
22316: EDF 2719 SMESH: Split hexas into prisms
+ void SetArrowShapeAndNb( int nbArrows,
+ double headLength,
+ double headRadius,
+ double start=0.);
+ void SetArrows( const gp_Ax1* axes,
+ double length);
+ vtkUnstructuredGrid* GetGrid() const;
eap [Mon, 20 Jan 2014 10:34:21 +0000 (10:34 +0000)]
22316: EDF 2719 SMESH: Split hexas into prisms
namespace SMESH
{
enum SMESHGUI_FilterType {
QuadFilter = 5,
TriaFilter = 6,
+ FirstGeometryTypeFilter,
+ FirstEntityTypeFilter = FirstGeometryTypeFilter + SMDSGeom_NONE,
+ LastFilter = FirstEntityTypeFilter + SMDSEntity_Last
};
};
+class SMESHGUI_VolumeShapeFilter : public SMESHGUI_Filter
+{
eap [Mon, 20 Jan 2014 10:32:49 +0000 (10:32 +0000)]
22316: EDF 2719 SMESH: Split hexas into prisms
+ static int GetOppFaceIndexOfHex( int faceIndex );
eap [Mon, 20 Jan 2014 10:32:30 +0000 (10:32 +0000)]
22316: EDF 2719 SMESH: Split hexas into prisms
+ virtual SMDSAbs_GeometryType GetGeomType() const { return SMDSGeom_POLYGON; }
eap [Mon, 20 Jan 2014 10:32:14 +0000 (10:32 +0000)]
22316: EDF 2719 SMESH: Split hexas into prisms
+ GeometryType GetElementShape( in long id )
+ raises (SALOME::SALOME_Exception);
eap [Mon, 20 Jan 2014 10:31:23 +0000 (10:31 +0000)]
22316: EDF 2719 SMESH: Split hexas into prisms
eap [Wed, 15 Jan 2014 10:27:00 +0000 (10:27 +0000)]
22362: EDF SMESH: Quadrangle (mapping) algorithm: enforced vertices
fix for recursive call of computeQuadPref()
vsr [Wed, 15 Jan 2014 09:41:17 +0000 (09:41 +0000)]
Merge from BR_imps_2013 14/01/2014
eap [Fri, 10 Jan 2014 08:01:57 +0000 (08:01 +0000)]
22455: Error "No mesh elements assigned to a face" is raised instead of a simple warning
1) Fix finding a shape in a study
2) Append study entry to a name of published failed sub-shape
eap [Thu, 9 Jan 2014 15:08:07 +0000 (15:08 +0000)]
22455: Error "No mesh elements assigned to a face" is raised instead of a simple warning
Append study entry to a failed sub-shape name,
else it's hard to find a sub-shape in the study
vsr [Thu, 9 Jan 2014 14:20:44 +0000 (14:20 +0000)]
Merge from V7_3_BR (09/01/2014)
vsr [Wed, 18 Dec 2013 15:08:18 +0000 (15:08 +0000)]
Merge from V7_3_BR branch 18/12/2013
fahed [Thu, 28 Nov 2013 08:41:47 +0000 (08:41 +0000)]
Small fix for windows
mpa [Wed, 27 Nov 2013 11:00:50 +0000 (11:00 +0000)]
CMake:
- add files to remove using command "make clean"
eap [Wed, 27 Nov 2013 10:00:34 +0000 (10:00 +0000)]
22419: EDF SMESH Regression: 3D Extrusion fails
FaceQuadStruct::Ptr CheckNbEdges(SMESH_Mesh& aMesh,
const TopoDS_Shape& aShape,
+ const bool considerMesh=false);
imn [Wed, 27 Nov 2013 07:30:42 +0000 (07:30 +0000)]
Integrated in V7_main:
0022366 : EDF SMESH: Create Mesh dialog box improvement: create empty mesh without geometry in GUI
eap [Tue, 26 Nov 2013 13:41:02 +0000 (13:41 +0000)]
more orthography
eap [Tue, 26 Nov 2013 13:37:39 +0000 (13:37 +0000)]
Fix indentation
eap [Tue, 26 Nov 2013 13:33:52 +0000 (13:33 +0000)]
More safety
- if ( l_d->first->IsDeletable() )
+ if ( l_d->first != listener && l_d->first->IsDeletable() )
eap [Tue, 26 Nov 2013 13:30:21 +0000 (13:30 +0000)]
22362: EDF SMESH: Quadrangle (mapping) algorithm: enforced vertices
+ * \brief Create a side from an UVPtStructVec
+ */
+ StdMeshers_FaceSide(UVPtStructVec& theSideNodes);
eap [Tue, 26 Nov 2013 13:29:36 +0000 (13:29 +0000)]
Fix CheckNbEdges() for a FACE with a closed EDGE
eap [Tue, 26 Nov 2013 12:26:45 +0000 (12:26 +0000)]
Fix access to NULL quad
eap [Tue, 26 Nov 2013 12:16:47 +0000 (12:16 +0000)]
http://www.salome-platform.org/forum/forum_11/
173031193
Fix associating FACEs having degenerated EDGEs
imn [Tue, 26 Nov 2013 10:15:18 +0000 (10:15 +0000)]
Integrated to V7_main:
0022366 : EDF SMESH: Create Mesh dialog box improvement: create empty mesh without geometry in GUI
imn [Tue, 26 Nov 2013 10:11:53 +0000 (10:11 +0000)]
Integrated to V7_main:
0022366 : EDF SMESH: Create Mesh dialog box improvement: create empty mesh without geometry in GUI
eap [Tue, 26 Nov 2013 10:11:52 +0000 (10:11 +0000)]
Do not use NETGEN as it's unavailable during 'make test'
eap [Mon, 25 Nov 2013 10:39:28 +0000 (10:39 +0000)]
Fix SIGSEGV at closing a study
eap [Mon, 25 Nov 2013 09:14:33 +0000 (09:14 +0000)]
0022414 : [CEA 1010] Regressio on tests 01_composite.py
Fix for a vertex w/o a node
eap [Mon, 25 Nov 2013 09:13:09 +0000 (09:13 +0000)]
0022414 : [CEA 1010] Regressio on tests bug_763_netgen_1d_2d.py
+ from salome.smesh.smeshBuilder import Mesh
ctn [Fri, 22 Nov 2013 14:42:31 +0000 (14:42 +0000)]
[SALOME platform 2008-2014
0022314 ]: EDF 2594 SMESH: Preview "Union of triangles" result: Documentation update
eap [Fri, 22 Nov 2013 13:55:23 +0000 (13:55 +0000)]
synchronize with SMESH_msg_en.ts
eap [Fri, 22 Nov 2013 13:17:22 +0000 (13:17 +0000)]
- static bool isStraight( const TopoDS_Edge & E, const bool degenResult=false );
+ static bool IsStraight( const TopoDS_Edge & E, const bool degenResult=false );
eap [Fri, 22 Nov 2013 13:17:00 +0000 (13:17 +0000)]
+ bool findUVByHalfDivision( const gp_Pnt& thePoint, const gp_XY& theUV,
+ const TFace& tface, gp_XYZ& theParams);
+ bool findUVAround( const gp_Pnt& thePoint, const gp_XY& theUV,
+ const TFace& tface, gp_XYZ& theParams, int nbGetWorstLimit );
eap [Fri, 22 Nov 2013 13:16:34 +0000 (13:16 +0000)]
http://www.salome-platform.org/forum/forum_10/
409159356
Fox testcube2a.py
eap [Fri, 22 Nov 2013 13:14:08 +0000 (13:14 +0000)]
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
- StdMeshers_FaceSide(const SMDS_MeshNode* theNode,
- const gp_Pnt2d thePnt2d,
- const StdMeshers_FaceSide* theSide);
+ StdMeshers_FaceSide(const StdMeshers_FaceSide* theSide,
+ const SMDS_MeshNode* theNode,
+ const gp_Pnt2d* thePnt2d1,
+ const gp_Pnt2d* thePnt2d2=NULL,
+ const Handle(Geom2d_Curve)& theC2d=NULL,
+ const double theUFirst=0.,
+ const double theULast=1.);
ctn [Fri, 22 Nov 2013 12:48:17 +0000 (12:48 +0000)]
[SALOME platform 2008-2014
0022314 ]: EDF 2594 SMESH: Preview "Union of triangles" result: Documentation update
eap [Fri, 22 Nov 2013 12:40:36 +0000 (12:40 +0000)]
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
+ int GetCorners(const TopoDS_Face& theFace,
+ SMESH_Mesh & theMesh,
+ std::list<TopoDS_Edge>& theWire,
+ std::vector<TopoDS_Vertex>& theVertices,
+ int & theNbDegenEdges);
eap [Fri, 22 Nov 2013 12:37:31 +0000 (12:37 +0000)]
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
- StdMeshers_FaceSide(const SMDS_MeshNode* theNode,
- const gp_Pnt2d thePnt2d,
- const StdMeshers_FaceSide* theSide);
+ StdMeshers_FaceSide(const StdMeshers_FaceSide* theSide,
+ const SMDS_MeshNode* theNode,
+ const gp_Pnt2d* thePnt2d1,
+ const gp_Pnt2d* thePnt2d2=NULL,
+ const Handle(Geom2d_Curve)& theC2d=NULL,
+ const double theUFirst=0.,
+ const double theULast=1.);
eap [Fri, 22 Nov 2013 12:36:27 +0000 (12:36 +0000)]
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
do not import from smeshBuilder to avoid pb with cyclic import
eap [Fri, 22 Nov 2013 12:35:35 +0000 (12:35 +0000)]
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
+ COMPERR_BAD_PARMETERS = -13, //!< incorrect hypotheses parameters
eap [Fri, 22 Nov 2013 12:35:17 +0000 (12:35 +0000)]
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
+ <source>COMPERR_BAD_PARMETERS</source>
+ <translation>Invalid input parameters</translation>
eap [Fri, 22 Nov 2013 12:34:58 +0000 (12:34 +0000)]
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
+ CASE2TEXT( COMPERR_BAD_PARMETERS );
eap [Fri, 22 Nov 2013 12:34:45 +0000 (12:34 +0000)]
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
Fix "int WrapIndex(const int ind, const int nbNodes)" for ind=-4 and nbNodes=4
eap [Fri, 22 Nov 2013 12:33:25 +0000 (12:33 +0000)]
22361: EDF SMESH: Quadrangle (mapping) algorithm: faces with more than 4 edges
+ COMPERR_BAD_PARMETERS // incorrect hypotheses parameters
vsr [Wed, 20 Nov 2013 13:46:15 +0000 (13:46 +0000)]
Minor change
eap [Wed, 20 Nov 2013 11:31:08 +0000 (11:31 +0000)]
-from salome.StdMeshers import StdMeshersBuilder
+import StdMeshers
kga [Wed, 20 Nov 2013 09:12:48 +0000 (09:12 +0000)]
22314: EDF 2594 SMESH: Preview "Union of triangles" result
eap [Wed, 20 Nov 2013 08:13:41 +0000 (08:13 +0000)]
22412: [CEA 1005] Impossible to have a logarithmic scalar bar when values <1e-07
Enable Logarithmic check box for small values
mpa [Tue, 19 Nov 2013 12:41:57 +0000 (12:41 +0000)]
- Modifing Geometry and Mesh Python scripts from SALOME 6 and before
mpa [Tue, 19 Nov 2013 12:29:02 +0000 (12:29 +0000)]
- Modifing Geometry and Mesh Python scripts from SALOME 6 and before
mpa [Tue, 19 Nov 2013 12:08:40 +0000 (12:08 +0000)]
- Modifing Geometry and Mesh Python scripts from SALOME 6 and before
mpa [Tue, 19 Nov 2013 12:03:24 +0000 (12:03 +0000)]
- Modifing Geometry and Mesh Python scripts from SALOME 6 and before
mpa [Tue, 19 Nov 2013 11:57:09 +0000 (11:57 +0000)]
- edit documentation
mpa [Tue, 19 Nov 2013 11:55:25 +0000 (11:55 +0000)]
- Modifing Geometry and Mesh Python scripts from SALOME 6 and before
eap [Tue, 19 Nov 2013 11:54:02 +0000 (11:54 +0000)]
avoid FPE
mpa [Tue, 19 Nov 2013 11:38:59 +0000 (11:38 +0000)]
- Modifing Geometry and Mesh Python scripts from SALOME 6 and before
eap [Mon, 18 Nov 2013 16:51:16 +0000 (16:51 +0000)]
Regression of SALOME_TESTS/Grids/smesh/bugs_03/D6
Improve the EventListener to clean all EDGEs of a complex side if one EDGE is cleaned
eap [Mon, 18 Nov 2013 16:50:05 +0000 (16:50 +0000)]
In SetParametersByDefaults(), make myMinSize and myDeflection greater
eap [Mon, 18 Nov 2013 14:59:23 +0000 (14:59 +0000)]
Regression SALOME_TESTS/Grids/smesh/3D_mesh_HEXA3D_00/C2
Fix isConcave()
eap [Mon, 18 Nov 2013 14:55:27 +0000 (14:55 +0000)]
Regression SALOME_TESTS/Grids/smesh/3D_mesh_HEXA3D_00/C2
Fix GetAngle() to take Orientation() of input edges as is and not
using GetSubShapeOri() which is wrong for the seam edge
eap [Mon, 18 Nov 2013 13:21:17 +0000 (13:21 +0000)]
fix SIGFPE on too short EDGEs
eap [Mon, 18 Nov 2013 12:35:16 +0000 (12:35 +0000)]
fix SIGFPE on too short EDGEs
eap [Mon, 18 Nov 2013 10:53:13 +0000 (10:53 +0000)]
do not add a reference to useCaseBuilder twice
eap [Mon, 18 Nov 2013 10:27:22 +0000 (10:27 +0000)]
synchronize myBadMeshBtn and myBadMeshToGroupBtn
eap [Fri, 15 Nov 2013 17:54:28 +0000 (17:54 +0000)]
Regression of SALOME_TESTS/Grids/smesh/imps_09/K5
Take care to remove a node from its sub-mesh
eap [Fri, 15 Nov 2013 15:24:18 +0000 (15:24 +0000)]
Regression of SALOME_TESTS/Grids/smesh/imps_08/I8
eap [Fri, 15 Nov 2013 15:16:54 +0000 (15:16 +0000)]
22408]: [CEA 996] Impossibility to filter Face with an Area criterion
eap [Fri, 15 Nov 2013 14:47:45 +0000 (14:47 +0000)]
Regression of SALOME_TESTS/Grids/smesh/imps_08/I8
Attempt nb 2
eap [Fri, 15 Nov 2013 14:44:06 +0000 (14:44 +0000)]
Regression of SALOME_TESTS/Grids/smesh/imps_08/I8
eap [Fri, 15 Nov 2013 13:43:38 +0000 (13:43 +0000)]
more comments
eap [Fri, 15 Nov 2013 12:44:42 +0000 (12:44 +0000)]
Regression of SALOME_TESTS/Grids/smesh/dump_study_00/B7
In CheckObjectPresence(), skip print statement
eap [Fri, 15 Nov 2013 12:19:28 +0000 (12:19 +0000)]
Regression of SALOME_TESTS/Grids/smesh/bugs_19/X7
Increase nb of allowed shrink loops
eap [Fri, 15 Nov 2013 11:59:48 +0000 (11:59 +0000)]
Regression of SALOME_TESTS/Grids/smesh/bugs_13/N9
Fix association of SHELLs