Commit Graph

2046 Commits

Author SHA1 Message Date
eap
d05c72902a 0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
debug on a complex sketch

+    bool improve();
2012-11-02 09:50:14 +00:00
ana
2f485c1e90 Fix for the "0021861: EDF 2226 : Documentation of numeric functor option in split quadrangles is unclear" issue. 2012-11-02 07:41:57 +00:00
eap
fb0d4ffa39 0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
debug on a complex sketch
2012-11-01 16:50:00 +00:00
ana
f0bf265fc0 Fix for the "0021861: EDF 2226 : Documentation of numeric functor option in split quadrangles is unclear" issue. 2012-11-01 11:39:48 +00:00
eap
7348db21e5 0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
Fix inflate(), fixCollisions() and shrink()
2012-10-31 10:53:31 +00:00
ana
a49e1b8fe4 Win32 compatibility 2012-10-30 15:03:29 +00:00
eap
4226c05219 0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
Fix shrink()
2012-10-30 08:05:44 +00:00
vsr
1b48eab880 Porting to med 3.0.6 / Win32 compatibility / Replace dependency on libmed (fortran API) by libmedC 2012-10-30 06:17:46 +00:00
vsr
29819883c2 IPAL 0051565: TC6.6.0: Create sub-mesh - wrong Mesh field when multiply selection 2012-10-29 14:27:39 +00:00
vsr
c889773a15 IPAL 0051561: Hexotic algorithm fail
Fix problem of Hexotic algo computation on 32bit platforms
2012-10-29 13:36:13 +00:00
vsr
8255b5e32f Remove bad implementation of "position" parameter for mesh elements causing SIGSEGV 2012-10-29 11:54:32 +00:00
eap
61bbd63ee9 0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
Fix usage of nodes already shrinked within an adjacent FACE
2012-10-29 09:15:02 +00:00
eap
986cacacdb 0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
+    bool toShrinkForAdjacent( const TopoDS_Face& adjFace,
+                              const TopoDS_Edge& E,
+                              const TopoDS_Vertex& V);
2012-10-26 14:28:19 +00:00
vsr
b503f03bf3 Fix compilation problem. 2012-10-26 09:27:41 +00:00
ana
44e37ac78e CMake: fix install error 2012-10-26 07:28:20 +00:00
eap
8f17999ad4 code shorten 2012-10-25 11:57:36 +00:00
eap
c128018070 0021339: EDF 1928 SMESH: Create group of 0D elements
Use TMeshModifTracer in ElementsOnSurface
2012-10-25 10:37:56 +00:00
eap
6d1ea10cad 0021921: [CEA 690] GetVolume applied on many elements has performance issue
Optimize _valueFromFunctor()
2012-10-24 15:46:31 +00:00
eap
9a844dd922 Fix description of "Generate groups" 2012-10-24 10:30:57 +00:00
eap
ae99a7f81e update 2012-10-24 08:50:51 +00:00
ana
64573e2e1a Cmake: small fix for generating docs 2012-10-24 08:29:57 +00:00
gdd
b3c476c3ec Merge updates of translations files 2012-10-24 08:08:05 +00:00
eap
6cb56a9c44 0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
Fix UVPtStructVec on the shrinked EDGE
2012-10-23 12:47:36 +00:00
eap
7414d74a9e 21680: EDF 2288 SMESH: creation of 0D elements from other elements 2012-10-23 12:42:36 +00:00
eap
12cbac91e8 21680: EDF 2288 SMESH: creation of 0D elements from other elements
In RemoveGroupWithContents(), make python dump before group removal
2012-10-23 12:42:23 +00:00
eap
436a1990ff 21680: EDF 2288 SMESH: creation of 0D elements from other elements
fix myHelpFileName
2012-10-23 08:03:26 +00:00
eap
08c538cf8f 21680: EDF 2288 SMESH: creation of 0D elements from other elements
+    def Add0DElementsToAllNodes(self, theObject, theGroupName=""):
2012-10-23 07:52:48 +00:00
eap
957276d339 21680: EDF 2288 SMESH: creation of 0D elements from other elements
1)
+  SMESH::SMESH_IDSource_ptr Create0DElementsOnAllNodes(SMESH::SMESH_IDSource_ptr theObject,
+                                                       const char*               theGroupName)

