rnv
0443165620
Dump python extension.
2008-12-04 14:48:57 +00:00
ouv
c6d77cd8ea
Dump Python extension
2008-12-03 15:57:15 +00:00
rnv
fff37eab52
Remove duplicate code.
2008-12-02 14:33:25 +00:00
rnv
69ef5d6f25
Fix some bugs.
2008-12-02 14:31:42 +00:00
ouv
3b2080a714
Dump Python extension
2008-12-01 14:40:13 +00:00
rnv
3efa541de7
*** empty log message ***
2008-12-01 13:25:18 +00:00
rnv
c0d91c1d8e
Netgen parametrization
2008-12-01 11:17:49 +00:00
rnv
6239bbad3b
Parametrization of the NETGENPLUGIN.
2008-12-01 10:41:33 +00:00
rnv
5e01f04c5d
Parametrization of the MaxElementVolume hypothesis.
2008-12-01 08:40:32 +00:00
ouv
f7a07e2eda
Dump Python extension
2008-11-29 16:25:48 +00:00
rnv
246b043ec9
Implementation notebook in the SMESH module.
2008-11-29 14:31:57 +00:00
rnv
472ffc5908
Implementation notebook in the SMESH module.
2008-11-29 14:14:00 +00:00
ouv
d3b48c6524
Dump Python extension
2008-11-29 09:15:05 +00:00
rnv
8eb6a5158a
SMESH note book
2008-11-28 17:38:32 +00:00
rnv
17fdea7a8c
Implementation NoteBook in SMESH module.
2008-11-28 15:44:49 +00:00
rnv
882884f679
Implementation notebook in the SMESH module.
2008-11-28 10:30:11 +00:00
ouv
490a83efa8
Dump Python extension
2008-11-27 11:54:54 +00:00
ouv
18ef07bc79
Dump Python extension
2008-11-27 11:48:13 +00:00
ouv
3c8202dd78
Dump Python extension
2008-11-27 11:33:42 +00:00
rnv
6c1ba1451c
Implementation notebook in the SMESH module.
2008-11-25 13:58:31 +00:00
rnv
e184ed39fa
Dump Python extension.
2008-11-14 08:39:55 +00:00
rnv
df96082091
Start implementation of the notebook in SMESH module.
2008-11-13 09:28:44 +00:00
ouv
7730fea77b
Dump Python extension
2008-11-10 17:11:09 +00:00
ouv
eddb6b8f48
Dump Python Extension
2008-11-01 14:41:52 +00:00
ouv
386d271df8
Dump Python Extension
2008-10-31 13:41:04 +00:00
ouv
7b09f5b72c
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)
2008-09-26 12:00:26 +00:00
rnv
6bf039b662
Additional fix for the issue 19964.
2008-09-25 05:36:22 +00:00
rnv
2f1bf11869
Implementation of the issue 19950.
2008-09-25 05:34:45 +00:00
vsr
9d1bb8e28c
Fix 'make dist' procedure bugs
2008-09-19 05:19:40 +00:00
akl
b83a61b9ab
Fix of issue 0019967: EDF SMESH 806: TUI script example is missing for the Concatenate and ConcatenateWithGroups functions.
2008-09-18 07:52:07 +00:00
rnv
06e979fa3e
Additional fix for issue 16186.
...
Quadrangle split into 2 triangles by smallest diagonal.
2008-09-17 13:47:00 +00:00
rnv
6eb4c26173
Fix for issue 19964 EDF SMESH 803( Bad dump script of revolutionned mesh with groups).
2008-09-17 10:31:27 +00:00
eap
c243e78505
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
...
remove extra code
2008-09-16 11:57:30 +00:00
eap
aaefbed54e
add more error messages
2008-09-16 10:04:38 +00:00
eap
9b15ba1413
[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
2008-09-16 08:59:29 +00:00
eap
006cdf3b49
[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>
2008-09-16 08:57:26 +00:00
eap
f9900de370
[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");
+
2008-09-16 08:56:38 +00:00
eap
c9179d6bde
[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
2008-09-16 08:55:16 +00:00
eap
4beda885d0
[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
2008-09-16 08:51:05 +00:00
eap
0375a82ed4
[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;
2008-09-16 08:49:28 +00:00
eap
5b5ccb2c07
[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;
2008-09-16 08:46:01 +00:00
eap
21cd6e11b8
[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;
2008-09-16 08:45:09 +00:00
eap
ee5c3ec1b3
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
...
+ static SMESH_HypoPredicate* IsMoreLocalThan(const TopoDS_Shape& theShape);
2008-09-16 08:44:22 +00:00
eap
e373b6970b
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
...
rearrange Compute()
2008-09-16 08:43:43 +00:00
eap
864b91b488
[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()
2008-09-16 08:42:30 +00:00
vsr
92e0727721
Implement 'make dist' and 'make distcheck' steps support
2008-09-16 06:51:42 +00:00
vsr
1b26521843
Remove obsolete files
2008-09-16 03:27:48 +00:00
vsr
13f0836297
Implement 'make dist' and 'make distcheck' steps support
2008-09-16 03:20:19 +00:00
maintenance team
74a64dd014
Porting to CAS-6.3
2008-09-12 14:55:45 +00:00
ouv
bb8292d233
Remark for issue 17291 EDF 591 SMESH : Visualization of the orientation of the normal vector of the mesh faces
2008-09-12 11:40:22 +00:00