]>
SALOME platform Git repositories - modules/smesh.git/log
eap [Wed, 16 Mar 2011 15:39:18 +0000 (15:39 +0000)]
0020978 : EDF 1475 SMESH: Convert linear to quadratic on a submesh
+ def ConvertToQuadratic(self, theForce3d, theSubMesh=None):
+ def ConvertFromQuadratic(self, theSubMesh=None):
eap [Wed, 16 Mar 2011 15:38:32 +0000 (15:38 +0000)]
0020978 : EDF 1475 SMESH: Convert linear to quadratic on a submesh
class SMESH_MeshEditor_i
{
+ void ConvertToQuadraticObject(CORBA::Boolean theForce3d,
+ SMESH::SMESH_IDSource_ptr theObject)
+ void ConvertFromQuadraticObject(SMESH::SMESH_IDSource_ptr theObject)
eap [Wed, 16 Mar 2011 15:36:40 +0000 (15:36 +0000)]
0020978 : EDF 1475 SMESH: Convert linear to quadratic on a submesh
+ void AddTLinks(const SMDS_MeshEdge* edge);
+ void AddTLinks(const SMDS_MeshFace* face);
+ void AddTLinks(const SMDS_MeshVolume* vol);
eap [Wed, 16 Mar 2011 15:36:15 +0000 (15:36 +0000)]
0020978 : EDF 1475 SMESH: Convert linear to quadratic on a submesh
+ void ConvertToQuadratic(const bool theForce3d, TIDSortedElemSet& theElements);
+ void ConvertFromQuadratic(TIDSortedElemSet& theElements);
eap [Wed, 16 Mar 2011 15:35:00 +0000 (15:35 +0000)]
0020978 : EDF 1475 SMESH: Convert linear to quadratic on a submesh
fix the problem with adding elements (elements are not added) after
{elems removal + addition of elements with specified IDs}:
1) add elems with IDs 1,2,3
2) remove elem 1 (1 stored in the pool )
3) add elem with id 1 (1 remains in the pool)
4) add elem with no id specified -> not added as GetFreeID() returns
1 which is already occupied
+ virtual int GetFreeID();
prascle [Wed, 16 Mar 2011 10:51:52 +0000 (10:51 +0000)]
PR: double nodes and flat elements for ASTER calculations in progress
gdd [Wed, 16 Mar 2011 10:36:43 +0000 (10:36 +0000)]
rnc: unset minimum size of generic hypothesis window in SMESH_GUI hypothesis, so that the minimum sizes set independently in each hypothesis window are now taken into account
prascle [Tue, 15 Mar 2011 08:29:06 +0000 (08:29 +0000)]
PR: double nodes and flat elements for ASTER calculations in progress
prascle [Mon, 14 Mar 2011 17:01:56 +0000 (17:01 +0000)]
PR: double nodes and flat elements for ASTER calculations in progress
eap [Mon, 14 Mar 2011 10:28:54 +0000 (10:28 +0000)]
in createGroup(), make a unique name if no name is provided
eap [Mon, 14 Mar 2011 10:08:46 +0000 (10:08 +0000)]
0021177 : EDF 1563 SMESH: Preview of mesh during a modification
eap [Mon, 14 Mar 2011 09:48:51 +0000 (09:48 +0000)]
0021177 : EDF 1563 SMESH: Preview of mesh during a modification
fix layout: set "Generate groups" near "Copy Elements"
eap [Mon, 14 Mar 2011 09:47:15 +0000 (09:47 +0000)]
0021177 : EDF 1563 SMESH: Preview of mesh during a modification
set scale near other similar transformations
eap [Mon, 14 Mar 2011 09:46:04 +0000 (09:46 +0000)]
0021177 : EDF 1563 SMESH: Preview of mesh during a modification
eap [Mon, 14 Mar 2011 08:33:11 +0000 (08:33 +0000)]
0021177 : EDF 1563 SMESH: Preview of mesh during a modification
to add adjacent elements to preview only when move nodes in this mesh
prascle [Sat, 12 Mar 2011 15:07:47 +0000 (15:07 +0000)]
PR: double nodes and flat elements for ASTER calculations in progress
eap [Fri, 11 Mar 2011 16:48:31 +0000 (16:48 +0000)]
0021177 : EDF 1563 SMESH: Preview of mesh during a modification
add to preview elements sharing nodes moved by transformation
eap [Fri, 11 Mar 2011 16:46:37 +0000 (16:46 +0000)]
0021177 : EDF 1563 SMESH: Preview of mesh during a modification
update preview when action changes ( move <-> copy )
eap [Fri, 11 Mar 2011 15:32:42 +0000 (15:32 +0000)]
- cerr << "=========================== myIsEmbeddedMode " << myIsEmbeddedMode << endl;
+ //cerr << "=========================== myIsEmbeddedMode " << myIsEmbeddedMode << endl;
rnv [Fri, 11 Mar 2011 14:57:25 +0000 (14:57 +0000)]
Fix compilation error.
eap [Fri, 11 Mar 2011 14:36:56 +0000 (14:36 +0000)]
untabify
eap [Fri, 11 Mar 2011 14:17:23 +0000 (14:17 +0000)]
0021197 : EDF 1772 SMESH: Automatic meshing hypothesis
eap [Fri, 11 Mar 2011 13:18:40 +0000 (13:18 +0000)]
0020749 : EDF 1291 SMESH : Create 2D Mesh from 2D improvement
fix comment of MakeBoundaryElements()
eap [Fri, 11 Mar 2011 13:17:33 +0000 (13:17 +0000)]
0021197 : EDF 1772 SMESH: Automatic meshing hypothesis
- myDlg->setHypoSets( SMESH::GetHypothesesSets() );
+ myDlg->setHypoSets( SMESH::GetHypothesesSets( shapeDim ));
eap [Fri, 11 Mar 2011 13:16:39 +0000 (13:16 +0000)]
0021197 : EDF 1772 SMESH: Automatic meshing hypothesis
- myHypoSetButton->setEnabled( !aHypoSetPopup->isEmpty() && isTabEnabled( Dim3D ) );
+ myHypoSetButton->setEnabled( !aHypoSetPopup->isEmpty() );
eap [Fri, 11 Mar 2011 13:16:16 +0000 (13:16 +0000)]
0021197 : EDF 1772 SMESH: Automatic meshing hypothesis
return names of HypoSets sorted with dimension and [custom] appended
- QStringList GetHypothesesSets();
+ QStringList GetHypothesesSets( int maxDim );
eap [Fri, 11 Mar 2011 13:14:52 +0000 (13:14 +0000)]
0021197 : EDF 1772 SMESH: Automatic meshing hypothesis
class HypothesesSet
{
+ void setIsCustom( bool );
+ bool getIsCustom() const;
+ int maxDim() const;
eap [Fri, 11 Mar 2011 13:13:58 +0000 (13:13 +0000)]
0021197 : EDF 1772 SMESH: Automatic meshing hypothesis
+ <hypotheses-set name="Automatic Triangulation"
+ hypos="MaxLength"
+ algos="Regular_1D, MEFISTO_2D"/>
+
+ <hypotheses-set name="Automatic Quadrangulation"
+ hypos="NumberOfSegments"
+ algos="Regular_1D, Quadrangle_2D"/>
eap [Fri, 11 Mar 2011 10:55:32 +0000 (10:55 +0000)]
020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
fix python dump of MakeBoundaryElements()
eap [Fri, 11 Mar 2011 10:27:33 +0000 (10:27 +0000)]
unused variable
eap [Fri, 11 Mar 2011 10:18:32 +0000 (10:18 +0000)]
020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
for note
0010000
eap [Fri, 11 Mar 2011 10:18:15 +0000 (10:18 +0000)]
020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
for note
0010000
+ long MakeBoundaryElements(in Bnd_Dimension dimension,
+ in string groupName,
+ in string meshName,
+ in boolean toCopyAll,
+ in ListOfIDSources groups,
+ out SMESH_Mesh mesh,
+ out SMESH_Group group) raises (SALOME::SALOME_Exception);
eap [Fri, 11 Mar 2011 10:17:50 +0000 (10:17 +0000)]
020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
for note
0010000
+ CORBA::Long MakeBoundaryElements(SMESH::Bnd_Dimension dimension,
+ const char* groupName,
+ const char* meshName,
+ CORBA::Boolean toCopyAll,
+ const SMESH::ListOfIDSources& groups,
+ SMESH::SMESH_Mesh_out mesh,
+ SMESH::SMESH_Group_out group)
eap [Fri, 11 Mar 2011 10:15:41 +0000 (10:15 +0000)]
020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
int MakeBoundaryMesh(const TIDSortedElemSet& elements,
Bnd_Dimension dimension,
SMESH_Group* group = 0,
SMESH_Mesh* targetMesh = 0,
bool toCopyElements = false,
bool toCopyExistingBondary = false,
+ bool toAddExistingBondary = false,
+ bool aroundElements = false);
eap [Fri, 11 Mar 2011 10:13:41 +0000 (10:13 +0000)]
1) fix Mesh.__init__(): do not overwrite given mesh name by name of not published geometry
2) 020749: EDF 1291 SMESH : Create 2D Mesh from 3D improvement
+ def MakeBoundaryElements()
rnv [Fri, 11 Mar 2011 08:34:40 +0000 (08:34 +0000)]
Start implementation of the "21177: EDF 1563 SMESH: Preview of mesh during a modification" issue.
prascle [Wed, 9 Mar 2011 16:05:51 +0000 (16:05 +0000)]
PR: doubleNodesOnGroupBoundaries in progress
prascle [Wed, 9 Mar 2011 16:03:51 +0000 (16:03 +0000)]
PR: remove commented code
prascle [Wed, 9 Mar 2011 10:01:16 +0000 (10:01 +0000)]
PR: commit mistake
prascle [Wed, 9 Mar 2011 08:42:21 +0000 (08:42 +0000)]
PR: doubleNodesOnGroupBoundaries in progress
eap [Sat, 5 Mar 2011 13:49:54 +0000 (13:49 +0000)]
improve comments of MakeBoundaryMesh()
vsr [Fri, 4 Mar 2011 15:42:14 +0000 (15:42 +0000)]
SALOME::GenericObj : Destroy() -> UnRegister()
prascle [Thu, 3 Mar 2011 16:35:32 +0000 (16:35 +0000)]
PR: getOrderedNodesOfFace for hexahedron
eap [Wed, 2 Mar 2011 15:13:56 +0000 (15:13 +0000)]
fix "Replacing smeshDC by smesh"
make temporary smesh.py in the current dir to avoid overwriting
smesh.py when building in SMESH_SRC
eap [Wed, 2 Mar 2011 15:12:48 +0000 (15:12 +0000)]
fix "Replacing smeshDC by smesh"
1) make global functions of class smeshDC only, class Mesh and others remain untouched
2) make temporary smesh.py in the current dir to avoid overwriting
smesh.py when building in SMESH_SRC
gdd [Tue, 1 Mar 2011 15:26:30 +0000 (15:26 +0000)]
Now the current object(s) selected in the OB is (are) set into the widget when the button is clicked.
eap [Tue, 1 Mar 2011 14:36:06 +0000 (14:36 +0000)]
suppress message "Algo supports no multi-parameter hypothesis" with Netgen-1D-2D-3D
rnv [Tue, 1 Mar 2011 09:35:50 +0000 (09:35 +0000)]
Fix for the issue "21203: EDF 1797 SMESH: SIGSEGV with move node on a Mesh with 0D elements"
jfa [Mon, 28 Feb 2011 14:55:52 +0000 (14:55 +0000)]
Rename Engines::Component to Engines::EngineComponent
ana [Mon, 28 Feb 2011 14:52:52 +0000 (14:52 +0000)]
Fix for the bug IPAL22277: Crash on "Find elements by point" dialog box
eap [Fri, 25 Feb 2011 09:07:59 +0000 (09:07 +0000)]
0021074 : EDF 1682 MESH: Bug with start and end length hypothesis
additionally fix compensateError() (for S_domain.hdf)
gdd [Thu, 24 Feb 2011 16:21:51 +0000 (16:21 +0000)]
rnc : Made the AddStretch operation optional (previous behaviour is kept)
eap [Tue, 22 Feb 2011 14:30:49 +0000 (14:30 +0000)]
Fix bug of work with ViscousLayers hyp introduced during
"Redesign again to work with composed cube edges"
eap [Tue, 22 Feb 2011 14:28:14 +0000 (14:28 +0000)]
unused variables
eap [Tue, 22 Feb 2011 08:59:08 +0000 (08:59 +0000)]
Fix GetAxisStruct() by replacing ExtractShapes() by SubShapeAll()
rnv [Tue, 22 Feb 2011 07:57:36 +0000 (07:57 +0000)]
Fix for the bug 21194: EDF SMESH: Cannot display a group by clicking on the "eye" of the OB
adam [Fri, 18 Feb 2011 13:06:05 +0000 (13:06 +0000)]
*** empty log message ***
adam [Fri, 18 Feb 2011 11:53:32 +0000 (11:53 +0000)]
Remove warnings
eap [Thu, 17 Feb 2011 14:37:46 +0000 (14:37 +0000)]
ACTION 31.3 from CoTech:
EURIWARE BO: Homogenize the formulas used to calculate the Controls in SMESH to fit with
those of ParaView. The library used by ParaView for those calculations can be reused in SMESH.
eap [Thu, 17 Feb 2011 13:54:05 +0000 (13:54 +0000)]
excess semicolons
rnv [Thu, 17 Feb 2011 08:12:24 +0000 (08:12 +0000)]
Implementation of the "20830: EDF 1357 GUI : Hide/Show Icon"
(at the moment implemeted only in GEOM and SMESH modules).
eap [Wed, 16 Feb 2011 10:24:50 +0000 (10:24 +0000)]
0020974 : EDF 1551 GEOM: Extra edges appear in the result of a partition and can't be removed
Treat the case where a quadrilateral FACE includes the 5th degenerated EDGE
+ void UpdateDegenUV(FaceQuadStruct* quad);
+ void Smooth (FaceQuadStruct* quad);
eap [Wed, 16 Feb 2011 10:19:04 +0000 (10:19 +0000)]
typos
eap [Wed, 16 Feb 2011 10:18:08 +0000 (10:18 +0000)]
untabify
vsr [Tue, 15 Feb 2011 14:12:03 +0000 (14:12 +0000)]
Modify GetCriterion() to take into account the case when tolerance is passed via UnaryOp parameter
adam [Tue, 15 Feb 2011 11:46:11 +0000 (11:46 +0000)]
cmake compatibility
eap [Fri, 11 Feb 2011 15:20:50 +0000 (15:20 +0000)]
in getCellType(), return VTK_POLYHEDRON instead of VTK_CONVEX_POINT_SET
eap [Fri, 11 Feb 2011 15:20:04 +0000 (15:20 +0000)]
untabify
eap [Fri, 11 Feb 2011 15:19:49 +0000 (15:19 +0000)]
Add polyhedron type to my3DExtActor
+ aFilter->RegisterCellsWithType(VTK_POLYHEDRON);
eap [Thu, 10 Feb 2011 13:31:17 +0000 (13:31 +0000)]
0021153 : [CEA] non regression test fails
Fix RemoveNode() and RemoveElement(): erase only elements
belonging to this sub-mesh
eap [Thu, 10 Feb 2011 13:30:00 +0000 (13:30 +0000)]
0021153 : [CEA] non regression test fails
Improve removeFromContainers() by taking into account that now mesh
element knows the sub-mesh it belongs to
vsr [Thu, 10 Feb 2011 13:09:43 +0000 (13:09 +0000)]
0021180 : EDF 1772 SMESH: Set of hypothesis in 1D
Additional change: enable tabs if no shape is selected
eap [Thu, 10 Feb 2011 09:08:32 +0000 (09:08 +0000)]
Modification of hypothesis parameters modifies the mesh
+ GetMeshDS()->Modified();
eap [Thu, 10 Feb 2011 09:02:43 +0000 (09:02 +0000)]
Addition and removal of hypotheses modifies the mesh
+ GetMeshDS()->Modified();
ana [Thu, 10 Feb 2011 08:48:33 +0000 (08:48 +0000)]
Fix for the bug IPAL22091: Crash by calling context menu on the SMESH presentation
vsr [Thu, 10 Feb 2011 08:26:27 +0000 (08:26 +0000)]
0021176 : EDF 1697 SMESH: Smoothing: impossible to select elements of a group
vsr [Wed, 9 Feb 2011 15:25:51 +0000 (15:25 +0000)]
0021180 : EDF 1772 SMESH: Set of hypothesis in 1D
eap [Wed, 9 Feb 2011 13:29:33 +0000 (13:29 +0000)]
Regression of the test case patterns/A8
1) fix an error made during SMDS redesign
- if (node->getshapeId() <0) {
+ if (node->getshapeId() <1) {
2) fix an error of Clear() that not all fields are cleared
3) create polyhedrons only if volume boundary is split by refinement
eap [Tue, 8 Feb 2011 12:21:46 +0000 (12:21 +0000)]
Regression of the test case imps/A1
In Compute2ndPart(), create a new SMESH_ElementSearcher to avoid
search of volumes in a proxy mesh contaiting only faces
eap [Tue, 8 Feb 2011 10:26:55 +0000 (10:26 +0000)]
0021153 ]: [CEA] non regression test fails
Fix Mesh.Prism(): replace ExtractShapes() by SubShapeAll() again
eap [Mon, 7 Feb 2011 15:08:52 +0000 (15:08 +0000)]
Regression of test case bugs/P1
Restore the lost initialization of _nbSegments
eap [Mon, 7 Feb 2011 14:27:59 +0000 (14:27 +0000)]
correct the preceeding patch
eap [Mon, 7 Feb 2011 13:52:10 +0000 (13:52 +0000)]
Regression of test case bugs/D0
call ComputePentahedralMesh() if the mesh of FACE is quadrangular
but not structured
eap [Mon, 7 Feb 2011 13:11:11 +0000 (13:11 +0000)]
Test case bugs/C2
Fix buildMeshGrille() by taking into account that element ID in smesh
can't be less that 1 since the recent redesign.
eap [Mon, 7 Feb 2011 12:23:57 +0000 (12:23 +0000)]
Protect from a distorted block (test 3D_mesh_HEXA3D/B7 on 32bit platform)
eap [Fri, 4 Feb 2011 09:47:29 +0000 (09:47 +0000)]
0021153 : [CEA] non regression test fails
uninitialized variable
jfa [Fri, 4 Feb 2011 09:16:41 +0000 (09:16 +0000)]
Mantis issue
0020834 : the mesher of reduced type has been improved.
eap [Thu, 3 Feb 2011 15:07:31 +0000 (15:07 +0000)]
0021122 : EDF 1735 SMESH: Bug when saving in .hdf
when creating Mesh on geometry, add to study the not published geometry
eap [Thu, 3 Feb 2011 12:28:55 +0000 (12:28 +0000)]
0021122 : EDF 1735 SMESH: Bug when saving in .hdf
In Mesh_Algorithm.Assign(), add to study the not pubished sub-shape
eap [Wed, 2 Feb 2011 09:47:22 +0000 (09:47 +0000)]
0021153 : [CEA] non regression test fails
fix TooCloseAdjacent() w/o shape: correct distinction of domains
eap [Tue, 1 Feb 2011 15:25:21 +0000 (15:25 +0000)]
0021153 : [CEA] non regression test fails
1) at merging pyramids, move the common apex at the middle of 2 apexes
2) at intersecting pyramids, check all four base-apex directions
eap [Tue, 1 Feb 2011 13:48:56 +0000 (13:48 +0000)]
0021153 : [CEA] non regression test fails
fix error that pyramids sharing one common node are not checked for intersection
eap [Tue, 1 Feb 2011 13:46:31 +0000 (13:46 +0000)]
comment unnecessary call
- SMESH::UpdateNulData(myIObject, true);
+ //SMESH::UpdateNulData(myIObject, true);
eap [Tue, 1 Feb 2011 13:42:33 +0000 (13:42 +0000)]
fix bug of compactGrid() that the last block of nodes and elements is
not copied if there is no hole after it
eap [Tue, 1 Feb 2011 13:40:02 +0000 (13:40 +0000)]
fix FPE error at "Clear mesh data" by setting nb of nodes to zero
instead of SMDS_Mesh::chunkSize
eap [Mon, 31 Jan 2011 13:10:15 +0000 (13:10 +0000)]
fix a misspell in comment
eap [Mon, 31 Jan 2011 13:07:39 +0000 (13:07 +0000)]
fix indentation
eap [Mon, 31 Jan 2011 13:07:07 +0000 (13:07 +0000)]
0020973 : EDF 1554 GHS3DPLUGIN: Make possible to have a mixed mesh hexa-tetra with GHS3D
enlarge box size of each branch by 1e-10 of root size
vsr [Mon, 31 Jan 2011 09:26:19 +0000 (09:26 +0000)]
0020876 : EDF 1246 SMESH: DoubleNodes fonctions available in the GUI
Allow multiple selection of groups as input
eap [Fri, 28 Jan 2011 17:38:37 +0000 (17:38 +0000)]
0021139 : EDF 1758 SMESH: Projection 1D of closed edges (or group of edges)
Precisions on source and target groups