2) Keep 10 last auxilary IDSources
2012-10-23 07:52:29 +00:00
eap
e47e273629 21680: EDF 2288 SMESH: creation of 0D elements from other elements
fix onTextChanged() for selectionMode() == CellSelection
2012-10-23 07:50:39 +00:00
eap
9aa7dd10a4 21680: EDF 2288 SMESH: creation of 0D elements from other elements
fix SMESHGUI_FilterTable::Init (const QList<int>& theTypes) for the
   case of theTypes.count() > 1
2012-10-23 07:49:29 +00:00
eap
c7ed8139b4 21680: EDF 2288 SMESH: creation of 0D elements from other elements
and untabify
2012-10-23 07:48:38 +00:00
eap
1ba66cde78 21680: EDF 2288 SMESH: creation of 0D elements from other elements
+  void Create0DElementsOnAllNodes( const TIDSortedElemSet& elements,
+                                   TIDSortedElemSet&       all0DElems);

+  void                           CrearLastCreated();
2012-10-23 07:46:58 +00:00
eap
2726a6e3da 21680: EDF 2288 SMESH: creation of 0D elements from other elements
+    SMESH_IDSource Create0DElementsOnAllNodes(in SMESH_IDSource theObject,
+                                              in string         theGroupName)
2012-10-23 07:46:20 +00:00
eap
7bf0e19b3d 21680: EDF 2288 SMESH: creation of 0D elements from other elements 2012-10-23 07:45:56 +00:00
eap
b83a9391ec 21680: EDF 2288 SMESH: creation of 0D elements from other elements 2012-10-23 07:39:55 +00:00
ana
8c9e133682 Generating documentation by CMake: small correction 2012-10-22 08:55:16 +00:00
ana
dd5d551117 Generating documentation by CMake 2012-10-22 08:41:19 +00:00
eap
193b7a57d7 0021339: EDF 1928 SMESH: Create group of 0D elements 2012-10-19 07:45:39 +00:00
eap
b75ee995ab 0021339: EDF 1928 SMESH: Create group of 0D elements 2012-10-18 11:44:44 +00:00
eap
5d017835af untabify 2012-10-18 11:44:28 +00:00
eap
e1fe8b5ce1 fix of comment 2012-10-18 11:43:55 +00:00
eap
0c27c22747 0021339: EDF 1928 SMESH: Create group of 0D elements
Enable filtering 0D elements
2012-10-18 11:42:50 +00:00
eap
1fb9c7dd26 0021339: EDF 1928 SMESH: Create group of 0D elements
Enable creation of Balls and 0D elements on all selected nodes, not
  on one node only
2012-10-18 11:41:56 +00:00
eap
49c44a713e 0021339: EDF 1928 SMESH: Create group of 0D elements
Fix ElemGeomType::IsSatisfy() to work automatically with any new type
2012-10-18 11:40:33 +00:00
ana
e77525fc4f win32 compatibility 2012-10-17 13:42:00 +00:00
ana
7dd57261be 0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module
* Improve documentation for meshing plug-ins (in particular, dynamically added methods). Porting to CMake.
2012-10-17 06:21:34 +00:00
vsr
f3f2d644ef 0021915: [CEA 685] Remove Ascii from the STL file selection filter in the import STL file dialog box 2012-10-16 16:00:19 +00:00
vsr
d2f0eb8f21 0021915: [CEA 685] Remove Ascii from the STL file selection filter in the import STL file dialog box 2012-10-16 15:49:48 +00:00
eap
7e1dee49ad 0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
Fix setEventListener() for a case of a listener found by name
2012-10-16 11:19:06 +00:00
eap
7c801b5b44 Values of element controls have been added to Mesh info 2012-10-16 09:56:24 +00:00