]>
SALOME platform Git repositories - modules/smesh.git/log
rnv [Sat, 29 Nov 2008 14:31:57 +0000 (14:31 +0000)]
Implementation notebook in the SMESH module.
rnv [Sat, 29 Nov 2008 14:14:00 +0000 (14:14 +0000)]
Implementation notebook in the SMESH module.
ouv [Sat, 29 Nov 2008 09:15:05 +0000 (09:15 +0000)]
Dump Python extension
rnv [Fri, 28 Nov 2008 17:38:32 +0000 (17:38 +0000)]
SMESH note book
rnv [Fri, 28 Nov 2008 15:44:49 +0000 (15:44 +0000)]
Implementation NoteBook in SMESH module.
rnv [Fri, 28 Nov 2008 10:30:11 +0000 (10:30 +0000)]
Implementation notebook in the SMESH module.
ouv [Thu, 27 Nov 2008 11:54:54 +0000 (11:54 +0000)]
Dump Python extension
ouv [Thu, 27 Nov 2008 11:48:13 +0000 (11:48 +0000)]
Dump Python extension
ouv [Thu, 27 Nov 2008 11:33:42 +0000 (11:33 +0000)]
Dump Python extension
rnv [Tue, 25 Nov 2008 13:58:31 +0000 (13:58 +0000)]
Implementation notebook in the SMESH module.
rnv [Fri, 14 Nov 2008 08:39:55 +0000 (08:39 +0000)]
Dump Python extension.
rnv [Thu, 13 Nov 2008 09:28:44 +0000 (09:28 +0000)]
Start implementation of the notebook in SMESH module.
ouv [Mon, 10 Nov 2008 17:11:09 +0000 (17:11 +0000)]
Dump Python extension
ouv [Sat, 1 Nov 2008 14:41:52 +0000 (14:41 +0000)]
Dump Python Extension
ouv [Fri, 31 Oct 2008 13:41:04 +0000 (13:41 +0000)]
Dump Python Extension
ouv [Fri, 26 Sep 2008 12:00:26 +0000 (12:00 +0000)]
Orientation of faces is added for new elements' preview (remark for issue
0017291 : EDF 591 SMESH : Visualization of the orientation of the normal vector of the mesh faces)
rnv [Thu, 25 Sep 2008 05:36:22 +0000 (05:36 +0000)]
Additional fix for the issue 19964.
rnv [Thu, 25 Sep 2008 05:34:45 +0000 (05:34 +0000)]
Implementation of the issue 19950.
vsr [Fri, 19 Sep 2008 05:19:40 +0000 (05:19 +0000)]
Fix 'make dist' procedure bugs
akl [Thu, 18 Sep 2008 07:52:07 +0000 (07:52 +0000)]
Fix of issue
0019967 : EDF SMESH 806: TUI script example is missing for the Concatenate and ConcatenateWithGroups functions.
rnv [Wed, 17 Sep 2008 13:47:00 +0000 (13:47 +0000)]
Additional fix for issue 16186.
Quadrangle split into 2 triangles by smallest diagonal.
rnv [Wed, 17 Sep 2008 10:31:27 +0000 (10:31 +0000)]
Fix for issue 19964 EDF SMESH 803( Bad dump script of revolutionned mesh with groups).
eap [Tue, 16 Sep 2008 11:57:30 +0000 (11:57 +0000)]
[SALOME platform
0013410 ]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
remove extra code
eap [Tue, 16 Sep 2008 10:04:38 +0000 (10:04 +0000)]
add more error messages
eap [Tue, 16 Sep 2008 08:59:29 +0000 (08:59 +0000)]
[SALOME platform
0013410 ]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
Add new NETGEN parameters to Mesh_Triangle and Mesh_Tetrahedron algorithms
eap [Tue, 16 Sep 2008 08:57:26 +0000 (08:57 +0000)]
[SALOME platform
0013410 ]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
<message>
+ <source>SUBMESH_NOT_ALLOWED</source>
+ <translation>No sense in creating a submesh ignored by global algorithm "%1"</translation>
+ </message>
eap [Tue, 16 Sep 2008 08:56:38 +0000 (08:56 +0000)]
[SALOME platform
0013410 ]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
Read a new aglo attribute "support-submeshes":
+ QString suppSub = atts.value("support-submeshes");
+ if ( !suppSub.isEmpty() )
+ isSupportSubmeshes = (suppSub == "true");
+
eap [Tue, 16 Sep 2008 08:55:16 +0000 (08:55 +0000)]
[SALOME platform
0013410 ]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
//================================================================================
/*!
+ * \brief Return name of the algorithm that does not support submeshes and makes
+ * submesh creation useless
+ * \retval char* - string is to be deleted!!!
+ */
+//================================================================================
+
+char* SMESHGUI_MeshOp::isSubmeshIgnored() const
eap [Tue, 16 Sep 2008 08:51:05 +0000 (08:51 +0000)]
[SALOME platform
0013410 ]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
+ bool IsSupportSubmeshes; //!< TRUE if the algo building all-dim elems supports submeshes
eap [Tue, 16 Sep 2008 08:49:28 +0000 (08:49 +0000)]
[SALOME platform
0013410 ]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
1) algo->Compute() depending on algo->SupportSubmeshes()
2)
+ /*!
+ * \brief Return true if no mesh entities is bound to the submesh
+ */
+ bool IsEmpty() const;
eap [Tue, 16 Sep 2008 08:46:01 +0000 (08:46 +0000)]
[SALOME platform
0013410 ]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
+ /*!
+ * \brief Return an alternative parameter for a node on seam
+ */
+ double GetOtherParam(const double param) const;
eap [Tue, 16 Sep 2008 08:45:09 +0000 (08:45 +0000)]
[SALOME platform
0013410 ]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
const SMESH_Hypothesis * GetHypothesis(const TopoDS_Shape & aSubShape,
const SMESH_HypoFilter& aFilter,
- const bool andAncestors) const;
+ const bool andAncestors,
+ TopoDS_Shape* assignedTo=0) const;
eap [Tue, 16 Sep 2008 08:44:22 +0000 (08:44 +0000)]
[SALOME platform
0013410 ]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
+ static SMESH_HypoPredicate* IsMoreLocalThan(const TopoDS_Shape& theShape);
eap [Tue, 16 Sep 2008 08:43:43 +0000 (08:43 +0000)]
[SALOME platform
0013410 ]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
rearrange Compute()
eap [Tue, 16 Sep 2008 08:42:30 +0000 (08:42 +0000)]
[SALOME platform
0013410 ]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
+ bool SupportSubmeshes() const { return _supportSubmeshes; }
+ // 5 - whether supports submeshes if !NeedDescretBoundary()
vsr [Tue, 16 Sep 2008 06:51:42 +0000 (06:51 +0000)]
Implement 'make dist' and 'make distcheck' steps support
vsr [Tue, 16 Sep 2008 03:27:48 +0000 (03:27 +0000)]
Remove obsolete files
vsr [Tue, 16 Sep 2008 03:20:19 +0000 (03:20 +0000)]
Implement 'make dist' and 'make distcheck' steps support
maintenance team [Fri, 12 Sep 2008 14:55:45 +0000 (14:55 +0000)]
Porting to CAS-6.3
ouv [Fri, 12 Sep 2008 11:40:22 +0000 (11:40 +0000)]
Remark for issue 17291 EDF 591 SMESH : Visualization of the orientation of the normal vector of the mesh faces
jfa [Tue, 9 Sep 2008 14:36:46 +0000 (14:36 +0000)]
IMP
0016175 : EDF455: Save GUIState don't redisplay the objects.
abd [Tue, 9 Sep 2008 09:41:17 +0000 (09:41 +0000)]
Fix compilation conflict on Linux stations with installed f77 and gfortran at the same time
abd [Thu, 4 Sep 2008 13:53:04 +0000 (13:53 +0000)]
Porting functionality on Win32 Platform
jfa [Wed, 3 Sep 2008 07:05:53 +0000 (07:05 +0000)]
Initialize some fields before usage.
eap [Tue, 2 Sep 2008 08:46:36 +0000 (08:46 +0000)]
[SALOME platform
0019943 ]: Pb with projection 2d
In SMESH_Pattern::Load(mesh,face), fix treating seam vertices of not seam edges
abd [Thu, 28 Aug 2008 09:55:09 +0000 (09:55 +0000)]
Fix compilation problems on Win32 platform
jfa [Tue, 26 Aug 2008 07:55:14 +0000 (07:55 +0000)]
IMP
0016693 : EDF461: To use BelongToGeom or LyingOnGeom with non-subshape Objects.
skl [Mon, 18 Aug 2008 07:39:04 +0000 (07:39 +0000)]
Implementation of new version of meshing for QuadranglePreference for feature
0016220 from Mantis.
dmv [Tue, 12 Aug 2008 12:44:55 +0000 (12:44 +0000)]
Bug IPAL20033 Error after Close Study with Change Clipping dialog box opened. Sometimes it either crashes or hangs up.
rnv [Tue, 12 Aug 2008 09:52:11 +0000 (09:52 +0000)]
Implementation on the issue 16186: EDF PAL 459: Mapping: when refining, to separate quadrangles into 2 triangles.
jfa [Mon, 11 Aug 2008 11:00:16 +0000 (11:00 +0000)]
Bug
0016155 : EDF PAL 447: If the shape is a Shell, disable 3D tab.
abd [Fri, 8 Aug 2008 07:45:27 +0000 (07:45 +0000)]
Merging with BR_WPdev_For_5_0
ouv [Tue, 5 Aug 2008 09:43:34 +0000 (09:43 +0000)]
Feature
0017291 : EDF 591 SMESH : Visualization of the orientation of the normal vector of the mesh faces
akl [Fri, 1 Aug 2008 08:14:33 +0000 (08:14 +0000)]
Fix for issue
0019935 : EDF 793 SMESH: Drawing of a line on a non-planar surface. To draw only connectivity lines.
akl [Thu, 31 Jul 2008 06:45:54 +0000 (06:45 +0000)]
To implement issue
0016172 : EDF 452 SMESH : Define in the preferences if we want or not the Mesh info Box (at end of computation).
vsr [Tue, 29 Jul 2008 14:08:56 +0000 (14:08 +0000)]
merge from V4_1_0_maintainance branch (from tag mergeto_BR_QT4_Dev_29Jul08)
vsr [Wed, 23 Jul 2008 11:49:09 +0000 (11:49 +0000)]
Merge from V4_1_0_maintainance branch (from tag mergeto_BR_QT4_Dev_08Jul08)
vsr [Tue, 22 Jul 2008 09:10:35 +0000 (09:10 +0000)]
Merge from BR_Dev_For_4_0 branch (from tag mergeto_BR_QT4_Dev_07Jul08)
stv [Thu, 17 Jul 2008 11:15:12 +0000 (11:15 +0000)]
*** empty log message ***
mkr [Tue, 1 Jul 2008 05:21:23 +0000 (05:21 +0000)]
Salome5x : fix for bug IPAL13068 : There is no help page for "Hypothesis Construction" dlg for "Netgen 1D-2D-3D" hypothesis.
vsr [Sat, 7 Jun 2008 11:03:19 +0000 (11:03 +0000)]
Fix problems:
- too small width of Filter dialog box
- allow activating filter items by single click
akl [Fri, 6 Jun 2008 11:25:41 +0000 (11:25 +0000)]
Fix a bug from the additional comment from Ilya MATVEYEV 2008-04-28 14:32 for bug IPAL19572: the content of previously created filter is not cleaned.
akl [Fri, 6 Jun 2008 11:19:10 +0000 (11:19 +0000)]
Fix IPAL19670(Qt4 porting: Selection filters library - Unexpected error message).
mzn [Wed, 4 Jun 2008 12:29:23 +0000 (12:29 +0000)]
Fix for bug IPAL19890(Qt4 porting. Default Presicion = 0. Mesh Algorithm Wire Discretisation, Hypothesis Average Length).
mzn [Wed, 4 Jun 2008 08:31:20 +0000 (08:31 +0000)]
Fix for bug IPAL19909(Qt4 porting. Incorrect default value f(t) 1e+20 in Distribution with table density, Nb Segment Hypothesis Construction).
mzn [Tue, 3 Jun 2008 11:47:27 +0000 (11:47 +0000)]
Fix for bug IPAL19810(Qt4 porting: Modification - Smoothing after operation cursor remains to be "watches").
mzn [Wed, 21 May 2008 08:46:45 +0000 (08:46 +0000)]
Fix for bug IPAL19437.
asl [Wed, 30 Apr 2008 05:33:05 +0000 (05:33 +0000)]
PAL19669: sensitive zone of OK button is very small
mkr [Tue, 29 Apr 2008 13:58:41 +0000 (13:58 +0000)]
Fix for IPAL19590: Qt4 porting: Segmentation violation at Modification - add Quadratic Tetrahedron.
akl [Fri, 25 Apr 2008 11:31:43 +0000 (11:31 +0000)]
Fix of IPAL19560 (Qt4 porting: Colors/Size - problems in "Preferences - Set Color" dialog).
akl [Fri, 25 Apr 2008 07:13:46 +0000 (07:13 +0000)]
Fix of IPAL19633 (Qt4 porting. Strange value of Tolerance when use spin box): set step=0.00001 instead of 0.1.
akl [Thu, 24 Apr 2008 11:46:09 +0000 (11:46 +0000)]
Fix of IPAL19661 (Qt4 porting. Merge Nodes (Elements).Edit selected group.Selection of elements differs).
akl [Wed, 23 Apr 2008 13:04:17 +0000 (13:04 +0000)]
Fix of IPAL19446 (Qt4 porting. Cancel on Export MED file leads to inapplicable warning).
vsr [Wed, 23 Apr 2008 11:11:39 +0000 (11:11 +0000)]
Fix of IPAL19621 (Qt4 porting: regress of automatic assign a set of hypotheses).
akl [Wed, 23 Apr 2008 07:41:48 +0000 (07:41 +0000)]
Fix of IPAL19621 (Qt4 porting: regress of automatic assign a set of hypotheses).
asl [Mon, 21 Apr 2008 08:11:59 +0000 (08:11 +0000)]
PAL19566
mzn [Thu, 17 Apr 2008 13:14:26 +0000 (13:14 +0000)]
New icons for Smesh module.
asl [Thu, 17 Apr 2008 11:33:56 +0000 (11:33 +0000)]
PAL19566, PAL19567, PAL19571, PAL19572
asl [Thu, 17 Apr 2008 11:33:07 +0000 (11:33 +0000)]
PAL19582 : crash on apply
akl [Thu, 17 Apr 2008 05:55:03 +0000 (05:55 +0000)]
Fixing of IPAL19468 (Qt4 porting: "Create sub-mesh" dialog - no choice on Geometry selection).
mkr [Fri, 11 Apr 2008 15:50:30 +0000 (15:50 +0000)]
SMESHGUI_HypothesesUtils.* : replace STL classes (map, list, ...) by Qt classes (QMap, QList, ...)
mkr [Fri, 11 Apr 2008 14:02:03 +0000 (14:02 +0000)]
1) Fix for bug IPAL19258 : Qt4 porting. Incorrect view of Preferences: no default color; small black square; alignment.
2) SMESHGUI_Preferences_ScalarBarDlg dialog box: add <Help> button.
ouv [Fri, 11 Apr 2008 10:51:22 +0000 (10:51 +0000)]
Bug IPAL19465 - QT4 porting: crash creating add.hypothesis
ouv [Thu, 10 Apr 2008 12:18:58 +0000 (12:18 +0000)]
Bug IPAL19515 - Qt4 porting. Smoothing. Name of whole mesh, submesh or group doesn't appear.
akl [Thu, 10 Apr 2008 05:21:55 +0000 (05:21 +0000)]
Fixing of IPAL19491 (Qt4 porting. Merge Nodes (Elements). Edit selected group. Bad disposition).
akl [Wed, 9 Apr 2008 12:44:59 +0000 (12:44 +0000)]
Fixing of IPAL19511 (Qt4 porting. View button of selection in Symmetry window is wrong).
mzn [Wed, 9 Apr 2008 12:02:44 +0000 (12:02 +0000)]
Fix for bug IPAL19502 (Qt4 porting. Edit Group. Ok (Apply) doesn't become active after change of color).
ouv [Wed, 9 Apr 2008 11:52:07 +0000 (11:52 +0000)]
Bug IPAL19470 - Qt4 porting. Orientation, Filter. Crash after selection Bad oriented volume and check Mesh
ouv [Wed, 9 Apr 2008 09:33:37 +0000 (09:33 +0000)]
Bug IPAL19464 - Qt4 porting. Orientation. Error on "Add to.." and "Copy from" in Filter for Faces(..Volumes)
mzn [Tue, 8 Apr 2008 15:22:29 +0000 (15:22 +0000)]
Fix for bug PAL19432 (Qt4 porting: Application crash at Add button push (Set Filters dialog, Create Group).
akl [Tue, 8 Apr 2008 12:14:31 +0000 (12:14 +0000)]
Fixing of IPAL19489 (QT4 porting: loading pattern is impossible).
akl [Tue, 8 Apr 2008 10:40:18 +0000 (10:40 +0000)]
Fix of IPAL19448 (Qt4 porting: application hungs up at several Import MED file cycles).
mkr [Mon, 7 Apr 2008 12:01:32 +0000 (12:01 +0000)]
Fix for bug IPAL19438 : Qt4 porting. MESH. For many fields number of digits after comma very little: 3 only.
ouv [Mon, 7 Apr 2008 09:54:43 +0000 (09:54 +0000)]
Bug IPAL19467 - QT4 porting: geometrical group is not selected for mesh group
akl [Fri, 4 Apr 2008 12:35:54 +0000 (12:35 +0000)]
Fix of IPAL19449 (Qt4 porting: Too short warning at MED file import): the file has been generated by modified 'po2ts' utility.
ouv [Thu, 3 Apr 2008 11:41:33 +0000 (11:41 +0000)]
Bug IPAL19442 - Qt4 porting. Merge nodes. Add, Remove, Edit selected group don't work.
akl [Thu, 3 Apr 2008 11:08:37 +0000 (11:08 +0000)]
Up to date
ouv [Tue, 1 Apr 2008 13:11:53 +0000 (13:11 +0000)]
Bug IPAL19413 - Qt4 porting: import salome_test fails
mkr [Tue, 1 Apr 2008 11:40:34 +0000 (11:40 +0000)]
Qt4 porting: automatic resizing of Hypothesis Construction: Number of Segments dialog.
mkr [Mon, 31 Mar 2008 14:54:49 +0000 (14:54 +0000)]
Qt4 porting: automatic resizing of Hypothesis Construction: Number of Segments dialog.