]>
SALOME platform Git repositories - modules/smesh.git/log
eap [Wed, 16 May 2012 08:35:56 +0000 (08:35 +0000)]
for reduced type, enable 4->2 "tree" reducing disabled by mistake
vsr [Mon, 14 May 2012 06:15:41 +0000 (06:15 +0000)]
Update user documentation
vsr [Sat, 12 May 2012 10:27:26 +0000 (10:27 +0000)]
Update translations
eap [Fri, 11 May 2012 11:39:51 +0000 (11:39 +0000)]
in bool _pyGen::IsGeomObject(const _pyID& theObjID) check that
IsStudyEntry( theObjID ), else e.g. "0.
00173968 " is treated as a
removed geometry and
"NETGEN_2D_Parameters.SetMinSize( 0.
00173968 )" leads to erasing a
mesh to which NETGEN_2D_Parameters is assigned.
gdd [Thu, 10 May 2012 14:15:51 +0000 (14:15 +0000)]
Update translations
eap [Sat, 5 May 2012 11:53:03 +0000 (11:53 +0000)]
0021464 : EDF 2065 SMESH: Add Delete Group with Contents in the contextual menu
eap [Fri, 4 May 2012 16:15:05 +0000 (16:15 +0000)]
PAL22863 TC6.5.0: Projection_1D2D gives exception
rename Face -> Source Face, Mesh -> Source Mesh
boulant [Thu, 3 May 2012 19:05:12 +0000 (19:05 +0000)]
Add autotools variables to manage the optional dependency to padder (for the padder plugin)
eap [Thu, 3 May 2012 08:40:24 +0000 (08:40 +0000)]
do not clear a command creating a removed group if the command does
other job like MakeBoundaryMesh() or DoubleNodeGroupNew()
fps [Wed, 2 May 2012 16:10:50 +0000 (16:10 +0000)]
fix type in french resources
eap [Wed, 2 May 2012 14:07:39 +0000 (14:07 +0000)]
regression of SMESH_TEST/Grids/smesh/bugs/L9
fix GetGroupSubMeshesContaining() to return all sub-meshes of groups
but not the last only
eap [Wed, 2 May 2012 07:46:47 +0000 (07:46 +0000)]
fix the previous "improvement"
eap [Sat, 28 Apr 2012 11:06:59 +0000 (11:06 +0000)]
regression of SMESH_TEST/Grids/smesh/imps/I4
def AddHypothesis(self, hyp, geom=0):
...
+ AssureGeomPublished( self, geom, "shape for %s" % hyp.GetName())
eap [Sat, 28 Apr 2012 09:58:43 +0000 (09:58 +0000)]
regression of SMESH_TEST/Grids/smesh/imps/H5
Fix Evaulate() after replacing TopTools_DataMapOfShapeShape with
StdMeshers_ShapeShapeBiDirectionMap
fps [Fri, 27 Apr 2012 13:54:13 +0000 (13:54 +0000)]
add missing resources in French
eap [Fri, 27 Apr 2012 13:01:23 +0000 (13:01 +0000)]
remove some memory leaks
eap [Fri, 27 Apr 2012 08:15:55 +0000 (08:15 +0000)]
PAL22878 TC6.5.0: Extrusion along a line: replace "Id Elements" label by "ID nodes" for nodes
eap [Thu, 26 Apr 2012 14:43:09 +0000 (14:43 +0000)]
0021567 : [CEA] Missing resources for status bar messages
Added:
STB_PENTA
STB_PYRAMID
STB_OCTA
STB_BIQUADRATIC_QUADRANGLE
STB_TRIQUADRATIC_HEXAHEDRON
eap [Thu, 26 Apr 2012 14:34:14 +0000 (14:34 +0000)]
PAL22862: GHS3D gives OCC exception
Protect from FPE on a batterfly quadrangle
eap [Thu, 26 Apr 2012 14:32:55 +0000 (14:32 +0000)]
PAL22862: GHS3D gives OCC exception
BUG: !more() if the 1st iterator !more()
ouv [Thu, 26 Apr 2012 14:02:13 +0000 (14:02 +0000)]
Bug IPAL22920: TC6.5.0: The scalar bar doesn't displayed
eap [Thu, 26 Apr 2012 11:46:56 +0000 (11:46 +0000)]
0021564 : EDF 456 SMESH: Regression in projection 2D algorithm
kill a bug born at replacement of TopTools_DataMapOfShapeShape with
StdMeshers_ShapeShapeBiDirectionMap in the frames of PAL22863
eap [Thu, 26 Apr 2012 09:36:21 +0000 (09:36 +0000)]
fix pb that selection in the viewer is impossible after (set filter + change element type)
+ SMESH::RemoveFilters();
eap [Thu, 26 Apr 2012 09:34:14 +0000 (09:34 +0000)]
PAL22907: Selection in Create group doesn't work if the filter 'Source' is set to "Initial Selection"
to fix python dump
- aPred->SetMesh(myMesh);
+ myFilter[ theType ]->SetMesh(myMesh);
eap [Thu, 26 Apr 2012 07:08:11 +0000 (07:08 +0000)]
0021557 : EDF 2161 SMESH: Duplicate elements and nodes
Add theMakeNodeGroup agr to DoubleNodeElemGroups() and DoubleNodeElemGroup()
eap [Thu, 26 Apr 2012 07:07:00 +0000 (07:07 +0000)]
0021557 : EDF 2161 SMESH: Duplicate elements and nodes
1) Add
ListOfGroups DoubleNodeElemGroup2New(...)
2) Fix dump of DoubleNode*New(...)
eap [Thu, 26 Apr 2012 07:05:13 +0000 (07:05 +0000)]
0021557 : EDF 2161 SMESH: Duplicate elements and nodes
1) Convert DoubleNodeElemGroup2New()
2) Fix _pyCommand::GetResultValue(int res);
3) Add _pyGroup::Flush() to prevent clearing "DoubleNode...() command if a group created by it is removed
eap [Thu, 26 Apr 2012 07:01:57 +0000 (07:01 +0000)]
0021557 : EDF 2161 SMESH: Duplicate elements and nodes
- QCheckBox* myCheckBoxNewGroup;
+ QCheckBox* myCheckBoxNewElemGroup;
+ QCheckBox* myCheckBoxNewNodeGroup;
eap [Thu, 26 Apr 2012 07:01:29 +0000 (07:01 +0000)]
0021557 : EDF 2161 SMESH: Duplicate elements and nodes
+ ListOfGroups DoubleNodeElemGroup2New(...)
eap [Thu, 26 Apr 2012 07:00:25 +0000 (07:00 +0000)]
0021557 : EDF 2161 SMESH: Duplicate elements and nodes
+<li><b>Construct group with newly created nodes</b> option (<em>checked by default</em>):
+ if checked - the group of just created nodes will be built.</li>
ouv [Wed, 25 Apr 2012 14:19:17 +0000 (14:19 +0000)]
0021562 : EDF SMESH: clipping and delete mesh clipped leads to crash
ouv [Wed, 25 Apr 2012 10:22:11 +0000 (10:22 +0000)]
IPAL22907: TC6.5.0: Selection in Create group doesn\92 t work if the filter \91 Source\92 is set to \91 Initial Selection\92
Rolling back part of integration made in revision 1.21.2.5.6.12
eap [Tue, 24 Apr 2012 14:32:58 +0000 (14:32 +0000)]
0021559 : EDF 2175 SMESH: Hexa/Tetra mixed meshes (Bug2175_mixed_hexa_tetra.py)
In Mesh.Compute(), detect failure by value returned from
Mesh._mesh.Compute() and not by presence of messages
eap [Tue, 24 Apr 2012 14:30:08 +0000 (14:30 +0000)]
small fix of indentation
eap [Tue, 24 Apr 2012 14:29:10 +0000 (14:29 +0000)]
small improvement of API
- void ComputeSubMeshStateEngine(int event);
+ void ComputeSubMeshStateEngine(int event, const bool includeSelf=false);
eap [Tue, 24 Apr 2012 14:28:02 +0000 (14:28 +0000)]
0021559 : EDF 2175 SMESH: Hexa/Tetra mixed meshes (sub-mesh priority works Ko)
No need to ClearMeshOrder() when a new SMESH_submesh is created
eap [Tue, 24 Apr 2012 10:56:47 +0000 (10:56 +0000)]
In IsMoreLocalThanPredicate, take priority of sub-mehses into account
eap [Mon, 23 Apr 2012 16:20:19 +0000 (16:20 +0000)]
0021556 : EDF 2222 SMESH: 3D mesh after projection impossible
In projectBy2DSimilarity() check U on edge before setting
gdd [Mon, 23 Apr 2012 15:50:43 +0000 (15:50 +0000)]
Fix documentation link for "Group of underlying entities" dialog
eap [Mon, 23 Apr 2012 10:13:52 +0000 (10:13 +0000)]
IPAL22863 TC6.5.0: Projection_1D2D gives exception
Replace TopTools_DataMapOfShapeShape with
StdMeshers_ShapeShapeBiDirectionMap which includes 2
TopTools_DataMapOfShapeShape's, one per a mapping direction
ouv [Fri, 20 Apr 2012 12:58:07 +0000 (12:58 +0000)]
IPAL22913: TC6.5.0: selected in "Move node" dialog box node is not highlighted
eap [Fri, 20 Apr 2012 11:51:54 +0000 (11:51 +0000)]
protect from errors when working w/o study
eap [Thu, 19 Apr 2012 14:43:20 +0000 (14:43 +0000)]
Regression of SMESH_TEST/Grids/smesh/mesh_Quadratic/B6
fix GetFaceNormal() for quadratic volumes
eap [Thu, 19 Apr 2012 13:48:27 +0000 (13:48 +0000)]
Regression of SMESH_TEST/Grids/smesh/mesh_Quadratic/A6
fix sweepElement()
eap [Thu, 19 Apr 2012 12:47:55 +0000 (12:47 +0000)]
Regression of SMESH_TEST/Grids/smesh/mesh_Quadratic/A4
fix SewSideElements()
eap [Wed, 18 Apr 2012 16:31:39 +0000 (16:31 +0000)]
Regression of
0021472 : EDF 2080 SMESH: Projection1D2D on a Voronoi structure fails
eap [Wed, 18 Apr 2012 16:08:39 +0000 (16:08 +0000)]
Regression of SMESH_TEST/Grids/smesh/imps/H2
vsr [Wed, 18 Apr 2012 13:21:47 +0000 (13:21 +0000)]
Issue
0021554 : [CEA] When using runSalome with only SMESH module some resources are missing
vsr [Wed, 18 Apr 2012 12:46:07 +0000 (12:46 +0000)]
Fix problem of make distcheck on automake 1.11 (Mandriva 2010):
- we have to uninstall only the staff generated for doc files and nothing more
vsr [Wed, 18 Apr 2012 12:44:32 +0000 (12:44 +0000)]
Fix problem of make distcheck on automake 1.11 (Mandriva 2010):
- we have to uninstall only the staff generated for idl files and nothing more
rnv [Wed, 18 Apr 2012 11:53:36 +0000 (11:53 +0000)]
Update SALOME User's guide:
- Move module preferences help pages from GUI User's guide to the module User's guide.
eap [Wed, 18 Apr 2012 10:29:50 +0000 (10:29 +0000)]
Regression on SMESH_TEST/Grids/smesh/bugs/G9
In SetCurrentStudy(), initialize notebook with a given study
eap [Wed, 18 Apr 2012 07:24:59 +0000 (07:24 +0000)]
tiny optimization
eap [Tue, 17 Apr 2012 16:14:50 +0000 (16:14 +0000)]
Regression on SMESH_TEST/Grids/smesh/bugs/F8
Fix LengthNearVertex()
+ import geompyDC
eap [Tue, 17 Apr 2012 16:07:04 +0000 (16:07 +0000)]
Regression on SMESH_TEST/Grids/smesh/bugs/E0
Fix Set(const SMDS_MeshElement* theVolume)
eap [Tue, 17 Apr 2012 10:14:02 +0000 (10:14 +0000)]
0021433 : EDF GEOM SMESH: fail to mesh an ellipsoid using the new cartesian algo
Use BRepIntCurveSurface_Inter instead of IntCurvesFace_Intersector.
It's a workaround to kill the bug while OCCT issue is fixed only partially
gdd [Mon, 16 Apr 2012 15:10:45 +0000 (15:10 +0000)]
Update French translations
gdd [Mon, 16 Apr 2012 15:06:59 +0000 (15:06 +0000)]
Update French translations
eap [Mon, 16 Apr 2012 11:28:51 +0000 (11:28 +0000)]
0021551 : EDF 1452 SMESH: referenced object can be deleted
procect from deletion a mesh object referenced from outside
vsr [Fri, 13 Apr 2012 09:31:26 +0000 (09:31 +0000)]
Update copyright information
vsr [Thu, 12 Apr 2012 11:03:13 +0000 (11:03 +0000)]
Increment version
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(...)
rnv [Wed, 28 Mar 2012 14:37:07 +0000 (14:37 +0000)]
Porting SMESH Plugins on Win32 platform.
gdd [Wed, 28 Mar 2012 09:12:26 +0000 (09:12 +0000)]
Fix misspell
rnv [Tue, 27 Mar 2012 12:52:59 +0000 (12:52 +0000)]
0021308 : EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module: Update documentation.
rnv [Tue, 27 Mar 2012 09:52:22 +0000 (09:52 +0000)]
Avoid empty items in the "Algorithm" combo-box in the "Create/Edit Mesh" dialog.
vsr [Fri, 23 Mar 2012 14:42:48 +0000 (14:42 +0000)]
0021515 : EDF 2169 SMESH: groups not in OB
prascle [Fri, 23 Mar 2012 13:13:21 +0000 (13:13 +0000)]
PR: reorganise smesh plugins and correct MeshCut when there are groups
eap [Fri, 23 Mar 2012 11:55:39 +0000 (11:55 +0000)]
fix raising exception in algoCreator.__call__()
eap [Fri, 23 Mar 2012 09:52:28 +0000 (09:52 +0000)]
0021517 : Bad filter dumped when hdf study from previous version of Salome is loaded
set "Compare" to FT_EqualTo instead of FT_Undefined
eap [Fri, 23 Mar 2012 09:11:25 +0000 (09:11 +0000)]
0021517 : Bad filter dumped when hdf study from previous version of Salome is loaded
clear re-setting filters to group
vsr [Thu, 22 Mar 2012 15:44:43 +0000 (15:44 +0000)]
Add functions to know that SALOME module version is development one
eap [Thu, 22 Mar 2012 14:10:37 +0000 (14:10 +0000)]
0021208 : Performance issue when loading SMESH with an hdf file containing a big mesh
In GetSourceSubMeshes(), fix getting a main sub-mesh of a not loaded mesh
eap [Thu, 22 Mar 2012 14:09:13 +0000 (14:09 +0000)]
0021208 : Performance issue when loading SMESH with an hdf file containing a big mesh
loadDependentMeshes() before algo->Compute()
eap [Thu, 22 Mar 2012 12:42:58 +0000 (12:42 +0000)]
precise error messages
eap [Thu, 22 Mar 2012 11:54:46 +0000 (11:54 +0000)]
0021468 ]: EDF 2073 SMESH: Body-fitting algo creates elements in hole
1) re-fix after optimization (attempt #2)
2) fix protection from not thread safe shapes
eap [Thu, 22 Mar 2012 08:58:34 +0000 (08:58 +0000)]
0021468 ]: EDF 2073 SMESH: Body-fitting algo creates elements in hole
re-fix after optimization
eap [Wed, 21 Mar 2012 15:55:38 +0000 (15:55 +0000)]
0021517 : Bad filter dumped when hdf study from previous version of Salome is loaded
+ void fixFunctorType(...)
gdd [Wed, 21 Mar 2012 15:41:10 +0000 (15:41 +0000)]
In Extrusion dialog, the distance was troncated to the lower integer. With a distance <1, the extrusion vector size was zero.
eap [Wed, 21 Mar 2012 10:22:32 +0000 (10:22 +0000)]
0021526 : EDF 1855 SMESH: Regression in the Radial Quadrangle hypothesis
fix algoCreator.__call__()
eap [Wed, 21 Mar 2012 09:03:12 +0000 (09:03 +0000)]
0021336 : EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
performance optimization using tbb
eap [Wed, 21 Mar 2012 09:02:23 +0000 (09:02 +0000)]
0021336 : EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
+if WITH_TBB
+ libStdMeshers_la_CPPFLAGS += $(TBB_INCLUDES)
+ libStdMeshers_la_LDFLAGS += $(TBB_LIBS)
+endif
eap [Wed, 21 Mar 2012 09:02:04 +0000 (09:02 +0000)]
0021336 : EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
in SMESH_TNodeXYZ use thread safe getting node coords
eap [Wed, 21 Mar 2012 09:01:05 +0000 (09:01 +0000)]
untabify
eap [Wed, 21 Mar 2012 09:00:38 +0000 (09:00 +0000)]
0021336 : EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
+ void GetXYZ(double xyx[3]) const; // thread safe getting coords
eap [Wed, 21 Mar 2012 08:26:09 +0000 (08:26 +0000)]
0021336 : EDF 1717 SMESH: New algorithm "body fitting" cartesian unstructured
+CHECK_TBB
eap [Mon, 19 Mar 2012 16:40:29 +0000 (16:40 +0000)]
0021308 : Remove hard-coded dependency of the external mesh plugins from the SMESH module
- if ( !varName.isEmpty() )
+ if ( varName.isEmpty() )
eap [Mon, 19 Mar 2012 14:55:51 +0000 (14:55 +0000)]
0021522 : EDF 573 SMESH: Regression in RotationSweep
- MaxAngle,Parameters = ParseAngles(MaxAngle)
+ MaxAngle,Parameters,hasVars = ParseAngles(MaxAngle)
eap [Mon, 19 Mar 2012 14:50:26 +0000 (14:50 +0000)]
0021521 : EDF 317 SMESH: Regression in Wire_Discretisation LengthNearVertex hypotesis
+from smesh import GetName, TreatHypoStatus